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-26 21:32:11
|
subatomic 2001/10/26 14:32:09 PDT Modified files: doc kevin.design.txt Log: describe what all levels are like in more detail (overview) Revision Changes Path 1.10 +19 -0 tank/doc/kevin.design.txt http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/doc/kevin.design.txt.diff?r1=1.9&r2=1.10 |
From: Kevin M. <sub...@us...> - 2001-10-26 21:22:18
|
subatomic 2001/10/26 14:22:18 PDT Modified files: doc kevin.design.txt Log: added a bit about how the game isn't turnbased. Revision Changes Path 1.9 +5 -0 tank/doc/kevin.design.txt http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/doc/kevin.design.txt.diff?r1=1.8&r2=1.9 |
From: Kevin M. <sub...@us...> - 2001-10-26 21:18:41
|
subatomic 2001/10/26 14:18:41 PDT Modified files: doc kevin.design.txt Log: updated game doc. Revision Changes Path 1.8 +40 -4 tank/doc/kevin.design.txt http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/doc/kevin.design.txt.diff?r1=1.7&r2=1.8 |
From: Kevin M. <sub...@us...> - 2001-10-24 14:42:33
|
subatomic 2001/10/24 07:42:32 PDT Modified files: . Makefile mk mk.depend Log: now using -include so we don't get those annoying warnings about depend files not found. Revision Changes Path 1.37 +1 -1 tank/Makefile 1.3 +2 -2 tank/mk/mk.depend http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Makefile.diff?r1=1.36&r2=1.37 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/mk/mk.depend.diff?r1=1.2&r2=1.3 |
From: Kevin M. <sub...@us...> - 2001-10-23 22:50:52
|
subatomic 2001/10/23 15:50:52 PDT Added files: doc kevin.design2.txt Log: added a new game idea. |
From: Kevin M. <sub...@us...> - 2001-10-19 20:04:59
|
subatomic 2001/10/19 13:04:58 PDT Modified files: . AudioSystemFactory.cpp Makefile mk mk.gnu mk.irix mk.win32 Added files: . AJaudioSystem.cxx AJaudioSystem.h Log: supports audiojuggler as a subsustem now. Revision Changes Path 1.3 +3 -0 tank/AudioSystemFactory.cpp 1.36 +24 -8 tank/Makefile 1.11 +1 -0 tank/mk/mk.gnu 1.11 +1 -0 tank/mk/mk.irix 1.13 +1 -0 tank/mk/mk.win32 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/AudioSystemFactory.cpp.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Makefile.diff?r1=1.35&r2=1.36 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/mk/mk.gnu.diff?r1=1.10&r2=1.11 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/mk/mk.irix.diff?r1=1.10&r2=1.11 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/mk/mk.win32.diff?r1=1.12&r2=1.13 |
From: Kevin M. <sub...@us...> - 2001-10-19 16:02:23
|
subatomic 2001/10/19 09:02:23 PDT Modified files: doc kevin.design.txt Log: not called dreamgame anymore. aki's quest. Revision Changes Path 1.7 +6 -1 tank/doc/kevin.design.txt http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/doc/kevin.design.txt.diff?r1=1.6&r2=1.7 |
From: Kevin M. <sub...@us...> - 2001-10-19 02:10:24
|
subatomic 2001/10/18 19:10:24 PDT Modified files: mk mk.win32 Log: make depend doesn't get warnings in win98 from winnt.h anymore... Revision Changes Path 1.12 +1 -1 tank/mk/mk.win32 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/mk/mk.win32.diff?r1=1.11&r2=1.12 |
From: Ben S. <non...@us...> - 2001-10-17 04:23:51
|
nonchocoboy 2001/10/16 21:23:50 PDT Modified files: . sys_juggler.cxx Log: fixed stupid typo causing forward input to fail Revision Changes Path 1.6 +5 -5 tank/sys_juggler.cxx http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/sys_juggler.cxx.diff?r1=1.5&r2=1.6 |
From: Ben S. <non...@us...> - 2001-10-17 04:17:49
|
nonchocoboy 2001/10/16 21:17:48 PDT Modified files: . sys_juggler.cxx Log: vrjuggler target now compiles with new Fizix API Revision Changes Path 1.5 +1 -1 tank/sys_juggler.cxx http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/sys_juggler.cxx.diff?r1=1.4&r2=1.5 |
From: Ben S. <non...@us...> - 2001-10-17 04:02:33
|
nonchocoboy 2001/10/16 21:02:32 PDT Modified files: . sys_glut.cxx README Log: swapped the zoom in/out keys. q is now in, e is now out Revision Changes Path 1.12 +2 -2 tank/sys_glut.cxx 1.5 +2 -2 tank/README http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/sys_glut.cxx.diff?r1=1.11&r2=1.12 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/README.diff?r1=1.4&r2=1.5 |
From: Ben S. <non...@us...> - 2001-10-17 03:47:05
|
nonchocoboy 2001/10/16 20:47:04 PDT Modified files: . Entity.cxx Log: whitespace changes Revision Changes Path 1.6 +12 -12 tank/Entity.cxx http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Entity.cxx.diff?r1=1.5&r2=1.6 |
From: Ben S. <non...@us...> - 2001-10-17 03:34:13
|
nonchocoboy 2001/10/16 20:34:12 PDT Modified files: boost/boost smart_ptr_dyncast.hpp Log: - removed sp_dynamic_cast from the boost namespace (too much of a pain in the as to type boost:: in front of every time. - fixed the problem with returning a reference to a local variable. Revision Changes Path 1.2 +3 -8 tank/boost/boost/smart_ptr_dyncast.hpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/boost/boost/smart_ptr_dyncast.hpp.diff?r1=1.1&r2=1.2 |
From: Kevin M. <sub...@us...> - 2001-10-13 09:04:47
|
subatomic 2001/10/13 02:04:46 PDT Modified files: doc kevin.design.txt Log: talking with my wife tonight, fixed some things in the story... Revision Changes Path 1.6 +44 -14 tank/doc/kevin.design.txt http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/doc/kevin.design.txt.diff?r1=1.5&r2=1.6 |
From: Kevin M. <sub...@us...> - 2001-10-13 04:16:44
|
subatomic 2001/10/12 21:16:44 PDT Modified files: boost/boost config.hpp mk mk.win32 Log: removed a stray # in config.hpp causing lots of warnings on win32 depend checking. Revision Changes Path 1.2 +1 -1 tank/boost/boost/config.hpp 1.11 +1 -1 tank/mk/mk.win32 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/boost/boost/config.hpp.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/mk/mk.win32.diff?r1=1.10&r2=1.11 |
From: Kevin M. <sub...@us...> - 2001-10-13 04:00:30
|
subatomic 2001/10/12 21:00:30 PDT Modified files: boost/boost smart_ptr.hpp static_assert.hpp utility.hpp mk mk.irix Added files: boost/boost config.hpp Log: disabled boost warning under irix (#1234) added the config.hpp file so that we get win32 support back in... Revision Changes Path 1.4 +1 -1 tank/boost/boost/smart_ptr.hpp 1.2 +1 -1 tank/boost/boost/static_assert.hpp 1.3 +1 -1 tank/boost/boost/utility.hpp 1.10 +1 -1 tank/mk/mk.irix http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/boost/boost/smart_ptr.hpp.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/boost/boost/static_assert.hpp.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/boost/boost/utility.hpp.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/mk/mk.irix.diff?r1=1.9&r2=1.10 |
From: Chad A. <ae...@us...> - 2001-10-13 01:51:31
|
aegis 2001/10/12 18:51:30 PDT Modified files: . ContextManager.h GeoSet.h tank.dsp Log: VC++ fixes, still doesn't build with the shared pointer in CVS... and 700-some warnings, yay :) Revision Changes Path 1.3 +4 -3 tank/ContextManager.h 1.10 +3 -2 tank/GeoSet.h 1.9 +2 -2 tank/tank.dsp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/ContextManager.h.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/GeoSet.h.diff?r1=1.9&r2=1.10 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/tank.dsp.diff?r1=1.8&r2=1.9 |
From: Kevin M. <sub...@us...> - 2001-10-12 22:54:28
|
subatomic 2001/10/12 15:54:28 PDT Modified files: doc kevin.design.txt Log: added a few items to my design Revision Changes Path 1.5 +24 -1 tank/doc/kevin.design.txt http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/doc/kevin.design.txt.diff?r1=1.4&r2=1.5 |
From: Kevin M. <sub...@us...> - 2001-10-12 22:54:12
|
subatomic 2001/10/12 15:54:11 PDT Modified files: . Makefile Log: added boost compatibility directory Revision Changes Path 1.35 +1 -1 tank/Makefile http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Makefile.diff?r1=1.34&r2=1.35 |
From: Kevin M. <sub...@us...> - 2001-10-12 22:53:15
|
subatomic 2001/10/12 15:53:14 PDT Modified files: boost/boost smart_ptr.hpp utility.hpp Added files: boost/boost smart_ptr_dyncast.hpp static_assert.hpp Log: only difference between this and the real boost is - the removal of config.hpp - addition of the #include at the end of smart_ptr to support sp_dynamic_cast<type>() function Revision Changes Path 1.3 +3 -16 tank/boost/boost/smart_ptr.hpp 1.2 +45 -16 tank/boost/boost/utility.hpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/boost/boost/smart_ptr.hpp.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/boost/boost/utility.hpp.diff?r1=1.1&r2=1.2 |
From: Ben S. <non...@us...> - 2001-10-12 22:31:54
|
nonchocoboy 2001/10/12 15:31:54 PDT Modified files: boost/boost smart_ptr.hpp Log: added ability to do a dynamic cast with shared pointers sp_dynamic_cast<>() Revision Changes Path 1.2 +12 -0 tank/boost/boost/smart_ptr.hpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/boost/boost/smart_ptr.hpp.diff?r1=1.1&r2=1.2 |
From: Kevin M. <sub...@us...> - 2001-10-12 22:30:33
|
subatomic 2001/10/12 15:30:32 PDT Added files: boost/boost/compatibility/cpp_c_headers cassert cctype cerrno cfloat climits clocale cmath csetjmp csignal cstdarg cstddef cstdio cstdlib cstring ctime cwchar cwctype Log: added compatibility |
From: Josh B. <bro...@us...> - 2001-10-12 07:42:57
|
browner10 2001/10/12 00:42:56 PDT Modified files: Fizix/systems Torch.h Log: changed the length of time that the smoke stays on the screen Now it looks more like smoke and less like bubbles, also this significantly helps with Revision Changes Path 1.10 +1 -1 tank/Fizix/systems/Torch.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Fizix/systems/Torch.h.diff?r1=1.9&r2=1.10 |
From: Kevin M. <sub...@us...> - 2001-10-12 04:47:50
|
subatomic 2001/10/11 21:47:50 PDT Added files: . RenderDynamicSystem.h glRenderEntity.h Log: add a flexible dynamicsystem renderer --> still can't render a different visual for different entities in a given dynsystem. |