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: Kevin M. <sub...@us...> - 2001-10-01 03:39:28
|
subatomic 2001/09/30 20:39:28 PDT Added files: models rocket_launcher.mtl rocket_launcher.obj rocket_launcher.tga Log: added rocket launcher geom |
From: Ben S. <non...@us...> - 2001-10-01 00:43:45
|
nonchocoboy 2001/09/30 17:43:45 PDT Modified files: . Makefile Defines.h Added files: . sys_juggler.cxx Log: Build support for VRJuggler is now available. Do a 'make vjtank' Revision Changes Path 1.28 +15 -3 tank/Makefile 1.6 +13 -2 tank/Defines.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Makefile.diff?r1=1.27&r2=1.28 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Defines.h.diff?r1=1.5&r2=1.6 |
From: Kevin M. <sub...@us...> - 2001-09-30 23:55:57
|
subatomic 2001/09/30 16:55:56 PDT Modified files: . tank.ini iniFile.h iniFile.cxx Log: removed quotes from tank.ini rolled back change to iniFile.h. it no longer strips quotes from .ini files. I want the ability for strings in ini files to have quotes, so if they need to be stripped off, then the application would have to strip it off by itself. Revision Changes Path 1.2 +1 -1 tank/tank.ini 1.3 +256 -257 tank/iniFile.h 1.2 +83 -90 tank/iniFile.cxx http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/tank.ini.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/iniFile.h.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/iniFile.cxx.diff?r1=1.1&r2=1.2 |
From: Kevin M. <sub...@us...> - 2001-09-30 23:28:38
|
subatomic 2001/09/30 16:28:37 PDT Modified files: . ObjImporter.h iniSection.h Log: added include<assert> to iniSection made ObjImporter output make more sense. Revision Changes Path 1.11 +13 -11 tank/ObjImporter.h 1.2 +4 -3 tank/iniSection.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/ObjImporter.h.diff?r1=1.10&r2=1.11 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/iniSection.h.diff?r1=1.1&r2=1.2 |
From: Kevin M. <sub...@us...> - 2001-09-30 23:21:55
|
subatomic 2001/09/30 16:21:54 PDT Modified files: . Singleton.h Log: backed out last change, got multiple instances under win32... badbadbad... Revision Changes Path 1.3 +6 -6 tank/Singleton.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Singleton.h.diff?r1=1.2&r2=1.3 |
From: Ben S. <non...@us...> - 2001-09-30 22:00:49
|
nonchocoboy 2001/09/30 15:00:49 PDT Modified files: . Makefile RefObj.h Tank.h Added files: . Player.cxx Player.h TankGame.cxx TankGame.h UIDManager.h sys_glut.cxx Removed files: . simpleGlutApp.cxx Log: - Decoupled the engine from GLUT. This should make it easier to port to other APIs such as vrjuggler. TankGame is now the core engine object and specific API implementations such as sys_glut.cxx will drive the engine. - Added the Player class to facilitate making the game multiplayer. - UIDManager singleton added to manage unique IDs for a particular class of objects. Revision Changes Path 1.27 +5 -1 tank/Makefile 1.4 +1 -0 tank/RefObj.h 1.23 +10 -5 tank/Tank.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Makefile.diff?r1=1.26&r2=1.27 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/RefObj.h.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Tank.h.diff?r1=1.22&r2=1.23 |
From: Ben S. <non...@us...> - 2001-09-30 21:54:03
|
nonchocoboy 2001/09/30 14:54:00 PDT Modified files: . glRenderLight.h Added files: . glRenderLight.cxx Log: - moved implementation of glRender( const Light &l) out of glRenderLight.h to fix linker errors. Revision Changes Path 1.7 +3 -79 tank/glRenderLight.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/glRenderLight.h.diff?r1=1.6&r2=1.7 |
From: Ben S. <non...@us...> - 2001-09-30 21:52:38
|
nonchocoboy 2001/09/30 14:52:38 PDT Modified files: . iniFile.h Added files: . iniFile.cxx Log: - moved iniFile::load() out of header to fix linker errors - fixed bug where double-quotes would not be removed from key values while parsing a file causing the Tank::init() to fail. Revision Changes Path 1.2 +257 -347 tank/iniFile.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/iniFile.h.diff?r1=1.1&r2=1.2 |
From: Ben S. <non...@us...> - 2001-09-30 21:50:24
|
nonchocoboy 2001/09/30 14:50:21 PDT Modified files: . World.h World.cxx Log: Added support for world control of lights. Revision Changes Path 1.2 +10 -0 tank/World.h 1.2 +35 -10 tank/World.cxx http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/World.h.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/World.cxx.diff?r1=1.1&r2=1.2 |
From: Ben S. <non...@us...> - 2001-09-30 21:46:14
|
nonchocoboy 2001/09/30 14:46:13 PDT Modified files: . HUD.h Log: Made the draw method const Revision Changes Path 1.7 +100 -100 tank/HUD.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/HUD.h.diff?r1=1.6&r2=1.7 |
From: Kevin M. <sub...@us...> - 2001-09-28 19:52:50
|
subatomic 2001/09/28 12:52:49 PDT Modified files: . Tank.h Added files: . tank.ini Removed files: . tank.config.ini Log: added a config file for the tank class (we might want to roll all configs into one .ini (or not, i don't really know.) added config file support to the Tank class removed old sample ini file. Revision Changes Path 1.22 +11 -2 tank/Tank.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Tank.h.diff?r1=1.21&r2=1.22 |
From: Kevin M. <sub...@us...> - 2001-09-28 19:21:26
|
subatomic 2001/09/28 12:21:24 PDT Added files: . iniFile.h iniSection.h iniUtils.h tank.config.ini Log: added ini file stuff. |
From: Kevin M. <sub...@us...> - 2001-09-28 19:01:51
|
subatomic 2001/09/28 12:01:49 PDT Modified files: . Texture.cxx Log: changed default filtering to linear mipmap. Revision Changes Path 1.2 +4 -4 tank/Texture.cxx http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Texture.cxx.diff?r1=1.1&r2=1.2 |
From: Kevin M. <sub...@us...> - 2001-09-28 19:00:27
|
subatomic 2001/09/28 12:00:23 PDT Modified files: . Singleton.h Log: singletons destroy themselves now. Revision Changes Path 1.2 +12 -8 tank/Singleton.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Singleton.h.diff?r1=1.1&r2=1.2 |
From: Kevin M. <sub...@us...> - 2001-09-28 17:00:45
|
subatomic 2001/09/28 10:00:44 PDT Modified files: . Bullet.h Added files: models bullet.mtl bullet.obj bullet.tga Log: bullet now uses a model Revision Changes Path 1.5 +175 -156 tank/Bullet.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Bullet.h.diff?r1=1.4&r2=1.5 |
From: Kevin M. <sub...@us...> - 2001-09-28 15:53:29
|
subatomic 2001/09/28 08:53:29 PDT Modified files: . HUD.h simpleGlutApp.cxx Log: added FPS to the HUD Revision Changes Path 1.6 +100 -82 tank/HUD.h 1.30 +2 -1 tank/simpleGlutApp.cxx http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/HUD.h.diff?r1=1.5&r2=1.6 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/simpleGlutApp.cxx.diff?r1=1.29&r2=1.30 |
From: Kevin M. <sub...@us...> - 2001-09-28 15:20:18
|
subatomic 2001/09/28 08:20:18 PDT Modified files: . Makefile PixmapFont.h StopWatch.h simpleGlutApp.cxx Log: include assert.h in stopwatch. fix compile bug in t pixmapfont Revision Changes Path 1.26 +135 -134 tank/Makefile 1.5 +100 -100 tank/PixmapFont.h 1.6 +268 -267 tank/StopWatch.h 1.29 +511 -511 tank/simpleGlutApp.cxx http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Makefile.diff?r1=1.25&r2=1.26 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/PixmapFont.h.diff?r1=1.4&r2=1.5 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/StopWatch.h.diff?r1=1.5&r2=1.6 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/simpleGlutApp.cxx.diff?r1=1.28&r2=1.29 |
From: Kevin M. <sub...@us...> - 2001-09-27 22:53:36
|
subatomic 2001/09/27 15:53:35 PDT Modified files: mk mk.gnu Log: white space change Revision Changes Path 1.10 +1 -1 tank/mk/mk.gnu http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/mk/mk.gnu.diff?r1=1.9&r2=1.10 |
From: Kevin M. <sub...@us...> - 2001-09-27 22:52:53
|
subatomic 2001/09/27 15:52:52 PDT Modified files: . simpleGlutApp.cxx Log: added all app datamembers to the argument initializer list. Revision Changes Path 1.28 +7 -1 tank/simpleGlutApp.cxx http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/simpleGlutApp.cxx.diff?r1=1.27&r2=1.28 |
From: Kevin M. <sub...@us...> - 2001-09-27 22:52:26
|
subatomic 2001/09/27 15:52:25 PDT Modified files: . PixmapFont.h Log: added bounds checking on the std::vector Revision Changes Path 1.4 +4 -4 tank/PixmapFont.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/PixmapFont.h.diff?r1=1.3&r2=1.4 |
From: Kevin M. <sub...@us...> - 2001-09-27 22:51:31
|
subatomic 2001/09/27 15:51:30 PDT Modified files: . PixmapFontImporter.h Log: fixed a nasty bug where we write into position -4 in an std::vector Revision Changes Path 1.2 +20 -18 tank/PixmapFontImporter.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/PixmapFontImporter.h.diff?r1=1.1&r2=1.2 |
From: Kevin M. <sub...@us...> - 2001-09-27 22:50:37
|
subatomic 2001/09/27 15:50:36 PDT Modified files: . StopWatch.h Log: refresh rate of 0 will cause a math error. Revision Changes Path 1.5 +7 -4 tank/StopWatch.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/StopWatch.h.diff?r1=1.4&r2=1.5 |
From: Kevin M. <sub...@us...> - 2001-09-27 22:24:50
|
subatomic 2001/09/27 15:24:49 PDT Modified files: . Makefile Log: regex and tank *can* build in parallel now (depend checking is back!) Revision Changes Path 1.25 +8 -6 tank/Makefile http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Makefile.diff?r1=1.24&r2=1.25 |
From: Kevin M. <sub...@us...> - 2001-09-27 22:00:28
|
subatomic 2001/09/27 15:00:27 PDT Modified files: . Makefile Log: clean imageIoReg.o too... Revision Changes Path 1.24 +2 -2 tank/Makefile http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Makefile.diff?r1=1.23&r2=1.24 |