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...> - 2003-03-10 14:30:57
|
subatomic 2003/03/10 06:30:52 PST
Modified files:
gamekernel/drivers/sdl SdlDriver.cpp
Log:
dont assume 16bpp, old (old!) graphics cards would be faster in this mode, but this isn't
true anymore.
since gk has no way to specify hints for display surface creation, just use whatever the
desktop is set to so we can at least control it somewhat.
gk really needs an xml config beyond the input config....
Revision Changes Path
1.22 +4 -4 lib/gamekernel/drivers/sdl/SdlDriver.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/drivers/sdl/SdlDriver.cpp.diff?r1=1.21&r2=1.22&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2003-03-04 07:24:22
|
aegis 2003/03/03 23:24:21 PST
Added files:
Juggleroids readme.txt
Log:
started port of Kevin's 'aster' app to VRJuggler
Revision Changes Path
1.1 +1 -0 examples/Juggleroids/readme.txt (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/Juggleroids/readme.txt?rev=1.1&content-type=text/plain
|
|
From: Ben S. <non...@us...> - 2003-02-28 04:10:23
|
nonchocoboy 2003/02/27 20:10:23 PST
Modified files:
siren/src/siren/input InputAction.cpp InputAction.h
Log:
I really can't stress enough how important commenting is to allowing less
experienced developers easy grasp what's going on in the code (not to mention
the reduced dev time for those that are).
Revision Changes Path
1.2 +8 -9 lib/siren/src/siren/input/InputAction.cpp
1.3 +30 -7 lib/siren/src/siren/input/InputAction.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/input/InputAction.cpp.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/input/InputAction.h.diff?r1=1.2&r2=1.3&diff_format=h
|
|
From: Ben S. <non...@us...> - 2003-02-28 03:58:08
|
nonchocoboy 2003/02/27 19:58:06 PST
Modified files:
siren/src/siren/input InputManager.h
Log:
Added much needed commenting to this overly complex class.
Revision Changes Path
1.3 +84 -8 lib/siren/src/siren/input/InputManager.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/input/InputManager.h.diff?r1=1.2&r2=1.3&diff_format=h
|
|
From: Ben S. <non...@us...> - 2003-02-28 03:57:19
|
nonchocoboy 2003/02/27 19:57:15 PST
Modified files:
siren/src/siren/input InputManager.cpp
Log:
whitespace police
Revision Changes Path
1.4 +9 -9 lib/siren/src/siren/input/InputManager.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/input/InputManager.cpp.diff?r1=1.3&r2=1.4&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2003-02-25 08:54:09
|
aegis 2003/02/25 00:54:07 PST
Modified files:
aster aster.cpp
Log:
fix to build on Windows
Revision Changes Path
1.10 +2 -1 examples/aster/aster.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/aster/aster.cpp.diff?r1=1.9&r2=1.10&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2003-02-25 08:25:34
|
aegis 2003/02/25 00:25:33 PST
Modified files:
aegis/me519/breakout breakout.dsp sound.cpp sound.hpp
Log:
updating my breakout example for Audiere 1.9.2 :)
Revision Changes Path
1.2 +4 -4 examples/aegis/me519/breakout/breakout.dsp
1.2 +28 -42 examples/aegis/me519/breakout/sound.cpp
1.2 +30 -34 examples/aegis/me519/breakout/sound.hpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/aegis/me519/breakout/breakout.dsp.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/aegis/me519/breakout/sound.cpp.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/aegis/me519/breakout/sound.hpp.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Daniel E. S. <dsh...@us...> - 2003-02-25 06:41:57
|
dshipton 2003/02/24 22:41:56 PST
Modified files:
siren/src/siren Camera.cpp Camera.h siren.h
Log:
Added Camera to barfight! it swoops in on the player but sits too high by default
Revision Changes Path
1.2 +1 -1 lib/siren/src/siren/Camera.cpp
1.2 +1 -1 lib/siren/src/siren/Camera.h
1.4 +3 -2 lib/siren/src/siren/siren.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/Camera.cpp.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/Camera.h.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/siren.h.diff?r1=1.3&r2=1.4&diff_format=h
|
|
From: Daniel E. S. <dsh...@us...> - 2003-02-25 06:40:37
|
dshipton 2003/02/24 22:40:37 PST
Modified files:
. AUTHORS
Log:
...
Revision Changes Path
1.2 +1 -0 barfight/AUTHORS
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/barfight/AUTHORS.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Daniel E. S. <dsh...@us...> - 2003-02-25 06:39:40
|
dshipton 2003/02/24 22:39:39 PST
Modified files:
src GameState.cpp GameState.h
Log:
Camera Swoops in...
Revision Changes Path
1.4 +8 -4 barfight/src/GameState.cpp
1.4 +3 -2 barfight/src/GameState.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/barfight/src/GameState.cpp.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/barfight/src/GameState.h.diff?r1=1.3&r2=1.4&diff_format=h
|
|
From: Ben S. <non...@us...> - 2003-02-25 05:59:04
|
nonchocoboy 2003/02/24 21:59:03 PST
Modified files:
siren/src/siren SConscript
Log:
Include the new headers chad added.
Revision Changes Path
1.9 +2 -0 lib/siren/src/siren/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/SConscript.diff?r1=1.8&r2=1.9&diff_format=h
|
|
From: Daniel E. S. <dsh...@us...> - 2003-02-25 05:38:50
|
dshipton 2003/02/24 21:38:49 PST
Added files:
siren/src/siren Camera.cpp Camera.h
Log:
Chase cam added :)
Revision Changes Path
1.1 +175 -0 lib/siren/src/siren/Camera.cpp (new)
1.1 +144 -0 lib/siren/src/siren/Camera.h (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/Camera.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/Camera.h?rev=1.1&content-type=text/plain
|
|
From: Daniel E. S. <dsh...@us...> - 2003-02-25 05:37:37
|
dshipton 2003/02/24 21:37:36 PST
Modified files:
siren README
siren/src/siren SConscript
Log:
New feature: Chase Camera
Refactor:
Bug fixed:
Submitted by: dshipton
Revision Changes Path
1.4 +1 -1 lib/siren/README
1.8 +1 -0 lib/siren/src/siren/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/README.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/SConscript.diff?r1=1.7&r2=1.8&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2003-02-24 00:43:33
|
aegis 2003/02/23 16:43:33 PST
Modified files:
src Main.cpp
Added files:
vc7/barfight barfight.sln barfight.vcproj
Log:
build in VC7
Revision Changes Path
1.2 +15 -3 barfight/src/Main.cpp
1.1 +21 -0 barfight/vc7/barfight/barfight.sln (new)
1.1 +132 -0 barfight/vc7/barfight/barfight.vcproj (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/barfight/src/Main.cpp.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/barfight/vc7/barfight/barfight.sln?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/barfight/vc7/barfight/barfight.vcproj?rev=1.1&content-type=text/plain
|
|
From: Chad A. <ae...@us...> - 2003-02-24 00:42:53
|
aegis 2003/02/23 16:42:52 PST
Modified files:
siren/src/siren Kernel.h
Log:
Kernel.h needs std::string
Revision Changes Path
1.7 +3 -2 lib/siren/src/siren/Kernel.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/Kernel.h.diff?r1=1.6&r2=1.7&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2003-02-23 16:34:59
|
subatomic 2003/02/23 08:34:58 PST
Modified files:
gamekernel/vc7/gk gk.vcproj
Log:
added gameinputconfigure.cpp
Revision Changes Path
1.5 +3 -0 lib/gamekernel/vc7/gk/gk.vcproj
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/vc7/gk/gk.vcproj.diff?r1=1.4&r2=1.5&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2003-02-23 16:34:14
|
subatomic 2003/02/23 08:34:12 PST
Modified files:
gamekernel/vc7/sdl sdl.vcproj
Log:
soe name changes.
Revision Changes Path
1.3 +14 -14 lib/gamekernel/vc7/sdl/sdl.vcproj
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/vc7/sdl/sdl.vcproj.diff?r1=1.2&r2=1.3&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2003-02-23 16:32:38
|
subatomic 2003/02/23 08:32:37 PST
Modified files:
gamekernel/gk GameInputConfigure.h
Added files:
gamekernel/gk GameInputConfigure.cpp
Log:
split into a .cpp file.
Revision Changes Path
1.1 +65 -0 lib/gamekernel/gk/GameInputConfigure.cpp (new)
1.15 +4 -56 lib/gamekernel/gk/GameInputConfigure.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/GameInputConfigure.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/GameInputConfigure.h.diff?r1=1.14&r2=1.15&diff_format=h
|
|
From: Ben S. <non...@us...> - 2003-02-23 04:42:31
|
nonchocoboy 2003/02/22 20:42:30 PST
Modified files:
siren/src/siren SConscript
Added files:
siren/src/siren/loki SConscript
Log:
Added install targets for the Loki headers.
Revision Changes Path
1.7 +1 -1 lib/siren/src/siren/SConscript
1.1 +113 -0 lib/siren/src/siren/loki/SConscript (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/SConscript.diff?r1=1.6&r2=1.7&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/loki/SConscript?rev=1.1&content-type=text/plain
|
|
From: Ben S. <non...@us...> - 2003-02-23 02:40:33
|
nonchocoboy 2003/02/22 18:40:32 PST
Modified files:
siren/src/siren/input InputManager.cpp
Log:
Silenced warning in gcc3
Revision Changes Path
1.3 +3 -3 lib/siren/src/siren/input/InputManager.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/input/InputManager.cpp.diff?r1=1.2&r2=1.3&diff_format=h
|