muddesigner/MudEngine
Scionwest_cp 402be52e31 MudEngine:
- Added support for the rScript engine to Game. It still contains code with MudEngine.Scripting.ScriptEngine, however it is not used by anything.
 - Added MudScriptCompiler. Custom Compiler created using ICompiler, included with the rScript engine.

* At this time, ScriptEngine is no longer used, and has been fully replaced by the rScript Engine and MudScriptCompiler. 
* Take note that the MudScriptCompiler only supports C# Keywords, and not some of the standard .NET Types. For a string, you'll need to use 'string' and not 'String'.
  I'm looking into why this is the case. Until the issue is fixed, none of the example game scripts will run.
2011-04-26 20:39:28 -07:00
..
..svnbridge MudEngine: 2010-07-16 15:35:10 -07:00
Commands Mud Designer: 2010-09-26 08:00:34 -07:00
FileSystem Began the pain staking process of replacing the old and ugly Mud Designer Script Engine with my new rScripting Engine. 2011-04-24 19:44:48 -07:00
GameManagement MudEngine: 2011-04-26 20:39:28 -07:00
GameObjects Mud Designer: 2010-09-26 08:00:34 -07:00
Networking MudEngine: 2010-08-14 00:20:43 -07:00
Properties Updated the assembly information for each project in the Mud Designer Game Engine solution 2010-08-22 11:43:29 -07:00
Scripting MudEngine: 2011-04-26 20:39:28 -07:00
MudEngine.csproj MudEngine: 2011-04-26 20:39:28 -07:00