[Opal-commits] opal changelog.txt,1.36,1.37
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-08-06 05:58:33
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30485 Modified Files: changelog.txt Log Message: Fixed bug in ODE function found by EarthquakeProof - a VolumeSensor using a volume Solid with an offset shape caused a segmentation fault when getting user data from its ODE geomID in ODESimulator::internal_queryVolume. Index: changelog.txt =================================================================== RCS file: /cvsroot/opal/opal/changelog.txt,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** changelog.txt 27 Jul 2005 06:30:03 -0000 1.36 --- changelog.txt 6 Aug 2005 05:58:24 -0000 1.37 *************** *** 15,19 **** ------------------------------------------ ! * 7-27-05: Fixed 'simple' sample app's SConstruct to make it install to the right place. Also, in the same app, changed the SDL.h include to look in <SDL/SDL.h>, not <sdl/SDL.h>. * 7-21-05: Added 'getLocalAABB' function to ShapeData. Added 'getLocalAABB' and 'getGlobalAABB' functions to Solid. (Tyler Streeter) --- 15,21 ---- ------------------------------------------ ! * 8-6-05: Fixed bug in ODE function found by EarthquakeProof - a VolumeSensor using a volume Solid with an offset shape caused a segmentation fault when getting user data from its ODE geomID in ODESimulator::internal_queryVolume. (Tyler Streeter) ! ! * 7-27-05: Fixed 'simple' sample app's SConstruct to make it install to the right place. Also, in the same app, changed the SDL.h include to look in <SDL/SDL.h>, not <sdl/SDL.h>. (Tyler Streeter) * 7-21-05: Added 'getLocalAABB' function to ShapeData. Added 'getLocalAABB' and 'getGlobalAABB' functions to Solid. (Tyler Streeter) |