aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs
diff options
context:
space:
mode:
authorMW2007-08-21 16:25:57 +0000
committerMW2007-08-21 16:25:57 +0000
commitb7134c834c9e44802debc10671acbece1e94aa95 (patch)
treef3989ef8f89c70f39a40961c94651b9d446e54f3 /OpenSim/Region/Application/OpenSimMain.cs
parentCan now turn on/off server side permission checking (on prim editing etc) fro... (diff)
downloadopensim-SC_OLD-b7134c834c9e44802debc10671acbece1e94aa95.zip
opensim-SC_OLD-b7134c834c9e44802debc10671acbece1e94aa95.tar.gz
opensim-SC_OLD-b7134c834c9e44802debc10671acbece1e94aa95.tar.bz2
opensim-SC_OLD-b7134c834c9e44802debc10671acbece1e94aa95.tar.xz
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 '')
-rw-r--r--OpenSim/Region/Application/OpenSimMain.cs2
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.");