You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(126) |
Oct
(129) |
Nov
(28) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(129) |
Feb
(202) |
Mar
(278) |
Apr
(492) |
May
(199) |
Jun
(157) |
Jul
(74) |
Aug
(10) |
Sep
(98) |
Oct
(165) |
Nov
(132) |
Dec
(37) |
2003 |
Jan
(86) |
Feb
(107) |
Mar
(14) |
Apr
(33) |
May
(47) |
Jun
(16) |
Jul
|
Aug
(17) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
(6) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
(18) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ben S. <non...@us...> - 2002-04-22 04:58:05
|
nonchocoboy 2002/04/21 21:58:04 PDT Modified files: server MessageHandler.h Log: Made destructor virtual. Revision Changes Path 1.4 +1 -1 brotha/server/MessageHandler.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/MessageHandler.h.diff?r1=1.3&r2=1.4&diff_format=h |
From: Josh C. <ta...@us...> - 2002-04-22 04:55:29
|
tamc 2002/04/21 21:55:28 PDT Modified files: phui/phui WidgetContainer.h Log: iostream inclusion Revision Changes Path 1.12 +3 -2 lib/phui/phui/WidgetContainer.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/WidgetContainer.h.diff?r1=1.11&r2=1.12&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-22 04:53:59
|
nonchocoboy 2002/04/21 21:53:58 PDT Modified files: game BrothaGame.cpp Log: Silenced warnings. Revision Changes Path 1.6 +3 -3 brotha/game/BrothaGame.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/BrothaGame.cpp.diff?r1=1.5&r2=1.6&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-22 04:52:39
|
nonchocoboy 2002/04/21 21:52:38 PDT Modified files: game Object.h Player.h Log: Added virtual destructors where needed. Revision Changes Path 1.7 +1 -1 brotha/game/Object.h 1.9 +6 -6 brotha/game/Player.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Object.h.diff?r1=1.6&r2=1.7&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.h.diff?r1=1.8&r2=1.9&diff_format=h |
From: Chad A. <ae...@us...> - 2002-04-22 04:49:16
|
aegis 2002/04/21 21:49:15 PDT Modified files: phui SConstruct phui/phui Button.cpp WidgetContainer.cpp Log: build with -Wall... fixed some broken code too ;) Revision Changes Path 1.10 +3 -4 lib/phui/SConstruct 1.9 +7 -7 lib/phui/phui/Button.cpp 1.12 +8 -9 lib/phui/phui/WidgetContainer.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/SConstruct.diff?r1=1.9&r2=1.10&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/Button.cpp.diff?r1=1.8&r2=1.9&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/WidgetContainer.cpp.diff?r1=1.11&r2=1.12&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-22 04:44:27
|
nonchocoboy 2002/04/21 21:44:27 PDT Modified files: . SConstruct Log: Turned on all warnings with gcc ... oops. Revision Changes Path 1.9 +2 -2 brotha/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/SConstruct.diff?r1=1.8&r2=1.9&diff_format=h |
From: Josh C. <ta...@us...> - 2002-04-22 04:43:40
|
tamc 2002/04/21 21:43:39 PDT Modified files: phui/phui Button.h Font.cpp Point.h Window.h Log: should compile on a compiler that doesn't spoil you Revision Changes Path 1.11 +3 -2 lib/phui/phui/Button.h 1.4 +4 -4 lib/phui/phui/Font.cpp 1.2 +1 -0 lib/phui/phui/Point.h 1.9 +3 -2 lib/phui/phui/Window.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/Button.h.diff?r1=1.10&r2=1.11&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/Font.cpp.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/Point.h.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/Window.h.diff?r1=1.8&r2=1.9&diff_format=h |
From: Chad A. <ae...@us...> - 2002-04-22 04:33:52
|
aegis 2002/04/21 21:33:52 PDT Added files: phui/doc external.txt Log: external libraries Revision Changes Path 1.1 +6 -0 lib/phui/doc/external.txt (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/doc/external.txt?rev=1.1&content-type=text/plain |
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:23:09
|
nonchocoboy 2002/04/21 21:23:08 PDT Removed files: . glut_libs.py Log: Removed glut_libs.py since it was replaced by opengl.py. This was done since we don't use GLUT anyway, so the name was a misnomer. Revision Changes Path 1.2 +0 -26 brotha/glut_libs.py (dead) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/glut_libs.py?rev=&content-type=text/plain |
From: Ben S. <non...@us...> - 2002-04-22 04:22:15
|
nonchocoboy 2002/04/21 21:22:15 PDT Modified files: . SConstruct client SConscript Added files: . opengl.py Revision Changes Path 1.8 +2 -2 brotha/SConstruct 1.12 +2 -2 brotha/client/SConscript 1.1 +26 -0 brotha/opengl.py (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/SConstruct.diff?r1=1.7&r2=1.8&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/SConscript.diff?r1=1.11&r2=1.12&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/opengl.py?rev=1.1&content-type=text/plain |
From: Ben S. <non...@us...> - 2002-04-22 04:17:10
|
nonchocoboy 2002/04/21 21:17:09 PDT Added files: . glut_libs.py Log: Added glut_libs.py to externally decide which GL libraries to use. Revision Changes Path 1.1 +26 -0 brotha/glut_libs.py (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/glut_libs.py?rev=1.1&content-type=text/plain |
From: Ben S. <non...@us...> - 2002-04-22 03:43:29
|
nonchocoboy 2002/04/21 20:43:29 PDT Modified files: client AppState.cpp BrothaApp.cpp BrothaApp.h Log: Refactored client to work with the revised game subsystem. Revision Changes Path 1.10 +4 -4 brotha/client/AppState.cpp 1.20 +5 -4 brotha/client/BrothaApp.cpp 1.13 +26 -14 brotha/client/BrothaApp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/AppState.cpp.diff?r1=1.9&r2=1.10&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.19&r2=1.20&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.h.diff?r1=1.12&r2=1.13&diff_format=h |
From: Levi V. <lva...@us...> - 2002-04-22 03:40:37
|
lvanoort 2002/04/21 20:40:37 PDT Modified files: . FloorGraphics.h TheMainProgram.cpp Added files: . GameWorld.cpp GameWorld.h Log: Added new GameWorld class. Revision Changes Path 1.2 +34 -37 mazetank/FloorGraphics.h 1.1 +66 -0 mazetank/GameWorld.cpp (new) 1.1 +47 -0 mazetank/GameWorld.h (new) 1.2 +9 -87 mazetank/TheMainProgram.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/FloorGraphics.h.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/GameWorld.cpp?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/GameWorld.h?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/TheMainProgram.cpp.diff?r1=1.1&r2=1.2&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-22 03:34:03
|
nonchocoboy 2002/04/21 20:34:02 PDT Modified files: game BrothaGame.cpp BrothaGame.h Log: Added getPlayer to get a player by UID. Revision Changes Path 1.5 +13 -3 brotha/game/BrothaGame.cpp 1.6 +11 -2 brotha/game/BrothaGame.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/BrothaGame.cpp.diff?r1=1.4&r2=1.5&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/BrothaGame.h.diff?r1=1.5&r2=1.6&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-22 03:11:18
|
nonchocoboy 2002/04/21 20:11:18 PDT Modified files: game BrothaGame.cpp BrothaGame.h Log: Decided that addPlayer/addObject was redundant. Just add/remove now. Revision Changes Path 1.4 +9 -9 brotha/game/BrothaGame.cpp 1.5 +6 -6 brotha/game/BrothaGame.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/BrothaGame.cpp.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/BrothaGame.h.diff?r1=1.4&r2=1.5&diff_format=h |
From: Jeremy H. <jj...@us...> - 2002-04-22 02:26:18
|
jjhnsn 2002/04/21 19:26:18 PDT Modified files: game BrothaGame.cpp BrothaGame.h Log: addPlayer now works, addObject should work also. remove object and player is implemented. Still need Update. Revision Changes Path 1.3 +29 -36 brotha/game/BrothaGame.cpp 1.4 +36 -66 brotha/game/BrothaGame.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/BrothaGame.cpp.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/BrothaGame.h.diff?r1=1.3&r2=1.4&diff_format=h |
From: Josh C. <ta...@us...> - 2002-04-22 02:20:01
|
tamc 2002/04/21 19:20:00 PDT Modified files: server UpdatePlayerInfoMessageHandler.h Log: now handles the message mostly --not sure what to do with handbrake, shoot, or weapon change quite yet Revision Changes Path 1.3 +22 -0 brotha/server/UpdatePlayerInfoMessageHandler.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/UpdatePlayerInfoMessageHandler.h.diff?r1=1.2&r2=1.3&diff_format=h |
From: Josh C. <ta...@us...> - 2002-04-22 02:19:21
|
tamc 2002/04/21 19:19:20 PDT Modified files: net UpdatePlayerInfoMessage.h Log: added access functions Revision Changes Path 1.8 +8 -0 brotha/net/UpdatePlayerInfoMessage.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/UpdatePlayerInfoMessage.h.diff?r1=1.7&r2=1.8&diff_format=h |