aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-15Rewrite of mega-region code to use new form of border checking.Robert Adams1-31/+0
2013-03-23Add "show borders" command to show the borders of a region.Justin Clark-Casey (justincc)1-0/+31
2013-01-25minor: remove mono compiler warning in SceneCommandsModuleJustin Clark-Casey (justincc)1-1/+1
2013-01-19Fix use of scene debug commands when region is set to root or a specific regi...Justin Clark-Casey (justincc)1-15/+12
2013-01-18Add "debug set set animations true|false" region console command.Justin Clark-Casey (justincc)1-0/+11
2013-01-11Fix a regression in the last few scene commands changes where setting these v...Justin Clark-Casey (justincc)1-52/+2
2013-01-10Add "debug scene get" console command to list current scene optionsJustin Clark-Casey (justincc)1-2/+43
2013-01-10Move scene debug commands into separate module. Command changes from "debug ...Justin Clark-Casey (justincc)1-48/+88
2013-01-02Add "show animations" console command for debug purposes.Justin Clark-Casey (justincc)1-0/+1
2012-10-19minor: Increase attachment name field from 36 to 50 chars in "attachments sho...Justin Clark-Casey (justincc)1-1/+1
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)1-1/+1
2012-05-23refactor: Rename ConsoleTableRow and ConsoleTableColumn to ConsoleDisplayTabl...Justin Clark-Casey (justincc)1-6/+6
2012-05-23refactor: rename ConsoleTable -> ConsoleDisplayTable for clarityJustin Clark-Casey (justincc)1-1/+1
2012-05-10Add ConsoleTable framework class for future uniform formatting of console out...Justin Clark-Casey (justincc)1-8/+26
2012-05-10Add "attachments" show console command that will show the server's record of ...Justin Clark-Casey (justincc)1-0/+177