[Gcblue-commits] gcb_wx GCblue.vcproj,1.90,1.91
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-03-31 03:51:49
|
Update of /cvsroot/gcblue/gcb_wx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27747 Modified Files: GCblue.vcproj Log Message: Added map overlay, fixed smoke trail roll bug, improved FOV calc for autopoint launchers, database tweaks Index: GCblue.vcproj =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/GCblue.vcproj,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -d -r1.90 -r1.91 *** GCblue.vcproj 19 Mar 2005 15:31:07 -0000 1.90 --- GCblue.vcproj 31 Mar 2005 03:51:10 -0000 1.91 *************** *** 303,306 **** --- 303,309 ---- </File> <File + RelativePath=".\src\graphics\tcMapOverlay.cpp"> + </File> + <File RelativePath=".\src\graphics\tcMapView.cpp"> </File> *************** *** 1249,1252 **** --- 1252,1258 ---- </File> <File + RelativePath=".\include\graphics\tcMapOverlay.h"> + </File> + <File RelativePath=".\include\graphics\tcMapView.h"> </File> |