- Added GameCommands namespace for holding all of the game command classes
- Added ICommand interface for game commands.
- Added IPlayer interface for player classes.
- Added CommandLook for prepping the Test Runtime for looking at environments.
Misc:
- Updated Mud Designer Project Roadmap file (MudDesigner.pod)
- Doorway Linking is now completed.
- Auto-Generated Rooms are now linked back to the Doorway that created them.
Runtime:
- Began implementing a very simple Runtime for offline testing.
Engine:
- Room Editor now saves a Room after it has had a Doorway change made to it.
- Fixed the missing Doorways issue after closing the Room Editor.