muddesigner/MudEngine/WinPC_Engine/Game/Characters
Scionwest_cp f5cf0c1f6a BaseScript now has a method for reporting failed Script.Load() method invocations. It will log the class name and property field if used correctly.
Some classes have some protection in place now in the event the class attempts to load a property that does not exist in the save file.
CommandSystem instances now use their instanced CommandCollection property instead of the static class property.
2012-03-10 16:08:02 -08:00
..
CharacterRoles.cs Realm class now inherits from the new Environment class. 2012-03-08 18:03:09 -08:00
CharacterStats.cs Initial Check-in for Alpha 2.0 source code. 2012-02-28 20:11:10 -08:00
MyCharacter.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
StandardCharacter.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