Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless executable bit that Windows adds. | onefang | 2019-05-19 | 1 | -0/+0 |
| | |||||
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 1 | -9/+9 |
| | |||||
* | Fix file execute permissions, coz Windows. | David Walter Seikel | 2016-11-07 | 1 | -0/+0 |
| | |||||
* | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 2016-11-03 | 1 | -15/+6 |
| | |||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2012-07-19 | 1 | -1/+1 |
| | |||||
* | Have the PhysicsParameters module output console command responses | Robert Adams | 2012-03-23 | 1 | -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-08 | 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. | ||||
* | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | BulletSim: add runtime setting of physics parameters. Update default values. | Robert Adams | 2011-08-18 | 1 | -0/+277 |