Removed old engine classes. Needs to be done prior to checking-in the new engine classes re-wrote from ground up.

This commit is contained in:
Scionwest_cp 2011-10-01 22:09:33 -07:00
parent 5a39a7995e
commit 5be2f9bf5b
39 changed files with 201 additions and 3300 deletions

View file

@ -54,40 +54,14 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Core\BaseCommand.cs" />
<Compile Include="Core\BaseEnvironment.cs" />
<Compile Include="Core\BaseGame.cs" />
<Compile Include="DAL\SaveDataPaths.cs" />
<Compile Include="Commands\CommandSystem.cs" />
<Compile Include="Game\GameTime.cs" />
<Compile Include="Game\GameWorld.cs" />
<Compile Include="DAL\FileManager.cs" />
<Compile Include="DAL\SaveDataTypes.cs" />
<Compile Include="DAL\XmlSerialization.cs" />
<Compile Include="Game\Game.cs" />
<Compile Include="Game\ICommand.cs" />
<Compile Include="Game\Log.cs" />
<Compile Include="Game\SecurityRoles.cs" />
<Compile Include="Items\Bag.cs" />
<Compile Include="Core\BaseObject.cs" />
<Compile Include="Core\BaseCharacter.cs" />
<Compile Include="Game\BaseStats.cs" />
<Compile Include="Communication\DialogChat.cs" />
<Compile Include="Scripting\CompileEngine.cs" />
<Compile Include="Scripting\ScriptFactory.cs" />
<Compile Include="Scripting\ScriptObject.cs" />
<Compile Include="World\Door.cs" />
<Compile Include="World\Realm.cs" />
<Compile Include="World\Room.cs" />
<Compile Include="World\StartingLocation.cs" />
<Compile Include="World\TerrainType.cs" />
<Compile Include="World\TravelDirections.cs" />
<Compile Include="World\Zone.cs" />
<Compile Include="Core\BaseItem.cs" />
<Compile Include="Items\Currency.cs" />
<Compile Include="Communication\Server.cs" />
<Compile Include="ClassesPendingMigration\GameTime.cs" />
<Compile Include="ClassesPendingMigration\GameWorld.cs" />
<Compile Include="ClassesPendingMigration\Game.cs" />
<Compile Include="ClassesPendingMigration\ICommand.cs" />
<Compile Include="ClassesPendingMigration\Log.cs" />
<Compile Include="ClassesPendingMigration\SecurityRoles.cs" />
<Compile Include="ClassesPendingMigration\BaseStats.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Scripting\MudScriptCompiler.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\rScripting\rScripting.csproj">