muddesigner/MudEngine/GameManagement
Scionwest_cp aade5f797f MudEngine:
- Login command now supports Offline games. Skips various things that are server related only.
 - Added a constructor to SaveDataPaths for quickly being able to assign paths.
 - Game.Start is now Virtual so that scripts may override it.
 - Game.Start now supports single player games and initializes players within it.
 - Log now provides a Verbose mode so that Singleplayer games no longer gets flooded with Game startup messages.
 - BaseCharacter.Initialize() Initialize no longer crashes when called with IsMultiplayer set to false.
 - BaseCharacter.ReadInput() now supports IsMultiplayer being false.

MudServer:
 - Now supports singleplayer and multiplayer games within a single application. 
 - MudServer is now ready to be re-named to MudGame and will be used for both Offline and Online games.
2010-08-08 18:05:21 -07:00
..
CommandEngine.cs MudEngine: 2010-08-03 20:20:24 -07:00
CommandResults.cs Mud Designer: 2010-07-18 13:52:16 -07:00
Game.cs MudEngine: 2010-08-08 18:05:21 -07:00
ICommand.cs MudEngine: 2010-07-25 16:56:15 -07:00
Log.cs MudEngine: 2010-08-08 18:05:21 -07:00
SecurityRoles.cs MudCompiler: 2010-07-29 17:39:38 -07:00