[Gcblue-commits] gcb_wx/src/sim Game.cpp,1.52,1.53 tcCreditView.cpp,1.6,1.7
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-01-14 01:13:25
|
Update of /cvsroot/gcblue/gcb_wx/src/sim In directory sc8-pr-cvs1:/tmp/cvs-serv10758/src/sim Modified Files: Game.cpp tcCreditView.cpp Log Message: more animation work Index: Game.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/sim/Game.cpp,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** Game.cpp 9 Jan 2004 21:48:40 -0000 1.52 --- Game.cpp 14 Jan 2004 01:13:22 -0000 1.53 *************** *** 337,341 **** // warning, this erroneously puts a copy of air DB objects into the generic file // need to fix DB obj structure so that only leaf classes are used by game objects ! //mcDatabase.SaveDBCSV("_out"); tcGameObject::SetGameObjectDatabase(&mcDatabase); // added to allow objects to init themselves --- 337,341 ---- // warning, this erroneously puts a copy of air DB objects into the generic file // need to fix DB obj structure so that only leaf classes are used by game objects ! mcDatabase.SaveDBCSV("_out"); tcGameObject::SetGameObjectDatabase(&mcDatabase); // added to allow objects to init themselves Index: tcCreditView.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/sim/tcCreditView.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tcCreditView.cpp 8 Dec 2003 17:13:34 -0000 1.6 --- tcCreditView.cpp 14 Jan 2004 01:13:22 -0000 1.7 *************** *** 82,85 **** --- 82,92 ---- AddCredit(s, 60.0f, false); + s = "3D sky code\n"; + AddCredit(s, 25.0f, false); + + s = "Combat Simulator Project, csp.sourceforge.net \n"; + AddCredit(s, 60.0f, true); + + s = "Map data based on GTOPO30 archive distributed by the \nLand Processes Distributed Active Archive Center (LP DAAC)\nlpdaac.usgs.gov \n"; AddCredit(s, 100.0f, false); *************** *** 117,131 **** AddCredit(s, 30.0f, false); ! s = "And\n"; AddCredit(s, 30.0f, false); - - s = "To those who offered advice through e-mail and \nthe global_conflict discussion group"; - AddCredit(s, 50.0f, false); ! s = "And\n"; AddCredit(s, 30.0f, false); ! s = "To those who should be but aren't yet on this list"; ! AddCredit(s, 150.0f, false); --- 124,135 ---- AddCredit(s, 30.0f, false); ! s = "Seawolves Surface Division, www.seawolves.org/fc\n"; AddCredit(s, 30.0f, false); ! s = "and\n"; AddCredit(s, 30.0f, false); ! s = "To those who offered advice through e-mail and \nthe global_conflict discussion group"; ! AddCredit(s, 50.0f, false); *************** *** 139,143 **** AddCredit(s, 20.0f, false); ! s = "Copyright (C) 2002, 2003, All rights reserved.\n"; AddCredit(s, 60.0f, false); --- 143,147 ---- AddCredit(s, 20.0f, false); ! s = "Copyright (C) 2002-2004, All rights reserved.\n"; AddCredit(s, 60.0f, false); |