aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/PhysicsParameters (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Remove useless executable bit that Windows adds.onefang1-0/+0
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-9/+9
2016-11-07Fix file execute permissions, coz Windows.David Walter Seikel1-0/+0
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-15/+6
2012-07-19minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2012-03-23Have the PhysicsParameters module output console command responsesRobert Adams1-5/+5
directly to the console rather than logging at INFO (which doesn't output anything for WARN). There should really be a WriteLine method on ICommandConsole so all of the different commands don't have to figure out where the command output should go.
2012-03-08Change "help" to display categories/module list then "help ↵Justin Clark-Casey (justincc)1-12/+12
<category/module>" to display commands in a category. This is to deal with the hundred lines of command splurge when one previously typed "help" Modelled somewhat on the mysql console One can still type help <command> to get per command help at any point. Categories capitalized to avoid conflict with the all-lowercase commands (except for commander system, as of yet). Does not affect command parsing or any other aspects of the console apart from the help system. Backwards compatible with existing modules.
2011-11-22minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2011-08-18BulletSim: add runtime setting of physics parameters. Update default values.Robert Adams1-0/+277