muddesigner/MudEngine/WinPC_Engine/Core
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
..
Interfaces Began work on Environment save code. 2012-03-10 20:47:12 -08:00
CommandSystem.cs BaseScript now has a method for reporting failed Script.Load() method invocations. It will log the class name and property field if used correctly. 2012-03-10 16:08:02 -08:00
Logger.cs Added improved logging through the engine for the server console. 2012-03-08 19:44:18 -08:00
ObjectCollection.cs Provided support for changing the location of the projects save data root. 2012-03-10 19:15:43 -08:00