[Gcblue-commits] gcb_wx/docs BUILDING.txt,1.1,1.2 CHANGES.txt,1.20,1.21
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-06-14 15:23:47
|
Update of /cvsroot/gcblue/gcb_wx/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31741/docs Modified Files: BUILDING.txt CHANGES.txt Log Message: Index: BUILDING.txt =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/docs/BUILDING.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** BUILDING.txt 20 Mar 2004 18:46:47 -0000 1.1 --- BUILDING.txt 14 Jun 2004 15:23:37 -0000 1.2 *************** *** 49,52 **** --- 49,53 ---- C:\3rdParty_2003-10-01\include C:\wxWindows-2.4.2\include + C:\wxWindows-2.4.2\lib\msw C:\OpenSceneGraph-0.9.6-2\include C:\OpenThreads-v1.2dev3-osg0.9.6\include *************** *** 166,169 **** --- 167,179 ---- #pragma warning(disable:4267) + - In src/msw/window.cpp add this line at the beginning of the + wxWindowMSW::HandleEraseBkgnd(WXHDC hdc) method: + + return TRUE; // workaround for GCB to stop flicker + + This is a workaround to stop flicker. Since wxWindows / wxWidgets is not + used for drawing, it is safe to disable this code. Should get this added + as a flag to wxWidgets. + - Build Debug and Release configs for all projects in solution (do not build other configs like Debug DLL, Debug Unicode, etc.) Index: CHANGES.txt =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/docs/CHANGES.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** CHANGES.txt 24 May 2004 00:14:44 -0000 1.20 --- CHANGES.txt 14 Jun 2004 15:23:38 -0000 1.21 *************** *** 3,6 **** --- 3,9 ---- 0.6 --------------------------------------------------------------------- + *** 2004-06-05 Dewitt Colclough *** + - Added basic smoke effect using osgParticle library. + *** 2004-05-23 Dewitt Colclough *** - Added launch (datum) and sensor activate/deactivate to commands |