From 750492796d3f19028ddd7fdf5f696933f083fd33 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Fri, 21 Dec 2012 09:55:20 -0800 Subject: BulletSim: begin movement of parameters from pinned memory block to variables all in managed code. Add note to TODO list to remember to do the rest. Other updates to TODO list. --- OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt') 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 @@ CURRENT PRIORITIES ================================================= -Eliminate all crashes (DONEish) - Editing/deleting physical linkset (DONE) - Border crossing of physical linkset (DONE) +Smooth avatar movement with motor + Should motor update be all at taint-time? Enable vehicle border crossings (at least as poorly as ODE) + Terrain skirts Avatar created in previous region and not new region when crossing border Vehicle recreated in new sim at small Z value (offset from root value?) (DONE) -Calibrate turning radius (DONE) +Vehicle movement on terrain smoothness +Vehicle script tuning/debugging + Avanti speed script + Weapon shooter script limitMotorUp calibration (more down?) -study PID motors (include 'efficiency' implementation (DONE) - Add to avatar movement - CRASHES ================================================= @@ -139,6 +139,8 @@ Consider moving prim/character body and shape destruction in destroy() to postTimeTime rather than protecting all the potential sets that might have been queued up. Remove unused fields from ShapeData (not used in API2) +Remove unused fields from pinned memory shared parameter block + Create parameter variables in BSScene to replace same. Breakout code for mesh/hull/compound/native into separate BSShape* classes Standardize access to building and reference code. The skeleton classes are in the sources but are not complete or linked in. -- cgit v1.1