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 02:11:48
|
nonchocoboy 2002/04/21 19:11:48 PDT Added files: . README Log: Created mazetank module for Levi. Revision Changes Path 1.1 +1 -0 mazetank/README (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/README?rev=1.1&content-type=text/plain |
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 01:48:08
|
nonchocoboy 2002/04/21 18:48:07 PDT Modified files: doc build.txt client SConscript Added files: client ModelManager.cpp ModelManager.h Log: Added a ModelManager for loading models from disk using OSG. Note that we now depend on OpenSceneGraph to build the client. Check out the new build instructions in doc/build.txt. Revision Changes Path 1.1 +85 -0 brotha/client/ModelManager.cpp (new) 1.1 +111 -0 brotha/client/ModelManager.h (new) 1.10 +2 -1 brotha/client/SConscript 1.3 +7 -0 brotha/doc/build.txt http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/ModelManager.cpp?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/ModelManager.h?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/SConscript.diff?r1=1.9&r2=1.10&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/build.txt.diff?r1=1.2&r2=1.3&diff_format=h |
From: Josh C. <ta...@us...> - 2002-04-21 23:38:33
|
tamc 2002/04/21 16:38:33 PDT Modified files: client BrothaApp.cpp BrothaApp.h main.cpp Log: added basic support for key presses only handles key 'a' for accelerate .. forgot what others were bound to Revision Changes Path 1.18 +23 -5 brotha/client/BrothaApp.cpp 1.12 +3 -3 brotha/client/BrothaApp.h 1.11 +8 -3 brotha/client/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.17&r2=1.18&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.h.diff?r1=1.11&r2=1.12&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/main.cpp.diff?r1=1.10&r2=1.11&diff_format=h |
From: Josh C. <ta...@us...> - 2002-04-21 23:37:14
|
tamc 2002/04/21 16:37:14 PDT Modified files: net UpdatePlayerInfoMessage.h Log: added NOTHING what type Revision Changes Path 1.7 +2 -1 brotha/net/UpdatePlayerInfoMessage.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/UpdatePlayerInfoMessage.h.diff?r1=1.6&r2=1.7&diff_format=h |
From: Josh C. <ta...@us...> - 2002-04-21 23:36:53
|
tamc 2002/04/21 16:36:52 PDT Modified files: server BrothaGame.cpp GameThread.cpp GameThread.h UpdatePlayerInfoMessageHandler.h Log: support for updateplayerinfomessage handler some "make it compile" fixes Revision Changes Path 1.10 +8 -12 brotha/server/BrothaGame.cpp 1.12 +1 -0 brotha/server/GameThread.cpp 1.9 +1 -0 brotha/server/GameThread.h 1.2 +2 -2 brotha/server/UpdatePlayerInfoMessageHandler.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BrothaGame.cpp.diff?r1=1.9&r2=1.10&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/GameThread.cpp.diff?r1=1.11&r2=1.12&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/GameThread.h.diff?r1=1.8&r2=1.9&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/UpdatePlayerInfoMessageHandler.h.diff?r1=1.1&r2=1.2&diff_format=h |
From: Josh C. <ta...@us...> - 2002-04-21 23:00:32
|
tamc 2002/04/21 16:00:30 PDT Modified files: net UpdatePlayerInfoMessage.h Log: updateplayerinfo message Revision Changes Path 1.6 +17 -5 brotha/net/UpdatePlayerInfoMessage.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/UpdatePlayerInfoMessage.h.diff?r1=1.5&r2=1.6&diff_format=h |
From: Jeremy H. <jj...@us...> - 2002-04-21 21:25:55
|
jjhnsn 2002/04/21 14:25:55 PDT Modified files: server BrothaGame.cpp BrothaGame.h Log: added a little Revision Changes Path 1.9 +25 -9 brotha/server/BrothaGame.cpp 1.9 +18 -2 brotha/server/BrothaGame.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BrothaGame.cpp.diff?r1=1.8&r2=1.9&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BrothaGame.h.diff?r1=1.8&r2=1.9&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-21 21:06:47
|
nonchocoboy 2002/04/21 14:06:47 PDT Modified files: client BrothaApp.h SConscript main.cpp Log: SDL headers should be included from <SDL/blah.h>. SCons build updated to link with SDL. Revision Changes Path 1.11 +3 -3 brotha/client/BrothaApp.h 1.9 +3 -2 brotha/client/SConscript 1.10 +3 -3 brotha/client/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.h.diff?r1=1.10&r2=1.11&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/SConscript.diff?r1=1.8&r2=1.9&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/main.cpp.diff?r1=1.9&r2=1.10&diff_format=h |
From: Chad A. <ae...@us...> - 2002-04-19 07:09:42
|
aegis 2002/04/19 00:09:41 PDT Modified files: server ConsoleServer.cpp Log: oops... typo in server help Revision Changes Path 1.5 +1 -1 brotha/server/ConsoleServer.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/ConsoleServer.cpp.diff?r1=1.4&r2=1.5&diff_format=h |
From: Chad A. <ae...@us...> - 2002-04-18 23:43:50
|
aegis 2002/04/18 16:43:49 PDT Modified files: texture SConstruct Added files: texture glut_libs.py Log: compiles in Cygwin now Revision Changes Path 1.2 +2 -1 examples/texture/SConstruct 1.1 +26 -0 examples/texture/glut_libs.py (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/texture/SConstruct.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/texture/glut_libs.py?rev=1.1&content-type=text/plain |
From: Ben S. <non...@us...> - 2002-04-18 23:34:55
|
nonchocoboy 2002/04/18 16:34:54 PDT Modified files: texture main.cpp Log: Can now switch between smooth and flat shading. Revision Changes Path 1.8 +8 -0 examples/texture/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/texture/main.cpp.diff?r1=1.7&r2=1.8&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-18 23:33:14
|
nonchocoboy 2002/04/18 16:33:12 PDT Modified files: texture main.cpp Log: Can now toggle the debugging aids. Revision Changes Path 1.7 +29 -20 examples/texture/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/texture/main.cpp.diff?r1=1.6&r2=1.7&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-18 23:30:43
|
nonchocoboy 2002/04/18 16:30:39 PDT Modified files: texture main.cpp Log: Light is moveable. Added some debugging aids. Use PNGs now instead of TGAs. Revision Changes Path 1.6 +61 -14 examples/texture/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/texture/main.cpp.diff?r1=1.5&r2=1.6&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-18 22:51:44
|
nonchocoboy 2002/04/18 15:51:43 PDT Modified files: texture main.cpp Log: Our cube has normals now ... they're rather important. Revision Changes Path 1.5 +6 -0 examples/texture/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/texture/main.cpp.diff?r1=1.4&r2=1.5&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-18 22:49:36
|
nonchocoboy 2002/04/18 15:49:36 PDT Modified files: texture main.cpp Log: Added lighting support. Revision Changes Path 1.4 +34 -1 examples/texture/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/texture/main.cpp.diff?r1=1.3&r2=1.4&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-18 22:38:04
|
nonchocoboy 2002/04/18 15:36:27 PDT Modified files: texture main.cpp Log: Added ability to toggle using textures. Revision Changes Path 1.3 +20 -3 examples/texture/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/texture/main.cpp.diff?r1=1.2&r2=1.3&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-18 22:38:03
|
nonchocoboy 2002/04/18 15:31:26 PDT Modified files: texture main.cpp Log: Cleaned up some of the comments. Revision Changes Path 1.2 +38 -32 examples/texture/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/texture/main.cpp.diff?r1=1.1&r2=1.2&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-04-18 19:32:27
|
subatomic 2002/04/18 12:04:06 PDT Modified files: pixmi/pixmi PcxImporter.cpp PngImporter.cpp Log: fixed missing std:: on cout and endl and flush. g++ is so bad for letting these go :( Revision Changes Path 1.3 +3 -3 lib/pixmi/pixmi/PcxImporter.cpp 1.3 +19 -19 lib/pixmi/pixmi/PngImporter.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/pixmi/pixmi/PcxImporter.cpp.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/pixmi/pixmi/PngImporter.cpp.diff?r1=1.2&r2=1.3&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-04-18 19:32:26
|
subatomic 2002/04/18 12:06:35 PDT Modified files: pixmi/mk Makefile.exe.template Log: updated to the recent mk changes. Revision Changes Path 1.4 +5 -13 lib/pixmi/mk/Makefile.exe.template http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/pixmi/mk/Makefile.exe.template.diff?r1=1.3&r2=1.4&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-04-18 19:32:19
|
subatomic 2002/04/18 12:00:12 PDT Modified files: pixmi Makefile Log: oops. fixed linux. Revision Changes Path 1.6 +1 -2 lib/pixmi/Makefile http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/pixmi/Makefile.diff?r1=1.5&r2=1.6&diff_format=h |