tamc 2002/03/30 12:14:16 PST
Modified files:
client AppState.cpp
net AddPlayerMessage.h
server BrothaGame.cpp BrothaGame.h
ConsoleServer.cpp
vc7 brotha.vcproj client.vcproj server.vcproj
Log:
Client *shouldn't* seg fault now, successfully makes it to the InGame state on my box
Resync on server cleaned up a little
Changed cin to std::cin for my compiler
Most recent project files that I'm using (server now uses ConsoleServer.cpp until I can get some sort of reliable logging mechanism to the edit box
Revision Changes Path
1.8 +5 -5 brotha/client/AppState.cpp
1.9 +1 -1 brotha/net/AddPlayerMessage.h
1.6 +21 -5 brotha/server/BrothaGame.cpp
1.7 +6 -4 brotha/server/BrothaGame.h
1.4 +1 -1 brotha/server/ConsoleServer.cpp
1.6 +2 -2 brotha/vc7/brotha.vcproj
1.5 +4 -2 brotha/vc7/client.vcproj
1.6 +6 -12 brotha/vc7/server.vcproj
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/AppState.cpp.diff?r1=1.7&r2=1.8&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/AddPlayerMessage.h.diff?r1=1.8&r2=1.9&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BrothaGame.cpp.diff?r1=1.5&r2=1.6&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BrothaGame.h.diff?r1=1.6&r2=1.7&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/ConsoleServer.cpp.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/brotha.vcproj.diff?r1=1.5&r2=1.6&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/client.vcproj.diff?r1=1.4&r2=1.5&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/server.vcproj.diff?r1=1.5&r2=1.6&diff_format=h
|