aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BulletSim: updates and rearrangement of the TODO list.Robert Adams2012-12-121-14/+33
|
* BulletSim: protect prim property setting to remove crash from taints setting ↵Robert Adams2012-12-111-2/+7
| | | | properties after the destroy object taint has happened.
* BulletSim: add ini file and command line parameters to controlRobert Adams2012-12-111-2/+5
| | | | | | | | | dumping of physical vehicle parameters (out of Bullet) on each simulation step and to optionally scale vehicle angular velocity by the time step. The latter looks to be part of a difference between angular parameters for ODE and BulletSim. SL docs say angular velocity is measured in radians/timeScale. Not sure if this is different than what ODE does.
* BulletSim: update comments and add more to TODO list.Robert Adams2012-12-081-1/+7
|
* BulletSim: update and add to the TODO list.Robert Adams2012-12-061-31/+56
|
* BulletSim: rework angular corrections to remove any hybrid code and compute ↵Robert Adams2012-12-031-0/+1
| | | | absolute collections.
* BulletSim: add stubs for generalization of preStep actions. Will eventually ↵Robert Adams2012-12-031-1/+5
| | | | replace the specialized vehicle processing with preStep event processing. Add TODO comments about this feature. Redo line endings in TODO file to be all Linux.
* BulletSim: begin tracking a TODO list. There just are so many things to ↵Robert Adams2012-12-031-0/+112
remember to do.