muddesigner/MudEngine/Commands
Scionwest_cp 8b1be3d1eb MudEngine:
- CommandLogin no longer invokes the Look Command
 - Fixed CommandWalk no longer telling the player an invalid direction message when trying to walk to someplace that does not exist.
 - Moved PlayerCollection array referencing from Game.Start() to the Game's constructor so that scripts may change the player class during its startup.
 - BaseCharacter now invokes the Look command after Login command is completed.
 - ScriptEngine no longer sets the output path for a compiled script if the script is designated as compile to memory.
 - Fixed custom players not being able to access their own Methods and Properties during runtime.

MudServer:
 - Additional Console Log Messages added.
2010-08-06 23:37:52 -07:00
..
CommandExit.cs MudEngine: 2010-08-05 17:46:30 -07:00
CommandLoad.cs MudEngine: 2010-07-30 19:31:49 -07:00
CommandLogin.cs MudEngine: 2010-08-06 23:37:52 -07:00
CommandLook.cs MudEngine: 2010-08-03 20:20:24 -07:00
CommandRestart.cs MudEngine: 2010-08-03 20:20:24 -07:00
CommandSave.cs MudEngine: 2010-08-05 19:07:12 -07:00
CommandWalk.cs MudEngine: 2010-08-06 23:37:52 -07:00