# HG changeset patch # User IBBoard # Date 1253906274 0 # Node ID 938409fc24cc07bef9e945bea34acbd0dfdca378 # Parent 0b32cc40d82fb4f1f912789a73d1fd9449f2fc5e Fixes #175: Add attribute to schema to define which stats set to use * Add "statSet" attribute to tag Also: * Auto-clean up of project file * Auto-clean up of line endings diff -r 0b32cc40d82f -r 938409fc24cc IBBoard.WarFoundry.API.csproj --- a/IBBoard.WarFoundry.API.csproj Wed Sep 23 19:58:21 2009 +0000 +++ b/IBBoard.WarFoundry.API.csproj Fri Sep 25 19:17:54 2009 +0000 @@ -42,6 +42,8 @@ PreserveNewest + + PreserveNewest diff -r 0b32cc40d82f -r 938409fc24cc api/Objects/ArmyCategory.cs --- a/api/Objects/ArmyCategory.cs Wed Sep 23 19:58:21 2009 +0000 +++ b/api/Objects/ArmyCategory.cs Fri Sep 25 19:17:54 2009 +0000 @@ -20,7 +20,7 @@ private Dictionary unitTypes; private DoubleValChangedDelegate PointsValueChangedMethod; public event ObjectAddDelegate UnitAdded; - public event ObjectRemoveDelegate UnitRemoved; + public event ObjectRemoveDelegate UnitRemoved; public event FailedUnitRequirementDelegate FailedRequirement; public event DoubleValChangedDelegate PointsValueChanged; diff -r 0b32cc40d82f -r 938409fc24cc dtds/race.xsd --- a/dtds/race.xsd Wed Sep 23 19:58:21 2009 +0000 +++ b/dtds/race.xsd Fri Sep 25 19:17:54 2009 +0000 @@ -24,6 +24,7 @@ +