From: Josh B. <bro...@us...> - 2002-11-05 08:29:01
|
browner10 2002/11/05 00:29:01 PST Modified files: src GameState.cpp GameState.h Added files: src Testing.cpp Testing.h Log: Factored out all the ai testing related code into it's own file. Painstakingly debugging (for 45 minutes) a type of namespace midworld instead of namespace mw. I looked at that line at least 5 times before I caught it. I need to sleep. Revision Changes Path 1.109 +6 -60 midworld/src/GameState.cpp 1.67 +10 -148 midworld/src/GameState.h 1.1 +139 -0 midworld/src/Testing.cpp (new) 1.1 +105 -0 midworld/src/Testing.h (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/midworld/src/GameState.cpp.diff?r1=1.108&r2=1.109&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/midworld/src/GameState.h.diff?r1=1.66&r2=1.67&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/midworld/src/Testing.cpp?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/midworld/src/Testing.h?rev=1.1&content-type=text/plain |