aegis 2002/04/19 02:09:40 PDT
Modified files:
client BrothaApp.cpp BrothaApp.h main.cpp
vc7 brotha.vcproj client.vcproj server.vcproj
Added files:
client main.h realmain.cpp
vc7/external empty-directory.txt
Log:
ported brotha to SDL, moved external dependencies into subdir of vc7... saw networked brotha work for the first time: nice job, josh :D
Revision Changes Path
1.17 +57 -67 brotha/client/BrothaApp.cpp
1.10 +14 -38 brotha/client/BrothaApp.h
1.9 +114 -11 brotha/client/main.cpp
1.1 +6 -0 brotha/client/main.h (new)
1.1 +6 -0 brotha/client/realmain.cpp (new)
1.7 +296 -278 brotha/vc7/brotha.vcproj
1.6 +150 -144 brotha/vc7/client.vcproj
1.1 +1 -0 brotha/vc7/external/empty-directory.txt (new)
1.7 +169 -169 brotha/vc7/server.vcproj
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.16&r2=1.17&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.h.diff?r1=1.9&r2=1.10&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/main.cpp.diff?r1=1.8&r2=1.9&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/main.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/realmain.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/brotha.vcproj.diff?r1=1.6&r2=1.7&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/client.vcproj.diff?r1=1.5&r2=1.6&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/external/empty-directory.txt?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/server.vcproj.diff?r1=1.6&r2=1.7&diff_format=h
|