mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
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)
This commit is contained in:
@@ -333,6 +333,8 @@ namespace OpenSim
|
||||
m_log.Error(" alert [First] [Last] [Message] - send an alert to a user. Case sensitive.");
|
||||
m_log.Error(" alert general [Message] - send an alert to all users.");
|
||||
m_log.Error("backup - trigger a simulator backup");
|
||||
m_log.Error("load-xml [filename] - load prims from XML");
|
||||
m_log.Error("save-xml [filename] - save prims to XML");
|
||||
m_log.Error("script - manually trigger scripts? or script commands?");
|
||||
m_log.Error("show uptime - show simulator startup and uptime.");
|
||||
m_log.Error("show users - show info about connected users.");
|
||||
|
||||
Reference in New Issue
Block a user