muddesigner/MudEngine/WinPC_Engine/Game/Environment
Scionwest_cp ee3cd897f2 Began work on Environment save code.
Restructured the project save data folder layout when the engine starts.
The XMLData class now creates directories if they are missing.  Individual classes no longer need to check if a path is valid before saving.
Filenames are now automatically generated and no longer assigned by developers.  This change has been made across all classes that are savable which required some changing of the Save() method arguments.
2012-03-10 20:47:12 -08:00
..
Doorway.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
Environment.cs Began work on Environment save code. 2012-03-10 20:47:12 -08:00
Realm.cs Began work on Environment save code. 2012-03-10 20:47:12 -08:00
Room.cs Primarily a bug fix check-in 2012-03-10 14:23:13 -08:00
TravelDirections.cs Initial Check-in for Alpha 2.0 source code. 2012-02-28 20:11:10 -08:00
Zone.cs Began work on Environment save code. 2012-03-10 20:47:12 -08:00