aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BasicPhysicsPlugin/BasicPhysicsPrim.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some mono compiler warningsJustin Clark-Casey (justincc)2012-06-301-2/+3
|
* refactor: simply some properties code in BasicPhysicsPluginJustin Clark-Casey (justincc)2012-04-221-36/+6
|
* Fix bug where setting phantom on a prim would result in a server log message ↵Justin Clark-Casey (justincc)2012-04-221-0/+344
rather than setting phantom. This was an oversight when removing some race conditions from PhysicsActor setting recently. Regression tests extended to probe this code path. Extending regression tests required implementation of a BasicPhysicsPrim (there was none before). However, BasicPhysics plugin is still of no current practical use other than to fill in as a component for other parts of regression testing.