MUD Engine:

- BaseObject now sets the default value for Name programmatically for the editors propertygrids.
 - Room, Realm and Zone no longer set their Name Properties to their default value, BaseObject handles it.

Room Designer:
 - Scripts where'nt being saved, this has been corrected.
- Rooms wheren't being loaded when supplied via the command line argument (Method is used by the Zone Builder)
 - Displaying scripts within the Designer is now fixed.

Zone Builder:
 - Now displays the Zone Object Properties in the property grid.
This commit is contained in:
Scionwest_cp 2009-11-28 08:01:19 -08:00
parent 24b5c3f687
commit 82e43cb4f2
7 changed files with 72 additions and 84 deletions

View file

@ -43,7 +43,7 @@ namespace RoomDesigner
if (File.Exists(file))
{
Application.Run(new frmMain(room));
Application.Run(new frmMain(argument));
}
else
{