aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt')
-rwxr-xr-xOpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt16
1 files changed, 9 insertions, 7 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt b/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt
index 8a9aec9..c084ab4 100755
--- a/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt
+++ b/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt
@@ -1,16 +1,16 @@
1CURRENT PRIORITIES 1CURRENT PRIORITIES
2================================================= 2=================================================
3Eliminate all crashes (DONEish) 3Smooth avatar movement with motor
4 Editing/deleting physical linkset (DONE) 4 Should motor update be all at taint-time?
5 Border crossing of physical linkset (DONE)
6Enable vehicle border crossings (at least as poorly as ODE) 5Enable vehicle border crossings (at least as poorly as ODE)
6 Terrain skirts
7 Avatar created in previous region and not new region when crossing border 7 Avatar created in previous region and not new region when crossing border
8 Vehicle recreated in new sim at small Z value (offset from root value?) (DONE) 8 Vehicle recreated in new sim at small Z value (offset from root value?) (DONE)
9Calibrate turning radius (DONE) 9Vehicle movement on terrain smoothness
10Vehicle script tuning/debugging
11 Avanti speed script
12 Weapon shooter script
10limitMotorUp calibration (more down?) 13limitMotorUp calibration (more down?)
11study PID motors (include 'efficiency' implementation (DONE)
12 Add to avatar movement
13
14 14
15CRASHES 15CRASHES
16================================================= 16=================================================
@@ -139,6 +139,8 @@ Consider moving prim/character body and shape destruction in destroy()
139 to postTimeTime rather than protecting all the potential sets that 139 to postTimeTime rather than protecting all the potential sets that
140 might have been queued up. 140 might have been queued up.
141Remove unused fields from ShapeData (not used in API2) 141Remove unused fields from ShapeData (not used in API2)
142Remove unused fields from pinned memory shared parameter block
143 Create parameter variables in BSScene to replace same.
142Breakout code for mesh/hull/compound/native into separate BSShape* classes 144Breakout code for mesh/hull/compound/native into separate BSShape* classes
143 Standardize access to building and reference code. 145 Standardize access to building and reference code.
144 The skeleton classes are in the sources but are not complete or linked in. 146 The skeleton classes are in the sources but are not complete or linked in.