muddesigner/MudEngine/WinPC_Engine/Core
Scionwest_cp c40d32e7ae Basic Realm->Zone->Room combination is now created during World.Initialize(). This will be replaced with loading XML instead of hard-coding.
Newly created characters are assigned to the new World.StartLocation.
Rooms can now be connected.
Realms and Zones can create Zones and Rooms accordingly
Force moving of a character is now supported.  Walking has yet to be implemented.
2012-03-04 16:56:04 -08:00
..
Interfaces Began initial work on the game world. World, Realm, Zone, Room and Doorway classes created but not implemented. 2012-03-04 11:48:11 -08:00
CommandSystem.cs Basic Realm->Zone->Room combination is now created during World.Initialize(). This will be replaced with loading XML instead of hard-coding. 2012-03-04 16:56:04 -08:00
Logger.cs Basic Realm->Zone->Room combination is now created during World.Initialize(). This will be replaced with loading XML instead of hard-coding. 2012-03-04 16:56:04 -08:00
ObjectCollection.cs XMLData class added. This will manage the saving and loading of all scripted objects during runtime. The saved files will be XML formatted. 2012-02-29 20:06:14 -08:00