Mercurial > repos > IBDev-IBBoard.WarFoundry.API
comparison IBBoard.WarFoundry.API.csproj @ 54:3a90f70dac73
Re #61 - Complete structure of WarFoundry API objects
* Remove min/max from EquipmentItem and add description
* Add min/max numbers and percentages to UnitEquipmentItem
* Make Race schema define min/max number without the ratio (which is the percentage)
* Replace use of EquipmentItem with UnitEquipmentItem because of increased use of UnitEquipmentItem for unit-specific data
* Use doubles instead of floats for equipment amounts
* Distinguish between ratio and absolute limits
* Delete UnitEquipmentItemObj helper class that was purely used for UI
Re #9 - Use smaller methods
* Deprecate long Race and EquipmentItem constructors and ensure all getters/setters exist
Also:
* Migrate Unit to using genericed collections
* Always use GameSystem object for Race, not ID string
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 05 Apr 2009 13:45:23 +0000 |
parents | 64ef178c18aa |
children | 9561ef46c6fb |
comparison
equal
deleted
inserted
replaced
53:1b35eed503ef | 54:3a90f70dac73 |
---|---|
91 <Compile Include="api\Objects\Stats.cs" /> | 91 <Compile Include="api\Objects\Stats.cs" /> |
92 <Compile Include="api\Objects\StatSlot.cs" /> | 92 <Compile Include="api\Objects\StatSlot.cs" /> |
93 <Compile Include="api\Objects\SystemStats.cs" /> | 93 <Compile Include="api\Objects\SystemStats.cs" /> |
94 <Compile Include="api\Objects\Unit.cs" /> | 94 <Compile Include="api\Objects\Unit.cs" /> |
95 <Compile Include="api\Objects\UnitEquipmentItem.cs" /> | 95 <Compile Include="api\Objects\UnitEquipmentItem.cs" /> |
96 <Compile Include="api\Objects\UnitEquipmentItemObj.cs" /> | |
97 <Compile Include="api\Objects\UnitType.cs" /> | 96 <Compile Include="api\Objects\UnitType.cs" /> |
98 <Compile Include="api\Objects\WarFoundryObject.cs" /> | 97 <Compile Include="api\Objects\WarFoundryObject.cs" /> |
99 <Compile Include="api\Objects\WarFoundryStagedLoadingObject.cs" /> | 98 <Compile Include="api\Objects\WarFoundryStagedLoadingObject.cs" /> |
100 <Compile Include="api\Requirements\AbstractArmyRequirement.cs" /> | 99 <Compile Include="api\Requirements\AbstractArmyRequirement.cs" /> |
101 <Compile Include="api\Requirements\AbstractFailedRequirement.cs" /> | 100 <Compile Include="api\Requirements\AbstractFailedRequirement.cs" /> |