diff options
Shift and Drag copying should now work correctly. [This was one of those stupid little one line bugs that was so much fun to track down that I decided to spend a few hours on it)
Linking groups should now work better than it did, but still a bit of work to do on getting the rotations of all the parts after linking right.
Added part of dalien's #301 patch (xml loading/saving related parts with some small changes)
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 2e37029..b301bf2 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -333,6 +333,8 @@ namespace OpenSim | |||
333 | m_log.Error(" alert [First] [Last] [Message] - send an alert to a user. Case sensitive."); | 333 | m_log.Error(" alert [First] [Last] [Message] - send an alert to a user. Case sensitive."); |
334 | m_log.Error(" alert general [Message] - send an alert to all users."); | 334 | m_log.Error(" alert general [Message] - send an alert to all users."); |
335 | m_log.Error("backup - trigger a simulator backup"); | 335 | m_log.Error("backup - trigger a simulator backup"); |
336 | m_log.Error("load-xml [filename] - load prims from XML"); | ||
337 | m_log.Error("save-xml [filename] - save prims to XML"); | ||
336 | m_log.Error("script - manually trigger scripts? or script commands?"); | 338 | m_log.Error("script - manually trigger scripts? or script commands?"); |
337 | m_log.Error("show uptime - show simulator startup and uptime."); | 339 | m_log.Error("show uptime - show simulator startup and uptime."); |
338 | m_log.Error("show users - show info about connected users."); | 340 | m_log.Error("show users - show info about connected users."); |