aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/PhysicsParameters/PhysicsParameters.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless executable bit that Windows adds.onefang2019-05-191-0/+0
|
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-9/+9
|
* Fix file execute permissions, coz Windows.David Walter Seikel2016-11-071-0/+0
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-15/+6
|
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2012-07-191-1/+1
|
* Have the PhysicsParameters module output console command responsesRobert Adams2012-03-231-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.
* Change "help" to display categories/module list then "help ↵Justin Clark-Casey (justincc)2012-03-081-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.
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2011-11-221-1/+1
|
* BulletSim: add runtime setting of physics parameters. Update default values.Robert Adams2011-08-181-0/+277