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...> - 2002-01-30 23:53:53
|
subatomic 2002/01/30 15:53:52 PST Modified files: doc design.doc.html Log: added Johnathan's plot additions. Great stuff Johnathan!!!!! Revision Changes Path 1.2 +348 -43 aki/doc/design.doc.html http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/doc/design.doc.html.diff?r1=1.1&r2=1.2 |
From: Kevin M. <sub...@us...> - 2002-01-30 23:33:26
|
subatomic 2002/01/30 15:33:25 PST Modified files: doc aki_style.css Log: another font size change.format log message lines to be no longer than the above line. Revision Changes Path 1.3 +2 -2 aki/doc/aki_style.css http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/doc/aki_style.css.diff?r1=1.2&r2=1.3 |
From: Kevin M. <sub...@us...> - 2002-01-30 23:32:25
|
subatomic 2002/01/30 15:32:25 PST Modified files: doc aki_style.css Log: adjusting fonts. Revision Changes Path 1.2 +4 -4 aki/doc/aki_style.css http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/doc/aki_style.css.diff?r1=1.1&r2=1.2 |
From: Kevin M. <sub...@us...> - 2002-01-30 23:30:44
|
subatomic 2002/01/30 15:30:43 PST Modified files: doc index.html Log: added a link to the aki avi file. Revision Changes Path 1.2 +5 -0 aki/doc/index.html http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/doc/index.html.diff?r1=1.1&r2=1.2 |
From: Kevin M. <sub...@us...> - 2002-01-30 18:14:02
|
subatomic 2002/01/30 10:14:02 PST Modified files: . Mouse.h Log: added more docs. Revision Changes Path 1.11 +23 -9 aki/Mouse.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/Mouse.h.diff?r1=1.10&r2=1.11 |
From: Kevin M. <sub...@us...> - 2002-01-30 18:13:44
|
subatomic 2002/01/30 10:13:44 PST Modified files: . GameInput.h GlutDriver.cpp Log: moved mouse and keyboard update funcs into the GameInput::update method. Revision Changes Path 1.13 +12 -2 aki/GameInput.h 1.5 +5 -6 aki/GlutDriver.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/GameInput.h.diff?r1=1.12&r2=1.13 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/GlutDriver.cpp.diff?r1=1.4&r2=1.5 |
From: Kevin M. <sub...@us...> - 2002-01-30 18:02:20
|
subatomic 2002/01/30 10:02:20 PST Modified files: . GlutDriver.cpp Keyboard.h Removed files: . kqueue.h Log: removed dependency ok kqueue.h Revision Changes Path 1.4 +8 -8 aki/GlutDriver.cpp 1.10 +4 -5 aki/Keyboard.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/GlutDriver.cpp.diff?r1=1.3&r2=1.4 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/Keyboard.h.diff?r1=1.9&r2=1.10 |
From: Kevin M. <sub...@us...> - 2002-01-30 18:01:46
|
subatomic 2002/01/30 10:01:46 PST Modified files: . Keyboard.h Mouse.h Log: doxygenated Revision Changes Path 1.9 +27 -8 aki/Keyboard.h 1.10 +18 -7 aki/Mouse.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/Keyboard.h.diff?r1=1.8&r2=1.9 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/Mouse.h.diff?r1=1.9&r2=1.10 |
From: Kevin M. <sub...@us...> - 2002-01-30 17:42:58
|
subatomic 2002/01/30 09:42:57 PST Modified files: . AnalogInterface.h DigitalInterface.h GameInput.h Log: added doxygen docs to the 2 interface classes. Revision Changes Path 1.7 +37 -5 aki/AnalogInterface.h 1.6 +38 -4 aki/DigitalInterface.h 1.12 +6 -4 aki/GameInput.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/AnalogInterface.h.diff?r1=1.6&r2=1.7 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/DigitalInterface.h.diff?r1=1.5&r2=1.6 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/GameInput.h.diff?r1=1.11&r2=1.12 |
From: Kevin M. <sub...@us...> - 2002-01-30 17:28:55
|
subatomic 2002/01/30 09:28:54 PST Modified files: . GameInput.h Log: doxygenated this file... ;) looks nice under man3 Revision Changes Path 1.11 +27 -14 aki/GameInput.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/GameInput.h.diff?r1=1.10&r2=1.11 |
From: Kevin M. <sub...@us...> - 2002-01-30 16:42:48
|
subatomic 2002/01/30 08:42:47 PST Added files: doc Makefile Log: added makefile for doxygen |
From: Kevin M. <sub...@us...> - 2002-01-30 16:39:56
|
subatomic 2002/01/30 08:39:55 PST Modified files: . GlutDriver.h SystemDriver.h Log: removed the "1" after the #ifndef, #define block. not needed. Revision Changes Path 1.3 +4 -4 aki/GlutDriver.h 1.3 +4 -4 aki/SystemDriver.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/GlutDriver.h.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/SystemDriver.h.diff?r1=1.2&r2=1.3 |
From: Kevin M. <sub...@us...> - 2002-01-30 16:32:46
|
subatomic 2002/01/30 08:32:45 PST Added files: doc aki.doxy Log: added a doxygen file for aki's quest |
From: Kevin M. <sub...@us...> - 2002-01-30 16:32:07
|
subatomic 2002/01/30 08:32:04 PST aki/tools - Imported sources Update of /cvsroot/isugamedev/aki/tools In directory usw-pr-cvs1:/tmp/cvs-serv8145 Log Message: added the autocopyright script to the gamekernel files. Status: Vendor Tag: subatomic Release Tags: gamekernel version1 N aki/tools/gk-heading-replace.hash.pl N aki/tools/gk-heading.c.txt N aki/tools/gk-heading-replace.c.pl N aki/tools/README N aki/tools/Makefile N aki/tools/RecurseDir.pm N aki/tools/auto-copyright.pl N aki/tools/gk-heading.hash.txt No conflicts created by this import |
From: Kevin M. <sub...@us...> - 2002-01-30 16:16:16
|
subatomic 2002/01/30 08:16:14 PST Modified files: aster.glut aster.cpp Log: from ben's request: fire button is sure to be registered even when user hits it faster than it takes for one frame. If it still sucks, then it is glut's fault that it misses the trigger, hopefully glut detects all hardware events without missing them. if so, than this fix should let you be extra twitchy with the trigger. :) Revision Changes Path 1.7 +5 -3 examples/aster.glut/aster.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/aster.glut/aster.cpp.diff?r1=1.6&r2=1.7 |
From: Kevin M. <sub...@us...> - 2002-01-30 16:11:50
|
subatomic 2002/01/30 08:11:47 PST Modified files: aster.glut aster.cpp Log: from levi's request, I added collision detect between ship and roids... Revision Changes Path 1.6 +109 -7 examples/aster.glut/aster.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/aster.glut/aster.cpp.diff?r1=1.5&r2=1.6 |
From: Kevin M. <sub...@us...> - 2002-01-30 06:23:56
|
subatomic 2002/01/29 22:23:55 PST Modified files: . README.GameKernel Log: added authors. Revision Changes Path 1.3 +3 -0 aki/README.GameKernel http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/README.GameKernel.diff?r1=1.2&r2=1.3 |
From: Ben S. <non...@us...> - 2002-01-30 06:23:19
|
nonchocoboy 2002/01/29 22:23:18 PST Modified files: . GameKernel.cpp Log: more code beautification Revision Changes Path 1.10 +51 -51 aki/GameKernel.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/GameKernel.cpp.diff?r1=1.9&r2=1.10 |
From: Kevin M. <sub...@us...> - 2002-01-30 06:22:42
|
subatomic 2002/01/29 22:22:41 PST Modified files: . Mouse.h Log: edited comment Revision Changes Path 1.8 +3 -8 aki/Mouse.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/Mouse.h.diff?r1=1.7&r2=1.8 |
From: Kevin M. <sub...@us...> - 2002-01-30 06:11:18
|
subatomic 2002/01/29 22:11:17 PST Modified files: . aki.cpp Log: output both mouse axes... Revision Changes Path 1.10 +5 -2 aki/aki.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/aki.cpp.diff?r1=1.9&r2=1.10 |