Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2016-11-03 | 1 | -20/+122 |
| | |||||
* | Fix use of scene debug commands when region is set to root or a specific ↵ | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -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-25 | 1 | -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-25 | 1 | -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 options | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -2/+43 |
| | |||||
* | Move scene debug commands into separate module. Command changes from "debug ↵ | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -0/+236 |
scene <key> <value>" to "debug scene set <key> <value>" to accomodate future settings |