muddesigner/MudEngine/GameObjects
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
..
Characters MudEngine: 2010-08-08 18:05:21 -07:00
Environment MudEngine: 2010-08-07 10:11:42 -07:00
Items MudCompiler: 2010-07-29 17:39:38 -07:00
Bag.cs MudCompiler: 2010-07-29 17:39:38 -07:00
BaseObject.cs MudEngine: 2010-07-30 19:02:05 -07:00
Currency.cs MudCompiler: 2010-07-29 17:39:38 -07:00