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: Josh B. <bro...@us...> - 2002-04-24 11:47:19
|
browner10 2002/04/24 04:47:18 PDT Modified files: set card.h deck.h simpleGlutApp.cpp Log: Added methods to deck.h to flag cards as highlighted so we can show selection when we click on cards. and updated card.h and simpleglutapp to reflect these new methods Revision Changes Path 1.6 +11 -0 examples/set/card.h 1.4 +34 -2 examples/set/deck.h 1.5 +4 -2 examples/set/simpleGlutApp.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/card.h.diff?r1=1.5&r2=1.6&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/deck.h.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/simpleGlutApp.cpp.diff?r1=1.4&r2=1.5&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-24 11:43:31
|
nonchocoboy 2002/04/24 04:43:30 PDT Modified files: prototype/followcam HoverTankBody.obj Scene.cpp main.cpp Log: Pretty much looks ok now. Now to get brotha to do this ... Revision Changes Path 1.2 +12566 -8685 brotha/prototype/followcam/HoverTankBody.obj 1.3 +3 -3 brotha/prototype/followcam/Scene.cpp 1.5 +11 -9 brotha/prototype/followcam/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/prototype/followcam/HoverTankBody.obj.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/prototype/followcam/Scene.cpp.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/prototype/followcam/main.cpp.diff?r1=1.4&r2=1.5&diff_format=h |
From: Josh B. <bro...@us...> - 2002-04-24 11:19:33
|
browner10 2002/04/24 04:19:32 PDT Modified files: set simpleGlutApp.cpp Log: Changed code to reflect the new methods in teh deck class Revision Changes Path 1.4 +1 -6 examples/set/simpleGlutApp.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/simpleGlutApp.cpp.diff?r1=1.3&r2=1.4&diff_format=h |
From: Josh B. <bro...@us...> - 2002-04-24 11:18:55
|
browner10 2002/04/24 04:18:55 PDT Modified files: set deck.h Log: Added method to get the cards attributes. added method to test if a position is over a card Revision Changes Path 1.3 +10 -7 examples/set/deck.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/deck.h.diff?r1=1.2&r2=1.3&diff_format=h |
From: Chad A. <ae...@us...> - 2002-04-24 11:01:13
|
aegis 2002/04/24 04:01:12 PDT Modified files: prototype/followcam SConstruct main.cpp Log: weird gmtl problems Revision Changes Path 1.2 +1 -1 brotha/prototype/followcam/SConstruct 1.4 +3 -3 brotha/prototype/followcam/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/prototype/followcam/SConstruct.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/prototype/followcam/main.cpp.diff?r1=1.3&r2=1.4&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-24 10:59:41
|
nonchocoboy 2002/04/24 03:59:40 PDT Modified files: prototype/followcam Scene.cpp main.cpp Log: Setup more logical pitch and follow dist settings for this prototype. Revision Changes Path 1.2 +6 -6 brotha/prototype/followcam/Scene.cpp 1.3 +1 -1 brotha/prototype/followcam/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/prototype/followcam/Scene.cpp.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/prototype/followcam/main.cpp.diff?r1=1.2&r2=1.3&diff_format=h |
From: Josh B. <bro...@us...> - 2002-04-24 10:58:37
|
browner10 2002/04/24 03:58:36 PDT Modified files: set card.h deck.h Log: Added the deck class to help with storage problems, and updated the card class to not store all the stuff a card used to know. Basically now the deck has a pointer to each card and knows the position of each of those cards. Revision Changes Path 1.5 +1 -3 examples/set/card.h 1.2 +77 -0 examples/set/deck.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/card.h.diff?r1=1.4&r2=1.5&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/deck.h.diff?r1=1.1&r2=1.2&diff_format=h |
From: Josh B. <bro...@us...> - 2002-04-24 10:56:08
|
browner10 2002/04/24 03:56:07 PDT Modified files: set simpleGlutApp.cpp Log: We are now to the point that all input works correctly Revision Changes Path 1.3 +23 -26 examples/set/simpleGlutApp.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/simpleGlutApp.cpp.diff?r1=1.2&r2=1.3&diff_format=h |
From: Chad A. <ae...@us...> - 2002-04-24 10:51:22
|
aegis 2002/04/24 03:51:21 PDT Added files: prototype/followcam SConstruct glut_libs.py Log: followcam build system Revision Changes Path 1.1 +11 -0 brotha/prototype/followcam/SConstruct (new) 1.1 +26 -0 brotha/prototype/followcam/glut_libs.py (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/prototype/followcam/SConstruct?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/prototype/followcam/glut_libs.py?rev=1.1&content-type=text/plain |
From: Ben S. <non...@us...> - 2002-04-24 10:45:18
|
nonchocoboy 2002/04/24 03:45:18 PDT Modified files: prototype/followcam main.cpp Log: Fixed include macros. Revision Changes Path 1.2 +2 -2 brotha/prototype/followcam/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/prototype/followcam/main.cpp.diff?r1=1.1&r2=1.2&diff_format=h |
From: Ben S. <non...@us...> - 2002-04-24 10:43:14
|
nonchocoboy 2002/04/24 03:43:13 PDT Added files: prototype/followcam HoverTankBody.obj main.cpp Log: Added a follow camera prototype. This requires some files in the client module of brotha ... Revision Changes Path 1.1 +8727 -0 brotha/prototype/followcam/HoverTankBody.obj (new) 1.1 +273 -0 brotha/prototype/followcam/main.cpp (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/prototype/followcam/HoverTankBody.obj?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/prototype/followcam/main.cpp?rev=1.1&content-type=text/plain |
From: Josh B. <bro...@us...> - 2002-04-24 08:31:19
|
browner10 2002/04/24 01:31:18 PDT Modified files: set card.h Log: added pre processor directives for this file so we don't try to declare the card class twice Revision Changes Path 1.4 +6 -3 examples/set/card.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/card.h.diff?r1=1.3&r2=1.4&diff_format=h |
From: Josh B. <bro...@us...> - 2002-04-24 08:27:52
|
browner10 2002/04/24 01:27:52 PDT Modified files: set card.h Log: changed directories here too, now the whole thing works Revision Changes Path 1.3 +4 -4 examples/set/card.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/card.h.diff?r1=1.2&r2=1.3&diff_format=h |
From: Josh B. <bro...@us...> - 2002-04-24 08:26:58
|
browner10 2002/04/24 01:26:57 PDT Modified files: set simpleGlutApp.cpp Log: changed directories to be cross platfrom directories, not they *actually* work Revision Changes Path 1.2 +9 -8 examples/set/simpleGlutApp.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/simpleGlutApp.cpp.diff?r1=1.1&r2=1.2&diff_format=h |
From: Levi V. <lva...@us...> - 2002-04-24 08:13:27
|
lvanoort 2002/04/24 01:13:26 PDT Modified files: . Input.cpp Input.h Log: Added Turret rotations Revision Changes Path 1.2 +30 -0 mazetank/Input.cpp 1.2 +7 -1 mazetank/Input.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/Input.cpp.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/Input.h.diff?r1=1.1&r2=1.2&diff_format=h |
From: Josh B. <bro...@us...> - 2002-04-24 07:59:38
|
browner10 2002/04/24 00:59:37 PDT Modified files: set Makefile Log: now executable is called set-game not lr Revision Changes Path 1.2 +3 -3 examples/set/Makefile http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/Makefile.diff?r1=1.1&r2=1.2&diff_format=h |
From: Josh B. <bro...@us...> - 2002-04-24 07:56:22
|
browner10 2002/04/24 00:56:22 PDT Modified files: set card.h Log: changed gl to GL in #include directives to be cross platform also edited the directories for the bit-map images. Revision Changes Path 1.2 +19 -19 examples/set/card.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/card.h.diff?r1=1.1&r2=1.2&diff_format=h |
From: Chad A. <ae...@us...> - 2002-04-24 07:50:55
|
aegis 2002/04/24 00:50:54 PDT Modified files: client LoginState.cpp LoginState.h Log: fleshed out login screen... actually kinda does what it's supposed to. we can't connect yet though. I think we should be able to pass functors to buttons or something Revision Changes Path 1.4 +46 -7 brotha/client/LoginState.cpp 1.3 +8 -0 brotha/client/LoginState.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/LoginState.cpp.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/LoginState.h.diff?r1=1.2&r2=1.3&diff_format=h |
From: Chad A. <ae...@us...> - 2002-04-24 07:49:34
|
aegis 2002/04/24 00:49:33 PDT Modified files: phui/phui Label.cpp Label.h Log: cleaned up the Label widget a little Revision Changes Path 1.4 +3 -11 lib/phui/phui/Label.cpp 1.2 +5 -15 lib/phui/phui/Label.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/Label.cpp.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/Label.h.diff?r1=1.1&r2=1.2&diff_format=h |
From: Josh B. <bro...@us...> - 2002-04-24 07:47:09
|
browner10 2002/04/24 00:47:08 PDT Removed files: set glut.h glut32.dll glut32.lib Log: removed glut from the repository, shouldn't have been put in, in the first place Revision Changes Path 1.2 +0 -716 examples/set/glut.h (dead) 1.2 +0 -574 examples/set/glut32.dll (dead) 1.2 +0 -199 examples/set/glut32.lib (dead) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/glut.h?rev=&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/glut32.dll?rev=&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/glut32.lib?rev=&content-type=text/plain |
From: Levi V. <lva...@us...> - 2002-04-24 07:25:59
|
lvanoort 2002/04/24 00:25:58 PDT Modified files: . GameWorld.cpp Log: Updated with new input class Revision Changes Path 1.2 +5 -1 mazetank/GameWorld.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/GameWorld.cpp.diff?r1=1.1&r2=1.2&diff_format=h |
From: Levi V. <lva...@us...> - 2002-04-24 07:25:15
|
lvanoort 2002/04/24 00:25:13 PDT Modified files: . GameObject.h TankObject.cpp TankObject.h Log: Added angular velocity Revision Changes Path 1.2 +11 -1 mazetank/GameObject.h 1.2 +3 -0 mazetank/TankObject.cpp 1.3 +2 -0 mazetank/TankObject.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/GameObject.h.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/TankObject.cpp.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/TankObject.h.diff?r1=1.2&r2=1.3&diff_format=h |