From bcd03ce42585f197c81dcc50e4b289494dbc7c65 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 21 Jul 2008 07:58:22 +0000 Subject: 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 --- src/jbullet/changelog.txt | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/jbullet/changelog.txt (limited to 'src/jbullet/changelog.txt') 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 -- cgit v1.2.3