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: Allen B. <al...@us...> - 2002-02-19 23:09:13
|
allenb 2002/02/19 15:09:12 PST Added files: gamekernel/xmlpp/doc xmlpp.doxy Log: Added doxygen generation file. Revision Changes Path 1.1 +808 -0 lib/gamekernel/xmlpp/doc/xmlpp.doxy (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/doc/xmlpp.doxy?rev=1.1&content-type=text/plain |
From: Allen B. <al...@us...> - 2002-02-19 22:54:18
|
allenb 2002/02/19 14:54:17 PST Removed files: gamekernel/xmlpp xmlhelpers.h Log: Removed un-used file. The class in this file is actually defined in another class and it seems that no files actually include this one. Revision Changes Path 1.2 +0 -47 lib/gamekernel/xmlpp/xmlhelpers.h (dead) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlhelpers.h?rev=&content-type=text/plain |
From: Allen B. <al...@us...> - 2002-02-19 21:48:48
|
allenb 2002/02/19 13:48:47 PST Modified files: gamekernel/xmlpp shared_ptr.h xmlpp.h Log: Moved shared_ptr<> from boost namespace to xmlpp_boost namespace. This should allow xmlpp to work with applications that are using other versions of boost. Revision Changes Path 1.2 +8 -8 lib/gamekernel/xmlpp/shared_ptr.h 1.6 +4 -4 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/shared_ptr.h.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.5&r2=1.6&diff_format=h |
From: Allen B. <al...@us...> - 2002-02-19 21:43:33
|
allenb 2002/02/19 13:43:32 PST Modified files: gamekernel/xmlpp/Test Makefile nodetest.cpp Log: Test application now runs. Revision Changes Path 1.3 +1 -1 lib/gamekernel/xmlpp/Test/Makefile 1.2 +7 -3 lib/gamekernel/xmlpp/Test/nodetest.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/Test/Makefile.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/Test/nodetest.cpp.diff?r1=1.1&r2=1.2&diff_format=h |
From: Allen B. <al...@us...> - 2002-02-19 21:39:29
|
allenb 2002/02/19 13:39:28 PST Modified files: gamekernel/xmlpp xmlpp.cpp xmlpp.h xmltokenizer.cpp Log: Last of the include <xmlpp/..> changes. Revision Changes Path 1.4 +2 -2 lib/gamekernel/xmlpp/xmlpp.cpp 1.5 +2 -2 lib/gamekernel/xmlpp/xmlpp.h 1.3 +2 -2 lib/gamekernel/xmlpp/xmltokenizer.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.cpp.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.4&r2=1.5&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmltokenizer.cpp.diff?r1=1.2&r2=1.3&diff_format=h |
From: Allen B. <al...@us...> - 2002-02-19 21:36:46
|
allenb 2002/02/19 13:36:45 PST Modified files: gamekernel/xmlpp xmlparser.cpp xmlparser.h Log: Include changes. New feature: Refactor: Bug fixed: Revision Changes Path 1.3 +1 -1 lib/gamekernel/xmlpp/xmlparser.cpp 1.3 +2 -2 lib/gamekernel/xmlpp/xmlparser.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlparser.cpp.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlparser.h.diff?r1=1.2&r2=1.3&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-02-19 21:36:36
|
subatomic 2002/02/19 13:36:36 PST Modified files: gamekernel Makefile gamekernel/gk GameInputConfigure.h Log: moved the xml directory to xmlpp Revision Changes Path 1.15 +3 -3 lib/gamekernel/Makefile 1.9 +3 -3 lib/gamekernel/gk/GameInputConfigure.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/Makefile.diff?r1=1.14&r2=1.15&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/GameInputConfigure.h.diff?r1=1.8&r2=1.9&diff_format=h |
From: Allen B. <al...@us...> - 2002-02-19 21:24:10
|
allenb 2002/02/19 13:24:10 PST Modified files: gamekernel/xml/Test Makefile Log: Added makefile. Revision Changes Path 1.2 +54 -311 lib/gamekernel/xml/Test/Makefile http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xml/Test/Makefile.diff?r1=1.1&r2=1.2&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-02-18 05:09:15
|
subatomic 2002/02/17 21:09:14 PST Modified files: doc gallery.html Removed files: doc scene.bedroom.closetopen.jpg scene.bedroom.gettingoutofbed.jpg Log: removed broken images. Revision Changes Path 1.5 +0 -2 aki/doc/gallery.html 1.2 +0 -2 aki/doc/scene.bedroom.closetopen.jpg (dead) 1.2 +0 -2 aki/doc/scene.bedroom.gettingoutofbed.jpg (dead) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/doc/gallery.html.diff?r1=1.4&r2=1.5&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/doc/scene.bedroom.closetopen.jpg?rev=&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/doc/scene.bedroom.gettingoutofbed.jpg?rev=&content-type=text/plain |
From: Kevin M. <sub...@us...> - 2002-02-18 05:03:36
|
subatomic 2002/02/17 21:03:35 PST Modified files: doc gallery.html Log: rearranged some pictures. Revision Changes Path 1.4 +26 -25 aki/doc/gallery.html http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/doc/gallery.html.diff?r1=1.3&r2=1.4&diff_format=h |
From: Ben S. <non...@us...> - 2002-02-18 04:55:53
|
nonchocoboy 2002/02/17 20:55:53 PST Modified files: gamekernel/gk SdlDriver.cpp Log: updated SDL driver to work with the new GameInput abstraction. Revision Changes Path 1.8 +4 -4 lib/gamekernel/gk/SdlDriver.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/SdlDriver.cpp.diff?r1=1.7&r2=1.8&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-02-18 04:49:14
|
subatomic 2002/02/17 20:49:12 PST Modified files: doc gallery.html Log: .css isn't an image type.. :( Revision Changes Path 1.3 +0 -1 aki/doc/gallery.html http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/doc/gallery.html.diff?r1=1.2&r2=1.3&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-02-18 04:42:47
|
subatomic 2002/02/17 20:42:44 PST Modified files: gamekernel/gk SdlDriver.cpp SdlDriver.h Log: New feature: new sdl driver update Submitted by: Johnathan Gurley Reviewed by: Kevin Meinert Approved by: Kevin Obtained from: Johnathan Gurley Revision Changes Path 1.7 +61 -26 lib/gamekernel/gk/SdlDriver.cpp 1.5 +8 -5 lib/gamekernel/gk/SdlDriver.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/SdlDriver.cpp.diff?r1=1.6&r2=1.7&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/SdlDriver.h.diff?r1=1.4&r2=1.5&diff_format=h |
yeah, well ... i know. ^_^ ----- Ben Scott President ISU Game Developers Club Treasurer ISU Ballroom Dance Company bs...@ia... On Sun, 17 Feb 2002, Kevin Meinert wrote: > > > congrats ben! you rule. :) > > @--@---@---@----@-----@------@------@-----@----@---@---@--@ > Kevin Meinert __ _ __ > http://www.vrac.iastate.edu/~kevn \ || \| \ / ` > Virtual Reality Applications Center \ ||.-'|--\ > Howe Hall, Iowa State University, Ames Iowa \|| \| \`__, > ----------------------------------------------------------- > > On Sun, 17 Feb 2002, Ben Scott wrote: > > > nonchocoboy 2002/02/17 19:11:16 PST > > > > Modified files: > > gamekernel/gk AnalogInterface.h DigitalInterface.h > > GameInput.h GameInputConfigure.h > > GameKernel.cpp GameKernel.h > > GlutDriver.cpp InputInterface.h > > gamekernel/test/input main.cpp > > Log: > > refactored GameInput to no longer be a singleton. the GameKernel instance > > now owns a GameInput instance instead. thus devices/input now works across > > the DLL boundary! yay me, i'm off the hook! > > > > Revision Changes Path > > 1.14 +6 -4 lib/gamekernel/gk/AnalogInterface.h > > 1.13 +6 -4 lib/gamekernel/gk/DigitalInterface.h > > 1.31 +24 -20 lib/gamekernel/gk/GameInput.h > > 1.8 +8 -5 lib/gamekernel/gk/GameInputConfigure.h > > 1.20 +11 -2 lib/gamekernel/gk/GameKernel.cpp > > 1.15 +17 -5 lib/gamekernel/gk/GameKernel.h > > 1.20 +6 -6 lib/gamekernel/gk/GlutDriver.cpp > > 1.10 +12 -3 lib/gamekernel/gk/InputInterface.h > > 1.9 +18 -11 lib/gamekernel/test/input/main.cpp > > > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/AnalogInterface.h.diff?r1=1.13&r2=1.14&diff_format=h > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/DigitalInterface.h.diff?r1=1.12&r2=1.13&diff_format=h > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/GameInput.h.diff?r1=1.30&r2=1.31&diff_format=h > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/GameInputConfigure.h.diff?r1=1.7&r2=1.8&diff_format=h > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/GameKernel.cpp.diff?r1=1.19&r2=1.20&diff_format=h > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/GameKernel.h.diff?r1=1.14&r2=1.15&diff_format=h > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/GlutDriver.cpp.diff?r1=1.19&r2=1.20&diff_format=h > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/InputInterface.h.diff?r1=1.9&r2=1.10&diff_format=h > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/test/input/main.cpp.diff?r1=1.8&r2=1.9&diff_format=h > > > > _______________________________________________ > > ISUGameDev-commits mailing list > > ISU...@li... > > https://lists.sourceforge.net/lists/listinfo/isugamedev-commits > > > |
congrats ben! you rule. :) @--@---@---@----@-----@------@------@-----@----@---@---@--@ Kevin Meinert __ _ __ http://www.vrac.iastate.edu/~kevn \ || \| \ / ` Virtual Reality Applications Center \ ||.-'|--\ Howe Hall, Iowa State University, Ames Iowa \|| \| \`__, ----------------------------------------------------------- On Sun, 17 Feb 2002, Ben Scott wrote: > nonchocoboy 2002/02/17 19:11:16 PST > > Modified files: > gamekernel/gk AnalogInterface.h DigitalInterface.h > GameInput.h GameInputConfigure.h > GameKernel.cpp GameKernel.h > GlutDriver.cpp InputInterface.h > gamekernel/test/input main.cpp > Log: > refactored GameInput to no longer be a singleton. the GameKernel instance > now owns a GameInput instance instead. thus devices/input now works across > the DLL boundary! yay me, i'm off the hook! > > Revision Changes Path > 1.14 +6 -4 lib/gamekernel/gk/AnalogInterface.h > 1.13 +6 -4 lib/gamekernel/gk/DigitalInterface.h > 1.31 +24 -20 lib/gamekernel/gk/GameInput.h > 1.8 +8 -5 lib/gamekernel/gk/GameInputConfigure.h > 1.20 +11 -2 lib/gamekernel/gk/GameKernel.cpp > 1.15 +17 -5 lib/gamekernel/gk/GameKernel.h > 1.20 +6 -6 lib/gamekernel/gk/GlutDriver.cpp > 1.10 +12 -3 lib/gamekernel/gk/InputInterface.h > 1.9 +18 -11 lib/gamekernel/test/input/main.cpp > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/AnalogInterface.h.diff?r1=1.13&r2=1.14&diff_format=h > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/DigitalInterface.h.diff?r1=1.12&r2=1.13&diff_format=h > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/GameInput.h.diff?r1=1.30&r2=1.31&diff_format=h > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/GameInputConfigure.h.diff?r1=1.7&r2=1.8&diff_format=h > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/GameKernel.cpp.diff?r1=1.19&r2=1.20&diff_format=h > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/GameKernel.h.diff?r1=1.14&r2=1.15&diff_format=h > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/GlutDriver.cpp.diff?r1=1.19&r2=1.20&diff_format=h > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/InputInterface.h.diff?r1=1.9&r2=1.10&diff_format=h > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/test/input/main.cpp.diff?r1=1.8&r2=1.9&diff_format=h > > _______________________________________________ > ISUGameDev-commits mailing list > ISU...@li... > https://lists.sourceforge.net/lists/listinfo/isugamedev-commits > |
From: Kevin M. <sub...@us...> - 2002-02-18 03:42:54
|
subatomic 2002/02/17 19:42:53 PST Modified files: doc gallery.html Log: added armin's drawings to the gallery Revision Changes Path 1.2 +23 -1 aki/doc/gallery.html http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/aki/doc/gallery.html.diff?r1=1.1&r2=1.2&diff_format=h |
From: Ben S. <non...@us...> - 2002-02-18 03:30:33
|
nonchocoboy 2002/02/17 19:30:31 PST Modified files: gamekernel/gk GameKernel.h Log: Removed GameKernelRegister since GameKernel is no longer a singleton. The user will just have to call add() themselves. Revision Changes Path 1.17 +12 -55 lib/gamekernel/gk/GameKernel.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/GameKernel.h.diff?r1=1.16&r2=1.17&diff_format=h |
From: Ben S. <non...@us...> - 2002-02-18 03:16:07
|
nonchocoboy 2002/02/17 19:16:07 PST Modified files: gamekernel/gk SystemDriverFactory.cpp Log: tweaked output from the SystemDriverFactory when probing DLLs Revision Changes Path 1.3 +3 -2 lib/gamekernel/gk/SystemDriverFactory.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/SystemDriverFactory.cpp.diff?r1=1.2&r2=1.3&diff_format=h |
From: Ben S. <non...@us...> - 2002-02-18 02:24:03
|
nonchocoboy 2002/02/17 18:24:02 PST Added files: gamekernel/external/xdl xdl.h Log: added external dependency xdl.h from the xdl library. Revision Changes Path 1.1 +308 -0 lib/gamekernel/external/xdl/xdl.h (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/external/xdl/xdl.h?rev=1.1&content-type=text/plain |
From: Kevin M. <sub...@us...> - 2002-02-17 21:12:12
|
subatomic 2002/02/17 13:12:11 PST Modified files: gamekernel/gk AnalogDevice.h Log: use an assert. this will prevent a segv, and instead give you a nice assert. :) Revision Changes Path 1.9 +5 -3 lib/gamekernel/gk/AnalogDevice.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/gk/AnalogDevice.h.diff?r1=1.8&r2=1.9&diff_format=h |
From: Ben S. <non...@us...> - 2002-02-16 04:04:19
|
nonchocoboy 2002/02/15 20:04:18 PST Modified files: gamekernel/test/input Makefile main.cpp Log: building of input test is now successful. you must currently put the glut driver in the current directory and rename it to dkglut.drv for now. i'll fix this later. Revision Changes Path 1.3 +8 -9 lib/gamekernel/test/input/Makefile 1.8 +4 -4 lib/gamekernel/test/input/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/test/input/Makefile.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/test/input/main.cpp.diff?r1=1.7&r2=1.8&diff_format=h |