From: Ben S. <non...@us...> - 2002-03-27 06:29:01
|
nonchocoboy 2002/03/26 22:28:59 PST Modified files: client BrothaApp.cpp Log: Fixed seg fault when there is no local player. Should never happen in the release version though since the client will always have a player. :) Revision Changes Path 1.2 +47 -43 brotha/client/BrothaApp.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.1&r2=1.2&diff_format=h |
From: Jeremy H. <jj...@us...> - 2002-03-28 05:19:05
|
jjhnsn 2002/03/27 21:19:04 PST Modified files: client BrothaApp.cpp Log: All of the stuff I added is commented out until tomorrow. Added code to login (in onPostFrame) and to send message. Definately still needs more work Revision Changes Path 1.3 +19 -2 brotha/client/BrothaApp.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.2&r2=1.3&diff_format=h |
From: Josh C. <ta...@us...> - 2002-03-29 08:51:35
|
tamc 2002/03/29 00:50:57 PST Modified files: client BrothaApp.cpp Log: more std::auto_ptr Revision Changes Path 1.6 +3 -3 brotha/client/BrothaApp.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.5&r2=1.6&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-29 20:08:12
|
nonchocoboy 2002/03/29 11:56:49 PST Modified files: client BrothaApp.cpp Log: Fixed bug where making the window width smaller than the height caused the drawables to disappear. Revision Changes Path 1.13 +3 -3 brotha/client/BrothaApp.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.12&r2=1.13&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-22 02:09:05
|
nonchocoboy 2002/04/21 19:09:05 PDT Modified files: client BrothaApp.cpp Log: Fixed scope resolution problems that .NET let's through. Revision Changes Path 1.19 +5 -5 brotha/client/BrothaApp.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.18&r2=1.19&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-22 04:27:25
|
nonchocoboy 2002/04/21 21:27:24 PDT Modified files: client BrothaApp.cpp Log: Music files referred to as music/trackN.ogg now. Revision Changes Path 1.22 +4 -3 brotha/client/BrothaApp.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.21&r2=1.22&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-22 04:55:17
|
nonchocoboy 2002/04/21 21:55:17 PDT Modified files: client BrothaApp.cpp Log: Commented out unused variable. Revision Changes Path 1.23 +3 -3 brotha/client/BrothaApp.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.22&r2=1.23&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-25 23:34:44
|
nonchocoboy 2002/04/25 16:34:43 PDT Modified files: client BrothaApp.cpp Log: Bug Fixed: We now call update() on the Jukebox every frame like we're supposed to so that the jukebox correctly switches to the next track when the current track has finished. Revision Changes Path 1.27 +5 -2 brotha/client/BrothaApp.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.26&r2=1.27&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-26 03:59:47
|
nonchocoboy 2002/04/25 20:59:46 PDT Modified files: client BrothaApp.cpp Log: crap OS's need to include window.h before anything GL related. Revision Changes Path 1.28 +6 -2 brotha/client/BrothaApp.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.27&r2=1.28&diff_format=h |