Skip to content

Commit

Permalink
v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fatalis committed Aug 14, 2014
1 parent e0ef481 commit 1811872
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions HaloSplitComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; } }
}
}
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Optional death counter.
Requirements:

Halo PC 1.0, 1.01 or 1.10
LiveSplit 1.3+
LiveSplit 1.4+

Install:

Expand Down

0 comments on commit 1811872

Please sign in to comment.