nonchocoboy 2002/03/29 04:54:18 PST
Modified files:
client BrothaApp.cpp BrothaApp.h SConscript
Added files:
client AppState.cpp AppState.h
Log:
Started adding state to the client ... we can now successfully login with
the server.
Revision Changes Path
1.1 +104 -0 brotha/client/AppState.cpp (new)
1.1 +147 -0 brotha/client/AppState.h (new)
1.7 +23 -38 brotha/client/BrothaApp.cpp
1.4 +27 -2 brotha/client/BrothaApp.h
1.6 +1 -0 brotha/client/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/AppState.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/AppState.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.6&r2=1.7&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.h.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/SConscript.diff?r1=1.5&r2=1.6&diff_format=h
|