aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Framework/InterfaceCommander (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Make existing module commanders register as help topicsJustin Clarke Casey2009-02-052-12/+24
| | | | | | | * Typing help will now give a list of these topics at the top (as well as the rest of the current help stuff) * Typing help <topic> will give information about commands specific to that topic
* * Use the commander name to register module commanders instead of providing ↵Justin Clarke Casey2009-02-052-3/+21
| | | | the information twice
* * refactor: Split out module Command class into a separate fileJustin Clarke Casey2009-02-052-171/+204
|
* * Fixed a small logical error in error handling of console commands.Homer Horwitz2009-01-251-16/+22
| | | | | | * Console command help should be output to the console, not to the log (as "help" does it already). That allows getting help/answers even if you only log into a file. Fixes Mantis#2916.
* *Added CommandIntentions that is used to describe a console commands hazard. ↵mingchen2008-07-252-2/+9
| | | | | | | HAZARDOUS if it modifies the simulator, NON_HAZARDOUS if it does a command that doesn't modify the simulator but does a background command such as a forced backup, and STATISTICAL if it returns debug or more information. *This is useful for implementing a protection system from unwanted script execution or for application modules needing to know what a command does.
* Update svn properties.Jeff Ames2008-05-042-400/+400
|
* * Updating some file locations.Adam Frisby2008-05-042-0/+402