[Opal-commits] opal changelog.txt,1.35,1.36
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-07-27 06:30:13
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2841 Modified Files: changelog.txt Log Message: 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>. Index: changelog.txt =================================================================== RCS file: /cvsroot/opal/opal/changelog.txt,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** changelog.txt 21 Jul 2005 15:59:00 -0000 1.35 --- changelog.txt 27 Jul 2005 06:30:03 -0000 1.36 *************** *** 15,18 **** --- 15,20 ---- ------------------------------------------ + * 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) |