muddesigner/MudEngine/WinPC_Engine/Scripting
Scionwest_cp 8639403255 DataPaths now have values for the games Root directory and Script directory.
DataPath class is now completed and includes a new SetExtension() method for setting game object file extensions.
Scripting support fully implemented.
StandardGame now contains a Initialize() method for compiling scripts and searching for sub-classes of StandardGame
Server app will now use a Scripted game class instead of the default StandardGame if one is present.
StandardGame.Start() is now virtual so child classes can override it.
Sample Game script created to show how to create a custom game script, including how to setup the game and create Rooms pragamatically.
ScriptFactory has a new method for searching all scripts and scripts that inherit from a specified class.
Renamed all of the Command scripts.  They no longer start with 'Command'.  Example: "CommandSay" has now become "Say".  There is no need to preceed the command name with the word "Command" anymore.
2012-03-05 20:30:54 -08:00
..
CompileEngine.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
CSharp.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
ICompiler.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
ScriptEnumerator.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
ScriptFactory.cs DataPaths now have values for the games Root directory and Script directory. 2012-03-05 20:30:54 -08:00
ScriptObject.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