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: Daniel E. S. <dsh...@us...> - 2002-05-20 14:32:22
|
dshipton 2002/05/20 07:32:21 PDT
Added files:
gtkset screenshot1.png
Log:
Added screenshot for the curious.
Revision Changes Path
1.1 +64 -0 examples/gtkset/screenshot1.png (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/gtkset/screenshot1.png?rev=1.1&content-type=text/plain
|
|
From: Chad A. <ae...@us...> - 2002-05-17 19:10:13
|
aegis 2002/05/17 12:10:12 PDT
Added files:
timer timer.hpp timer_ansi.cpp timer_posix.cpp
timer_win32.cpp
Log:
adding timer library from Audiere... haven't compiled it though, so there may be a few little problems
Revision Changes Path
1.1 +23 -0 lib/timer/timer.hpp (new)
1.1 +7 -0 lib/timer/timer_ansi.cpp (new)
1.1 +18 -0 lib/timer/timer_posix.cpp (new)
1.1 +18 -0 lib/timer/timer_win32.cpp (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/timer/timer.hpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/timer/timer_ansi.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/timer/timer_posix.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/timer/timer_win32.cpp?rev=1.1&content-type=text/plain
|
|
From: Kevin M. <sub...@us...> - 2002-05-14 16:49:19
|
subatomic 2002/05/14 09:49:18 PDT
Modified files:
gamekernel/drivers/glut Makefile.in
gamekernel/drivers/sdl Makefile.in
gamekernel/gk Makefile.in
Log:
make install work properly :(
this depends on install -d now, which isn't on all systems. we'll want to
find something xplatform (a script maybe?) that can be used for INSTALLDIR
variable.
previously the install target failed because it didn't make the install
path...
Revision Changes Path
1.6 +4 -4 lib/gamekernel/drivers/glut/Makefile.in
1.5 +4 -4 lib/gamekernel/drivers/sdl/Makefile.in
1.11 +8 -6 lib/gamekernel/gk/Makefile.in
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/drivers/glut/Makefile.in.diff?r1=1.5&r2=1.6&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/drivers/sdl/Makefile.in.diff?r1=1.4&r2=1.5&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/Makefile.in.diff?r1=1.10&r2=1.11&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2002-05-14 16:31:31
|
subatomic 2002/05/14 08:56:07 PDT
Modified files:
gamekernel README
Log:
added notes on buiding from source. read this to find out how to get
cppdom (xmlpp is removed)
Revision Changes Path
1.6 +9 -0 lib/gamekernel/README
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/README.diff?r1=1.5&r2=1.6&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2002-05-14 16:31:27
|
subatomic 2002/05/14 09:07:06 PDT
Modified files:
gamekernel ChangeLog
Log:
my name wasn't here at all... filled in some of the more major places.
probably left out some.
Revision Changes Path
1.16 +10 -1 lib/gamekernel/ChangeLog
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/ChangeLog.diff?r1=1.15&r2=1.16&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2002-05-14 16:20:22
|
subatomic 2002/05/14 09:20:21 PDT
Modified files:
gamekernel/gk Makefile.in
Log:
cpp dom compiles into the gk.so for now. in the future we may want to
simply link in the lib.,
Revision Changes Path
1.10 +4 -4 lib/gamekernel/gk/Makefile.in
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/Makefile.in.diff?r1=1.9&r2=1.10&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2002-05-14 16:16:00
|
subatomic 2002/05/14 09:15:59 PDT
Modified files:
gamekernel README
Log:
added note about getting cppdom
Revision Changes Path
1.7 +4 -0 lib/gamekernel/README
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/README.diff?r1=1.6&r2=1.7&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2002-05-14 16:13:52
|
subatomic 2002/05/14 09:13:51 PDT
Modified files:
gamekernel ChangeLog
Log:
filled in more stuff from the cvs log
Revision Changes Path
1.17 +9 -0 lib/gamekernel/ChangeLog
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/ChangeLog.diff?r1=1.16&r2=1.17&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2002-05-14 15:53:00
|
subatomic 2002/05/14 08:52:59 PDT
Modified files:
gamekernel/gk GameInputConfigure.h
Log:
use cppdom
Revision Changes Path
1.13 +17 -17 lib/gamekernel/gk/GameInputConfigure.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/GameInputConfigure.h.diff?r1=1.12&r2=1.13&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2002-05-14 15:52:37
|
subatomic 2002/05/14 08:52:36 PDT
Modified files:
gamekernel/gk Makefile.in
Log:
use cppdom
Revision Changes Path
1.9 +20 -20 lib/gamekernel/gk/Makefile.in
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/Makefile.in.diff?r1=1.8&r2=1.9&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2002-05-14 15:38:13
|
subatomic 2002/05/14 08:11:16 PDT
Modified files:
gamekernel/test/input main.cpp
Log:
use preframe unstead of frame.
Revision Changes Path
1.21 +3 -3 lib/gamekernel/test/input/main.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/test/input/main.cpp.diff?r1=1.20&r2=1.21&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2002-05-14 15:38:04
|
subatomic 2002/05/14 08:05:34 PDT
Modified files:
gamekernel/drivers/glut GlutDriver.cpp GlutDriver.h
Log:
hooked up pre and post frame functions. these weren't even being called,
even though they were in the game kernel API...
rewrote the order of funcs in the OnIdle func to match what we need
(documented in gk api)...
order of callback:
sample input
preframe
intraframe / draw
postframe
Revision Changes Path
1.13 +39 -15 lib/gamekernel/drivers/glut/GlutDriver.cpp
1.4 +3 -3 lib/gamekernel/drivers/glut/GlutDriver.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/drivers/glut/GlutDriver.cpp.diff?r1=1.12&r2=1.13&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/drivers/glut/GlutDriver.h.diff?r1=1.3&r2=1.4&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2002-05-14 15:29:20
|
subatomic 2002/05/14 08:29:19 PDT
Modified files:
gamekernel/sample/aster main.cpp
Log:
use onPreUpdate pre frame function for input.
Revision Changes Path
1.7 +27 -20 lib/gamekernel/sample/aster/main.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/sample/aster/main.cpp.diff?r1=1.6&r2=1.7&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2002-05-14 15:28:48
|
subatomic 2002/05/14 08:28:47 PDT
Modified files:
gamekernel/sample/simple main.cpp
Log:
this app was VERY old (didn't compile). compiles and runs now.
Revision Changes Path
1.6 +25 -29 lib/gamekernel/sample/simple/main.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/sample/simple/main.cpp.diff?r1=1.5&r2=1.6&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2002-05-14 14:40:31
|
subatomic 2002/05/14 07:40:30 PDT
Modified files:
gamekernel/gk AbstractGameApp.h IGameApp.h
Log:
named the frame functions correctly (what ben ambiguosly calls "update" :)
they were called draw, but why would we need pre and post draw? They are
pre and post update now. (i.e. if it is pre draw, we can't draw there
because there is no context, therefore lets not call it draw. call it
update. this would all be avoided if we called it preFrame, postFrame,
intraFrame)
once again.
update is for computations, draw is for gl functions. some people will
just use draw... this is ok of course, just not very sophisticated.
also modified comments to explain this ordering, and intended usage of the
functions. hopefully this doesn't need to change again...
Revision Changes Path
1.6 +46 -25 lib/gamekernel/gk/AbstractGameApp.h
1.5 +45 -25 lib/gamekernel/gk/IGameApp.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/AbstractGameApp.h.diff?r1=1.5&r2=1.6&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/IGameApp.h.diff?r1=1.4&r2=1.5&diff_format=h
|
|
From: Daniel E. S. <dsh...@us...> - 2002-05-14 12:58:07
|
dshipton 2002/05/14 05:58:07 PDT
Modified files:
gtkset TODO
Log:
Added new goal.
Revision Changes Path
1.2 +3 -2 examples/gtkset/TODO
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/gtkset/TODO.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-07 21:44:59
|
aegis 2002/05/07 14:44:58 PDT
Modified files:
doc Testing.txt
Log:
added some severity stuff
Revision Changes Path
1.13 +3 -3 brotha/doc/Testing.txt
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/Testing.txt.diff?r1=1.12&r2=1.13&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-07 21:37:57
|
aegis 2002/05/07 14:37:57 PDT
Modified files:
doc Testing.txt
Log:
added some test analysis blah
Revision Changes Path
1.12 +15 -0 brotha/doc/Testing.txt
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/Testing.txt.diff?r1=1.11&r2=1.12&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-07 21:28:27
|
aegis 2002/05/07 14:28:27 PDT
Modified files:
doc Testing.txt
Log:
more reformatting blah
Revision Changes Path
1.11 +7 -2 brotha/doc/Testing.txt
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/Testing.txt.diff?r1=1.10&r2=1.11&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-07 21:26:52
|
aegis 2002/05/07 14:26:51 PDT
Modified files:
doc Testing.txt
Log:
added procedure stuff for login req
Revision Changes Path
1.10 +14 -5 brotha/doc/Testing.txt
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/Testing.txt.diff?r1=1.9&r2=1.10&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-07 21:17:52
|
aegis 2002/05/07 14:17:51 PDT
Modified files:
doc Testing.txt
Log:
adding sound module testing stuff
Revision Changes Path
1.9 +16 -5 brotha/doc/Testing.txt
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/Testing.txt.diff?r1=1.8&r2=1.9&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-07 20:40:53
|
aegis 2002/05/07 13:40:52 PDT
Modified files:
doc Testing.txt
Log:
wrote two small paragraphs :(
Revision Changes Path
1.8 +7 -0 brotha/doc/Testing.txt
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/Testing.txt.diff?r1=1.7&r2=1.8&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-07 20:16:07
|
aegis 2002/05/07 13:16:07 PDT
Modified files:
doc Testing.txt
Log:
whitespace and organization changes... ben come back! :(
Revision Changes Path
1.7 +26 -123 brotha/doc/Testing.txt
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/Testing.txt.diff?r1=1.6&r2=1.7&diff_format=h
|