muddesigner/Mud Designer/MudEngine/GameObjects/Environment
Scionwest_cp 7da8fcfea9 - Rooms can now be linked together via the Doorway Manager. Use the Doorway manager for linking rooms even if they are contained within the same Zone as the same zone reverse door install is not implemented yet.
- TravelDirections now contains a TravelDirections.GetTravelDirectionValue which converts a string representing a direction into the corresponding AvailableTravelDirections enum value.
2009-12-08 20:28:52 -08:00
..
Door.cs Removed Realm information from Door.cs and added ConnectedRoom struct for holding the realm, zone and room name of the Room connected with the doorway. 2009-12-08 12:03:46 -08:00
Realm.cs - Zone Builder now loads/saves rooms correctly. 2009-12-08 16:11:42 -08:00
Room.cs - Zones build their Room collection during instancing. 2009-12-08 15:49:43 -08:00
StartingLocation.cs 2009-12-08 10:35:07 -08:00
TravelDirections.cs - Rooms can now be linked together via the Doorway Manager. Use the Doorway manager for linking rooms even if they are contained within the same Zone as the same zone reverse door install is not implemented yet. 2009-12-08 20:28:52 -08:00
Zone.cs - Zone Builder now loads/saves rooms correctly. 2009-12-08 16:11:42 -08:00