diff options
author | Justin Clarke Casey | 2008-09-15 17:45:48 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-15 17:45:48 +0000 |
commit | 9170361bee439ccd7f25030fcfb14701a4e8add0 (patch) | |
tree | 65abfc214b267b665daf3e419f26bb23a58f3e60 /OpenSim/Region/Application | |
parent | * Add "reset user password" command to standalone region console (diff) | |
download | opensim-SC_OLD-9170361bee439ccd7f25030fcfb14701a4e8add0.zip opensim-SC_OLD-9170361bee439ccd7f25030fcfb14701a4e8add0.tar.gz opensim-SC_OLD-9170361bee439ccd7f25030fcfb14701a4e8add0.tar.bz2 opensim-SC_OLD-9170361bee439ccd7f25030fcfb14701a4e8add0.tar.xz |
* Complete refactoring accidentally left unfinished so that all server help requests flow through the ShowHelp() method
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 12ef129..e48df81 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -243,51 +243,6 @@ namespace OpenSim | |||
243 | Debug(cmdparams); | 243 | Debug(cmdparams); |
244 | break; | 244 | break; |
245 | 245 | ||
246 | case "help": | ||
247 | m_console.Notice("alert - send alert to a designated user or all users."); | ||
248 | m_console.Notice(" alert [First] [Last] [Message] - send an alert to a user. Case sensitive."); | ||
249 | m_console.Notice(" alert general [Message] - send an alert to all users."); | ||
250 | m_console.Notice("backup - persist simulator objects to the database ahead of the normal schedule."); | ||
251 | m_console.Notice("clear-assets - clear the asset cache"); | ||
252 | m_console.Notice("create-region <name> <regionfile.xml> - create a new region"); | ||
253 | m_console.Notice("change-region <name> - select the region that single region commands operate upon."); | ||
254 | m_console.Notice("command-script [filename] - Execute command in a file."); | ||
255 | m_console.Notice("debug - debugging commands"); | ||
256 | m_console.Notice(" debug packet 0..255 - print incoming/outgoing packets (0=off)"); | ||
257 | m_console.Notice(" debug scene [scripting] [collision] [physics] - Enable/Disable debug stuff, each can be True/False"); | ||
258 | m_console.Notice("edit-scale [prim name] [x] [y] [z] - resize given prim"); | ||
259 | m_console.Notice("export-map [filename] - save image of world map"); | ||
260 | m_console.Notice("force-update - force an update of prims in the scene"); | ||
261 | m_console.Notice("restart - disconnects all clients and restarts the sims in the instance."); | ||
262 | m_console.Notice("remove-region [name] - remove a region"); | ||
263 | m_console.Notice("load-xml [filename] - load prims from XML (DEPRECATED)"); | ||
264 | m_console.Notice("save-xml [filename] - save prims to XML (DEPRECATED)"); | ||
265 | m_console.Notice("save-xml2 [filename] - save prims to XML using version 2 format"); | ||
266 | m_console.Notice("load-xml2 [filename] - load prims from XML using version 2 format"); | ||
267 | m_console.Notice("load-oar [filename] - load an OpenSimulator region archive. This replaces everything in the current region."); | ||
268 | m_console.Notice("save-oar [filename] - Save the current region to an OpenSimulator region archive."); | ||
269 | m_console.Notice("script - manually trigger scripts? or script commands?"); | ||
270 | m_console.Notice("set-time [x] - set the current scene time phase"); | ||
271 | m_console.Notice("show assets - show state of asset cache."); | ||
272 | m_console.Notice("show users - show info about connected users (only root agents)."); | ||
273 | m_console.Notice("show users full - show info about connected users (root and child agents)."); | ||
274 | m_console.Notice("show modules - shows info about loaded modules."); | ||
275 | m_console.Notice("show regions - show running region information."); | ||
276 | m_console.Notice("config set section field value - set a config value"); | ||
277 | m_console.Notice("config get section field - get a config value"); | ||
278 | m_console.Notice("config save - save OpenSim.ini"); | ||
279 | m_console.Notice("terrain help - show help for terrain commands."); | ||
280 | ShowPluginCommandsHelp(CombineParams(cmdparams, 0), m_console); | ||
281 | |||
282 | if (m_sandbox) | ||
283 | { | ||
284 | m_console.Notice(""); | ||
285 | m_console.Notice("create user - adds a new user."); | ||
286 | m_console.Notice("reset user password - reset a user's password."); | ||
287 | } | ||
288 | |||
289 | break; | ||
290 | |||
291 | case "save-xml": | 246 | case "save-xml": |
292 | SaveXml(cmdparams); | 247 | SaveXml(cmdparams); |
293 | break; | 248 | break; |