[Gcblue-commits] gcb_wx/src/graphics tcScenarioSelectView.cpp, 1.16, 1.17 tcTerrainView.cpp, 1.9, 1
Status: Alpha
Brought to you by:
ddcforge
From: Dewitt C. <ddc...@us...> - 2006-08-27 21:28:57
|
Update of /cvsroot/gcblue/gcb_wx/src/graphics In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv21970/src/graphics Modified Files: tcScenarioSelectView.cpp tcTerrainView.cpp Log Message: Added attributes (hidden and permanent) to AI tasks so that automation tasks can be hidden and not distract player Index: tcTerrainView.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcTerrainView.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** tcTerrainView.cpp 23 Mar 2006 01:11:02 -0000 1.9 --- tcTerrainView.cpp 27 Aug 2006 21:28:54 -0000 1.10 *************** *** 147,151 **** mapImage->setImage(image); } ! image->allocateImage(width, height, 1, GL_RGBA, GL_BYTE, 1); mpMapData->GetWorldArea(mrectMap); --- 147,151 ---- mapImage->setImage(image); } ! image->allocateImage(width, height, 1, GL_RGBA, GL_UNSIGNED_BYTE, 1); mpMapData->GetWorldArea(mrectMap); *************** *** 187,191 **** mapImage->setImage(image); } ! image->allocateImage(width, height, 1, GL_RGBA, GL_BYTE, 1); --- 187,191 ---- mapImage->setImage(image); } ! image->allocateImage(width, height, 1, GL_RGBA, GL_UNSIGNED_BYTE, 1); Index: tcScenarioSelectView.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcScenarioSelectView.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** tcScenarioSelectView.cpp 18 Jun 2006 00:45:00 -0000 1.16 --- tcScenarioSelectView.cpp 27 Aug 2006 21:28:54 -0000 1.17 *************** *** 256,260 **** { wxString s = ! wxString::Format("Error in scenario %s (File may be missing, or file name may have space in it). " "Check log/pyerr.txt for details.", totalPath.c_str()); --- 256,260 ---- { wxString s = ! wxString::Format("Error in scenario %s (File may be missing, file name may have space in it, or error in scenario). " "Check log/pyerr.txt for details.", totalPath.c_str()); |