aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-26Implement experimental non-default mechanism to update scene via a timer rath...Justin Clark-Casey (justincc)1-31/+50
2014-08-06refactor: Rename recent new Client*UpdateTolerance to Root*UpdateTolerance fo...Justin Clark-Casey (justincc)1-6/+6
2014-07-29Implement "scene debug set root-upd-per" for dropping 1 in N root agent updat...Justin Clark-Casey (justincc)1-5/+17
2014-07-29Add debug mechanism for only sending 1 in N AgentUpdate packets to child agents.Justin Clark-Casey (justincc)1-0/+12
2014-07-29Add "debug scene set appear-refresh true|false" to control whether periodic a...Justin Clark-Casey (justincc)1-0/+12
2014-07-29Make it possible to change avatar position update, rotation and velocity tole...Justin Clark-Casey (justincc)1-21/+57
2014-07-29minor: make "debug scene set" usage command accurate again from last commit f...Justin Clark-Casey (justincc)1-2/+1
2014-07-29Add a "debug scene set child-repri <double>" command that allows child reprio...Justin Clark-Casey (justincc)1-16/+28
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