diff options
author | Teravus Ovares | 2007-11-28 06:18:07 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-11-28 06:18:07 +0000 |
commit | b7d596a6af51bea7dba642cdc768ac5ff77af5f3 (patch) | |
tree | 967b749b10b548f6ed687d8ade4680e411793da4 /OpenSim/Region/Application | |
parent | build ThrottleCheck function to clear up bits of the throttle (diff) | |
download | opensim-SC_OLD-b7d596a6af51bea7dba642cdc768ac5ff77af5f3.zip opensim-SC_OLD-b7d596a6af51bea7dba642cdc768ac5ff77af5f3.tar.gz opensim-SC_OLD-b7d596a6af51bea7dba642cdc768ac5ff77af5f3.tar.bz2 opensim-SC_OLD-b7d596a6af51bea7dba642cdc768ac5ff77af5f3.tar.xz |
* Restaring the sim works fine in grid mode now. Sims announce themselves to their neighbors when they start up. Neighbors get this message and tell their agents that there's a new sim up.
* Certain unrecoverable physics based crashes in ODE are now hooked up to the 'restart the sim' routine.
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 eab4827..5877aa6 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -601,6 +601,8 @@ namespace OpenSim | |||
601 | m_log.Error("show uptime - show simulator startup and uptime."); | 601 | m_log.Error("show uptime - show simulator startup and uptime."); |
602 | m_log.Error("show users - show info about connected users."); | 602 | m_log.Error("show users - show info about connected users."); |
603 | m_log.Error("show modules - shows info aboutloaded modules."); | 603 | m_log.Error("show modules - shows info aboutloaded modules."); |
604 | m_log.Error("change-region - sets the region that many of these commands affect."); | ||
605 | m_log.Error("restart - disconnects all clients and restarts the sims in the instance."); | ||
604 | m_log.Error("shutdown - disconnect all clients and shutdown."); | 606 | m_log.Error("shutdown - disconnect all clients and shutdown."); |
605 | m_log.Error("terrain help - show help for terrain commands."); | 607 | m_log.Error("terrain help - show help for terrain commands."); |
606 | m_log.Error("quit - equivalent to shutdown."); | 608 | m_log.Error("quit - equivalent to shutdown."); |