[Gcblue-commits] gcb_wx/docs CHANGES.txt,1.50,1.51
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2006-03-08 01:09:46
|
Update of /cvsroot/gcblue/gcb_wx/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2255/docs Modified Files: CHANGES.txt Log Message: Index: CHANGES.txt =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/docs/CHANGES.txt,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** CHANGES.txt 5 Jan 2006 03:47:22 -0000 1.50 --- CHANGES.txt 8 Mar 2006 01:09:38 -0000 1.51 *************** *** 1,4 **** --- 1,19 ---- CHANGES + 0.8.2 + --------------------------------------------------------------------- + *** 2006-02-11 through 2006-03-07 *** + - Fixed memory leak due to not deleting window graphics when exiting to start screen + - Started database information popup window. Hit 'i' with unit selected to see class + and description. Doesn't work with weapon entities yet. + - Fixed bug related to non-power of two textures support in OSG 0.9.9 and on. This was + causing graphics problems on some nVidia cards. Changed initializer in osg::Texture + class and rebuilt osg binaries. + - Adjusted multiple scene views to call update() once. Modified structure of near and + far views to remove double text artifacts. + - Started work with GLSL shaders. Options screen has options to try water blend between + two textures (shaders on option) and using shader for procedural texture gen (terrain + shader on). + - Upgraded libraries to Python 2.4 and Boost Python 1.33.1 0.8.1 |