nonchocoboy 2002/03/26 16:51:33 PST
Modified files:
client SConscript main.cpp
game Player.cpp Player.h SConscript
Added files:
game BrothaGame.cpp BrothaGame.h
Log:
Added skeleton code for handling input on the client side.
Revision Changes Path
1.3 +3 -3 brotha/client/SConscript
1.4 +73 -20 brotha/client/main.cpp
1.1 +89 -0 brotha/game/BrothaGame.cpp (new)
1.1 +122 -0 brotha/game/BrothaGame.h (new)
1.3 +46 -4 brotha/game/Player.cpp
1.3 +70 -2 brotha/game/Player.h
1.2 +4 -3 brotha/game/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/SConscript.diff?r1=1.2&r2=1.3&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/main.cpp.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/BrothaGame.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/BrothaGame.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.cpp.diff?r1=1.2&r2=1.3&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.h.diff?r1=1.2&r2=1.3&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/SConscript.diff?r1=1.1&r2=1.2&diff_format=h
|