nonchocoboy 2002/05/01 03:06:11 PDT
Modified files:
game BrothaGame.cpp BrothaGame.h Player.cpp
Player.h SConscript
Removed files:
game Car.cpp Car.h CarType.cpp CarType.h
Gang.cpp Gang.h Mod.cpp Mod.h
Log:
Integrated game and data modules. All storage objects (Gang, Car, etc) have
been merged with the data module and removed from game.
Revision Changes Path
1.11 +14 -14 brotha/game/BrothaGame.cpp
1.11 +8 -8 brotha/game/BrothaGame.h
1.4 +0 -31 brotha/game/Car.cpp (dead)
1.5 +0 -51 brotha/game/Car.h (dead)
1.2 +0 -19 brotha/game/CarType.cpp (dead)
1.3 +0 -44 brotha/game/CarType.h (dead)
1.3 +0 -47 brotha/game/Gang.cpp (dead)
1.3 +0 -73 brotha/game/Gang.h (dead)
1.3 +0 -38 brotha/game/Mod.cpp (dead)
1.3 +0 -67 brotha/game/Mod.h (dead)
1.19 +4 -53 brotha/game/Player.cpp
1.20 +7 -123 brotha/game/Player.h
1.6 +0 -4 brotha/game/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/BrothaGame.cpp.diff?r1=1.10&r2=1.11&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/BrothaGame.h.diff?r1=1.10&r2=1.11&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Car.cpp?rev=&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Car.h?rev=&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/CarType.cpp?rev=&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/CarType.h?rev=&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Gang.cpp?rev=&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Gang.h?rev=&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Mod.cpp?rev=&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Mod.h?rev=&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.cpp.diff?r1=1.18&r2=1.19&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.h.diff?r1=1.19&r2=1.20&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/SConscript.diff?r1=1.5&r2=1.6&diff_format=h
|