From 1811872d8fd5266361dc324157ad895f8768db90 Mon Sep 17 00:00:00 2001 From: Fatalis Date: Thu, 14 Aug 2014 09:07:10 -0500 Subject: [PATCH] v1.4 --- HaloSplitComponent.cs | 14 +++++++------- Properties/AssemblyInfo.cs | 4 ++-- readme.txt | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/HaloSplitComponent.cs b/HaloSplitComponent.cs index 44f5506..1ecaf2c 100644 --- a/HaloSplitComponent.cs +++ b/HaloSplitComponent.cs @@ -142,13 +142,13 @@ public void SetSettings(XmlNode settings) } public void RenameComparison(string oldName, string newName) { } - public float VerticalHeight { get { return this.Settings.DeathCounter ? _deathCounter.VerticalHeight : 0; } } + public float MinimumWidth { get { return _deathCounter.MinimumWidth; } } + public float MinimumHeight { get { return _deathCounter.MinimumHeight; } } + public float VerticalHeight { get { return this.Settings.DeathCounter ? _deathCounter.VerticalHeight : 0; } } public float HorizontalWidth { get { return this.Settings.DeathCounter ? _deathCounter.HorizontalWidth : 0; } } - public float MinimumWidth { get { return _deathCounter.MinimumWidth; } } - public float MinimumHeight { get { return _deathCounter.MinimumHeight; } } - public float PaddingLeft { get { return this.Settings.DeathCounter ? _deathCounter.PaddingLeft : 0; } } - public float PaddingRight { get { return this.Settings.DeathCounter ? _deathCounter.PaddingRight : 0; } } - public float PaddingTop { get { return this.Settings.DeathCounter ? _deathCounter.PaddingTop : 0; } } - public float PaddingBottom { get { return this.Settings.DeathCounter ? _deathCounter.PaddingBottom : 0; } } + public float PaddingLeft { get { return this.Settings.DeathCounter ? _deathCounter.PaddingLeft : 0; } } + public float PaddingRight { get { return this.Settings.DeathCounter ? _deathCounter.PaddingRight : 0; } } + public float PaddingTop { get { return this.Settings.DeathCounter ? _deathCounter.PaddingTop : 0; } } + public float PaddingBottom { get { return this.Settings.DeathCounter ? _deathCounter.PaddingBottom : 0; } } } } diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 2d06cc6..95bd63b 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -33,7 +33,7 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.0.0")] -[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] [assembly: ComponentFactory(typeof(HaloSplitFactory))] \ No newline at end of file diff --git a/readme.txt b/readme.txt index 6f31d1a..66b3eae 100644 --- a/readme.txt +++ b/readme.txt @@ -10,7 +10,7 @@ Optional death counter. Requirements: Halo PC 1.0, 1.01 or 1.10 -LiveSplit 1.3+ +LiveSplit 1.4+ Install: