diff options
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt b/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt index c1bf766..41bab26 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt +++ b/OpenSim/Region/Physics/BulletSPlugin/BulletSimTODO.txt | |||
@@ -1,25 +1,20 @@ | |||
1 | CURRENT PRIORITIES | 1 | CURRENT PRIORITIES |
2 | ================================================= | 2 | ================================================= |
3 | Mantis 6040 script http://opensimulator.org/mantis/view.php?id=6040 | 3 | Child movement in linkset (don't rebuild linkset) |
4 | Msg Kayaker on OSGrid when working | 4 | Vehicle angular vertical attraction |
5 | vehicle angular banking | ||
6 | Center-of-gravity | ||
7 | Vehicle angular deflection | ||
8 | Preferred orientation angular correction fix | ||
5 | when should angular and linear motor targets be zeroed? when selected? | 9 | when should angular and linear motor targets be zeroed? when selected? |
6 | Need a vehicle.clear()? Or an 'else' in prestep if not physical. | 10 | Need a vehicle.clear()? Or an 'else' in prestep if not physical. |
7 | Teravus llMoveToTarget script debug | 11 | Teravus llMoveToTarget script debug |
8 | Mixing of hover, buoyancy/gravity, moveToTarget, into one force | 12 | Mixing of hover, buoyancy/gravity, moveToTarget, into one force |
9 | Boats floating at proper level | ||
10 | Nebadon vehicles turning funny in arena | 13 | Nebadon vehicles turning funny in arena |
11 | limitMotorUp calibration (more down?) | 14 | limitMotorUp calibration (more down?) |
12 | llRotLookAt | 15 | llRotLookAt |
13 | llLookAt | 16 | llLookAt |
14 | Vehicle angular vertical attraction | ||
15 | Vehicle angular deflection | ||
16 | Preferred orientation angular correction fix | ||
17 | vehicle angular banking | ||
18 | Avatars walking up stairs (HALF DONE) | 17 | Avatars walking up stairs (HALF DONE) |
19 | Radius of the capsule affects ability to climb edges. | ||
20 | Vehicle movement on terrain smoothness | ||
21 | When is force introduced by SetForce removed? The prestep action could go forever. | ||
22 | Boats float low in the water (DONE) | ||
23 | Avatar movement | 18 | Avatar movement |
24 | flying into a wall doesn't stop avatar who keeps appearing to move through the obstacle (DONE) | 19 | flying into a wall doesn't stop avatar who keeps appearing to move through the obstacle (DONE) |
25 | walking up stairs is not calibrated correctly (stairs out of Kepler cabin) | 20 | walking up stairs is not calibrated correctly (stairs out of Kepler cabin) |
@@ -75,6 +70,7 @@ Incorporate inter-relationship of angular corrections. For instance, angularDefl | |||
75 | 70 | ||
76 | GENERAL TODO LIST: | 71 | GENERAL TODO LIST: |
77 | ================================================= | 72 | ================================================= |
73 | llMoveToTarget objects are not effected by gravity until target is removed. | ||
78 | Implement llSetPhysicalMaterial. | 74 | Implement llSetPhysicalMaterial. |
79 | extend it with Center-of-mass, rolling friction, density | 75 | extend it with Center-of-mass, rolling friction, density |
80 | Implement llSetForceAndTorque. | 76 | Implement llSetForceAndTorque. |
@@ -315,4 +311,12 @@ Remove HeightmapInfo from terrain specification (DONE) | |||
315 | Since C++ code does not need terrain height, this structure et al are not needed. | 311 | Since C++ code does not need terrain height, this structure et al are not needed. |
316 | Surfboard go wonky when turning (DONE) | 312 | Surfboard go wonky when turning (DONE) |
317 | Angular motor direction is global coordinates rather than local coordinates? | 313 | Angular motor direction is global coordinates rather than local coordinates? |
318 | (Resolution: made angular motor direction correct coordinate system) \ No newline at end of file | 314 | (Resolution: made angular motor direction correct coordinate system) |
315 | Mantis 6040 script http://opensimulator.org/mantis/view.php?id=6040 (DONE) | ||
316 | Msg Kayaker on OSGrid when working | ||
317 | (Resolution: LINEAR_DIRECTION is in vehicle coords. Test script does the | ||
318 | same in SL as in OS/BulletSim) | ||
319 | Boats float low in the water (DONE) | ||
320 | Boats floating at proper level (DONE) | ||
321 | When is force introduced by SetForce removed? The prestep action could go forever. (DONE) | ||
322 | (Resolution: setForce registers a prestep action which keeps applying the force) \ No newline at end of file | ||