Fixes several bugs and streamlines the BOD code. (#32)
This commit is contained in:
parent
a45094f2dc
commit
114dc1a16b
21 changed files with 500 additions and 777 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
|
|
@ -134,6 +134,7 @@
|
|||
<Compile Include="Context Menus\EjectPlayer.cs" />
|
||||
<Compile Include="Context Menus\OpenBankEntry.cs" />
|
||||
<Compile Include="Context Menus\TeachEntry.cs" />
|
||||
<Compile Include="Engines\BulkOrders\BaseBOD.cs" />
|
||||
<Compile Include="Engines\BulkOrders\Books\BOBFilter.cs" />
|
||||
<Compile Include="Engines\BulkOrders\Books\BOBFilterGump.cs" />
|
||||
<Compile Include="Engines\BulkOrders\Books\BOBGump.cs" />
|
||||
|
|
@ -148,7 +149,6 @@
|
|||
<Compile Include="Engines\BulkOrders\LargeBOD.cs" />
|
||||
<Compile Include="Engines\BulkOrders\LargeBODAcceptGump.cs" />
|
||||
<Compile Include="Engines\BulkOrders\LargeBODGump.cs" />
|
||||
<Compile Include="Engines\BulkOrders\LargeBODTarget.cs" />
|
||||
<Compile Include="Engines\BulkOrders\LargeBulkEntry.cs" />
|
||||
<Compile Include="Engines\BulkOrders\LargeSmithBOD.cs" />
|
||||
<Compile Include="Engines\BulkOrders\LargeTailorBOD.cs" />
|
||||
|
|
@ -156,7 +156,7 @@
|
|||
<Compile Include="Engines\BulkOrders\SmallBOD.cs" />
|
||||
<Compile Include="Engines\BulkOrders\SmallBODAcceptGump.cs" />
|
||||
<Compile Include="Engines\BulkOrders\SmallBODGump.cs" />
|
||||
<Compile Include="Engines\BulkOrders\SmallBODTarget.cs" />
|
||||
<Compile Include="Engines\BulkOrders\BODTarget.cs" />
|
||||
<Compile Include="Engines\BulkOrders\SmallBulkEntry.cs" />
|
||||
<Compile Include="Engines\BulkOrders\SmallSmithBOD.cs" />
|
||||
<Compile Include="Engines\BulkOrders\SmallTailorBOD.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue