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-15 00:19:28
|
nonchocoboy 2002/04/14 17:19:21 PDT
Modified files:
gamekernel ChangeLog
gamekernel/gk gk.cpp
Log:
Bumped to version 0.1.4
Revision Changes Path
1.15 +1 -0 lib/gamekernel/ChangeLog
1.5 +3 -3 lib/gamekernel/gk/gk.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/ChangeLog.diff?r1=1.14&r2=1.15&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/gk.cpp.diff?r1=1.4&r2=1.5&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-04-15 00:18:25
|
nonchocoboy 2002/04/14 17:18:23 PDT
Modified files:
gamekernel ChangeLog
Log:
Noted additiong of preDraw and postDraw to IGameApp.
Revision Changes Path
1.14 +2 -0 lib/gamekernel/ChangeLog
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/ChangeLog.diff?r1=1.13&r2=1.14&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-04-15 00:15:13
|
nonchocoboy 2002/04/14 17:15:06 PDT
Modified files:
gamekernel/gk AbstractGameApp.h IGameApp.h
Log:
Added preDraw and postDraw as per subatomic's request.
Revision Changes Path
1.5 +19 -2 lib/gamekernel/gk/AbstractGameApp.h
1.4 +18 -2 lib/gamekernel/gk/IGameApp.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/AbstractGameApp.h.diff?r1=1.4&r2=1.5&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/IGameApp.h.diff?r1=1.3&r2=1.4&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2002-04-14 16:42:48
|
subatomic 2002/04/14 09:42:47 PDT
Modified files:
gamekernel/xmlpp shared_ptr.h
Log:
added dynamic cast to this standalone xmlpp_boost::shared_ptr version.
Revision Changes Path
1.3 +41 -0 lib/gamekernel/xmlpp/shared_ptr.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/shared_ptr.h.diff?r1=1.2&r2=1.3&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2002-04-14 16:40:22
|
subatomic 2002/04/14 09:40:21 PDT
Modified files:
gamekernel/vc6 gamekernel.dsw
gamekernel/vc6/gk gk.dsp
gamekernel/vc6/glut glut.dsp
gamekernel/vc6/input input.dsp
Log:
copy the xml file over after build (post build step), that way you can simply press execute...
make glut a dependency of input (since it is the only driver in this dsw file, make it compile!)
Revision Changes Path
1.2 +3 -0 lib/gamekernel/vc6/gamekernel.dsw
1.4 +3 -3 lib/gamekernel/vc6/gk/gk.dsp
1.2 +5 -0 lib/gamekernel/vc6/glut/glut.dsp
1.2 +11 -7 lib/gamekernel/vc6/input/input.dsp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/vc6/gamekernel.dsw.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/vc6/gk/gk.dsp.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/vc6/glut/glut.dsp.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/vc6/input/input.dsp.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-04-14 09:35:19
|
aegis 2002/04/14 02:35:18 PDT
Modified files:
doc build.txt
Log:
moved J3D files to sourceforge
Revision Changes Path
1.3 +3 -2 chadworld/doc/build.txt
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/chadworld/doc/build.txt.diff?r1=1.2&r2=1.3&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-04-12 18:27:23
|
nonchocoboy 2002/04/12 11:27:21 PDT
Modified files:
doc/design design.xml
Log:
Numbered subsystems so the traceability matrix is valid.
Revision Changes Path
1.79 +12 -12 brotha/doc/design/design.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.78&r2=1.79&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-04-12 18:22:20
|
nonchocoboy 2002/04/12 11:22:18 PDT
Modified files:
doc/design design.xml
Log:
Marked document as the final draft.
Revision Changes Path
1.78 +7 -2 brotha/doc/design/design.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.77&r2=1.78&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-04-12 18:18:47
|
nonchocoboy 2002/04/12 11:18:46 PDT
Modified files:
doc/design design.xml
Log:
Various tweaks here and there for spelling, grammer and rendering. I think
we're ready to go! :)
Revision Changes Path
1.77 +98 -109 brotha/doc/design/design.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.76&r2=1.77&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-04-12 16:13:00
|
nonchocoboy 2002/04/12 09:12:57 PDT
Modified files:
doc/design design.xml
Log:
Fixed up the design issues for the data subsystem so that they are now
valid within the docbook DTD and thus we can actually render it.
Revision Changes Path
1.76 +82 -99 brotha/doc/design/design.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.75&r2=1.76&diff_format=h
|
|
From: Chad O. <tak...@us...> - 2002-04-12 16:00:07
|
takanara 2002/04/12 09:00:02 PDT
Modified files:
doc/design design.xml
Log:
added QA for data/XML, introduction. Send comments for introduction
Revision Changes Path
1.75 +99 -11 brotha/doc/design/design.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.74&r2=1.75&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-04-12 08:38:06
|
nonchocoboy 2002/04/12 01:33:43 PDT
Modified files:
doc/design design.xml
Log:
Reordered revision history in descending order.
Revision Changes Path
1.74 +7 -7 brotha/doc/design/design.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.73&r2=1.74&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-04-12 08:25:11
|
nonchocoboy 2002/04/12 01:25:08 PDT
Modified files:
doc/design design.xml
Log:
Gotta stop editing the XML by hand ...
Revision Changes Path
1.73 +3 -2 brotha/doc/design/design.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.72&r2=1.73&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-04-12 08:22:57
|
nonchocoboy 2002/04/12 01:22:56 PDT
Modified files:
doc/design design.xml
Log:
Modules are subsystems now. Old subsystems are now called modules. This is
more in line with what the prof wants. Stupid, but probably could have cost
us a couple points.
Revision Changes Path
1.72 +51 -51 brotha/doc/design/design.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.71&r2=1.72&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-04-12 08:17:08
|
nonchocoboy 2002/04/12 01:17:07 PDT
Modified files:
doc/design design.xml
Log:
Marked document as the first draft.
Revision Changes Path
1.71 +6 -2 brotha/doc/design/design.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.70&r2=1.71&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-04-12 08:06:32
|
tamc 2002/04/12 01:06:30 PDT
Modified files:
doc/design design.xml
Log:
updated so as far as no page changes occur
Revision Changes Path
1.70 +15 -17 brotha/doc/design/design.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.69&r2=1.70&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-04-12 07:54:43
|
nonchocoboy 2002/04/12 00:54:38 PDT
Modified files:
doc/design Makefile design.xml
Added files:
doc/design/figures texture_classes.svg
Log:
Added class diagram for texture manager module.
Revision Changes Path
1.7 +3 -2 brotha/doc/design/Makefile
1.69 +10 -2 brotha/doc/design/design.xml
1.1 +79 -0 brotha/doc/design/figures/texture_classes.svg (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/Makefile.diff?r1=1.6&r2=1.7&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.68&r2=1.69&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/figures/texture_classes.svg?rev=1.1&content-type=text/plain
|
|
From: Josh C. <ta...@us...> - 2002-04-12 07:12:54
|
tamc 2002/04/12 00:12:49 PDT
Modified files:
doc/design design.xml
Log:
there .. it has a "title"
Revision Changes Path
1.67 +3 -2 brotha/doc/design/design.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.66&r2=1.67&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-04-12 07:00:29
|
tamc 2002/04/12 00:00:27 PDT
Modified files:
doc/design design.xml
Log:
Initial traceability matrix
--unfinished
--structure is finished (I think)
Revision Changes Path
1.65 +58 -3 brotha/doc/design/design.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.64&r2=1.65&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-04-12 06:35:23
|
aegis 2002/04/11 23:35:22 PDT
Added files:
doc DesignPatternUsage.txt
Log:
adding design pattern usage document
Revision Changes Path
1.1 +95 -0 chadworld/doc/DesignPatternUsage.txt (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/chadworld/doc/DesignPatternUsage.txt?rev=1.1&content-type=text/plain
|
|
From: Ben S. <non...@us...> - 2002-04-12 06:10:59
|
nonchocoboy 2002/04/11 23:10:57 PDT
Modified files:
doc/design design.xml
Log:
Added class diagrams for network, report server, and thread modules
Revision Changes Path
1.64 +26 -2 brotha/doc/design/design.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.63&r2=1.64&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-04-12 04:06:27
|
nonchocoboy 2002/04/11 21:06:26 PDT
Modified files:
doc/design design.xml
Log:
Made the template interfaces render friendly with jade.
Revision Changes Path
1.63 +4 -4 brotha/doc/design/design.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.62&r2=1.63&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-04-12 03:59:42
|
nonchocoboy 2002/04/11 20:59:41 PDT
Modified files:
doc/design design.xml
Log:
Question and answer sections need to be within a qandaset tag.
Revision Changes Path
1.62 +76 -72 brotha/doc/design/design.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/design/design.xml.diff?r1=1.61&r2=1.62&diff_format=h
|