aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World/SceneCommands (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-112/+10
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-20/+122
|
* Fix use of scene debug commands when region is set to root or a specific ↵Justin Clark-Casey (justincc)2013-01-251-15/+12
| | | | region where there is more than one region on the simulator.
* Add "debug set set animations true|false" region console command.Justin Clark-Casey (justincc)2013-01-251-0/+11
| | | | | Setting this logs extra information about animation add/remove, such as uuid and animation name Unfortunately cannot be done per client yet
* Fix a regression in the last few scene commands changes where setting these ↵Justin Clark-Casey (justincc)2013-01-251-52/+2
| | | | | | | via the viewer estate dialog stopped working. Forgot to register the new interface. Also removes some code which got included by adpating an existing module.
* Add "debug scene get" console command to list current scene optionsJustin Clark-Casey (justincc)2013-01-251-2/+43
|
* Move scene debug commands into separate module. Command changes from "debug ↵Justin Clark-Casey (justincc)2013-01-251-0/+236
scene <key> <value>" to "debug scene set <key> <value>" to accomodate future settings