Designer:

- Now supports the exit command, prevents the designer from crashing.

Runtime:
 - Added a GUI based set of buttons for traversing your environments via a click-through method instead of forcing users to type commands.

Engine:
 - Added the Exit command to exit the runtime (At this time it shuts down the Designer as well.)
This commit is contained in:
Scionwest_cp 2010-02-04 20:43:28 -08:00
parent 79f6d36083
commit 59502408ce
6 changed files with 245 additions and 56 deletions

View file

@ -84,6 +84,7 @@
<Compile Include="MudEngine\Characters\NPC\NPCFriendly.cs" />
<Compile Include="MudEngine\FileSystem\SaveDataTypes.cs" />
<Compile Include="MudEngine\GameCommands\CommandEngine.cs" />
<Compile Include="MudEngine\GameCommands\CommandExit.cs" />
<Compile Include="MudEngine\GameCommands\CommandGMTeleport.cs" />
<Compile Include="MudEngine\GameCommands\CommandLook.cs" />
<Compile Include="MudEngine\GameCommands\CommandResults.cs" />