diff options
author | Sven Gothel <[email protected]> | 2008-07-21 07:58:22 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2008-07-21 07:58:22 +0000 |
commit | bcd03ce42585f197c81dcc50e4b289494dbc7c65 (patch) | |
tree | f86b5e09eec01e9e2a890e681bb55ab7d07eee0e /src/jbullet/changelog.txt | |
parent | c77431971bb293ff2dd5ed61857af13ea0bc2f68 (diff) |
Initial jbullet commit - workin ragdoll for profiles (GLES1, GL2ES12 and GL2)
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@262 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/jbullet/changelog.txt')
-rw-r--r-- | src/jbullet/changelog.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/src/jbullet/changelog.txt b/src/jbullet/changelog.txt new file mode 100644 index 0000000..7c8d30c --- /dev/null +++ b/src/jbullet/changelog.txt @@ -0,0 +1,46 @@ +Release 20080311: +- Added some JavaDoc documentation +- Added RaycastVehicle and VehicleDemo +- Refactored accessing of vertex data +- Added CylinderShape +- Implemented ray/trimesh hit detection +- Added applet demo +- Added binaries and dependant libraries into package + +Release 20080303: +- Refactored enums +- Fixed bug that caused occasional jitter +- Added ConvexConcaveCollisionAlgorithm +- Memory optimalizations +- Implemented quantized BVH nodes +- Made ConcaveDemo working + +Release 20080206: +- Memory optimalizations +- Added heap info +- Implemented HeapSort +- Added optional support for GNU Trove +- Added BspDemo and fixed ConvexHullShape +- Added ConcaveDemo and it's supporting classes +- Abstracted OpenGL rendering + +Release 20080122: +- Fixed convex/plane collision detection +- Added GLDebugDrawer and fixed some bugs +- Added CapsuleShape +- Added ConeTwistConstraint, HingeConstraint and Generic6DofConstraint +- Added GenericJointDemo +- Optimized drawing of spheres and cylinders using display lists +- Fixed collision of boxes +- Added text overlay + +Release 20080116: +- Moved all push/popProfile to try/finally blocks +- Added final for Vectors/Transforms/etc fields where applicable, and fixed some discovered bugs +- Fixed bug with non-functional removeOverlappingPair +- Enabled ground BoxShape in BasicDemo +- Implemented drawing of BoxShape +- Fixed VectorUtil.maxAxis + +Release 20080111: +- Initial release based on Bullet 2.66 |