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: Jeremy H. <jj...@us...> - 2002-05-03 09:47:27
|
jjhnsn 2002/05/03 02:47:27 PDT
Modified files:
game Object.cpp
Log:
just made sure the sphere was initialized.
Revision Changes Path
1.14 +3 -2 brotha/game/Object.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Object.cpp.diff?r1=1.13&r2=1.14&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 08:42:36
|
tamc 2002/05/03 01:42:35 PDT
Modified files:
phui/phui ListBox.cpp
Log:
clear now deselects as well as clear
event is now actually fired
Revision Changes Path
1.12 +4 -2 lib/phui/phui/ListBox.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/ListBox.cpp.diff?r1=1.11&r2=1.12&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-03 08:12:35
|
nonchocoboy 2002/05/03 01:12:35 PDT
Modified files:
client GameState.cpp
Log:
Removed some overly verbose debugging.
Revision Changes Path
1.7 +2 -3 brotha/client/GameState.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/GameState.cpp.diff?r1=1.6&r2=1.7&diff_format=h
|
|
From: Levi V. <lva...@us...> - 2002-05-03 08:10:41
|
lvanoort 2002/05/03 01:10:40 PDT
Modified files:
. BuildMaze.h FinalProject.dsp
GameWorld.cpp Shadow.cpp Shadow.h
Log:
Fixed error with shadowing. Built a maze.
Revision Changes Path
1.3 +65 -0 mazetank/BuildMaze.h
1.6 +12 -0 mazetank/FinalProject.dsp
1.16 +4 -5 mazetank/GameWorld.cpp
1.2 +17 -8 mazetank/Shadow.cpp
1.2 +1 -4 mazetank/Shadow.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/BuildMaze.h.diff?r1=1.2&r2=1.3&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/FinalProject.dsp.diff?r1=1.5&r2=1.6&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/GameWorld.cpp.diff?r1=1.15&r2=1.16&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/Shadow.cpp.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/Shadow.h.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 08:08:08
|
tamc 2002/05/03 01:03:42 PDT
Modified files:
net GarageDataMessage.h
server RequestGarageDataMessageHandler.h
Log:
sends mod type list now ... now to use it :)
Revision Changes Path
1.4 +50 -7 brotha/net/GarageDataMessage.h
1.3 +4 -3 brotha/server/RequestGarageDataMessageHandler.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/GarageDataMessage.h.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/RequestGarageDataMessageHandler.h.diff?r1=1.2&r2=1.3&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-03 08:06:58
|
nonchocoboy 2002/05/03 01:06:56 PDT
Modified files:
xml Player.h
Log:
Fixed bad test in setStat() that caused duplicate stats to show up for
players in the xml file.
Revision Changes Path
1.20 +3 -3 brotha/xml/Player.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Player.h.diff?r1=1.19&r2=1.20&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-03 07:58:53
|
aegis 2002/05/03 00:58:49 PDT
Modified files:
client GameState.cpp
Log:
unused variables
Revision Changes Path
1.6 +4 -4 brotha/client/GameState.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/GameState.cpp.diff?r1=1.5&r2=1.6&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-03 07:57:42
|
aegis 2002/05/03 00:57:41 PDT
Modified files:
. SConstruct
Log:
temporarily build debug by default
Revision Changes Path
1.12 +1 -1 brotha/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/SConstruct.diff?r1=1.11&r2=1.12&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-03 07:54:56
|
aegis 2002/05/03 00:54:55 PDT
Modified files:
phui/phui WidgetContainer.cpp
Log:
we don't need debug messages for widget containers either
Revision Changes Path
1.21 +2 -4 lib/phui/phui/WidgetContainer.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/WidgetContainer.cpp.diff?r1=1.20&r2=1.21&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-03 07:52:43
|
aegis 2002/05/03 00:52:42 PDT
Modified files:
game Player.cpp
Log:
oops, multiple initializations of mVehicle... stupid CVS merge :)
Revision Changes Path
1.28 +2 -3 brotha/game/Player.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.cpp.diff?r1=1.27&r2=1.28&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-03 07:46:23
|
aegis 2002/05/03 00:46:22 PDT
Modified files:
phui/phui Button.cpp
Log:
we no longer need debug messages in button
Revision Changes Path
1.19 +3 -10 lib/phui/phui/Button.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/Button.cpp.diff?r1=1.18&r2=1.19&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 07:35:45
|
tamc 2002/05/03 00:35:44 PDT
Modified files:
phui/phui ListBox.cpp
Log:
a more accurate remove
Revision Changes Path
1.11 +7 -3 lib/phui/phui/ListBox.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/ListBox.cpp.diff?r1=1.10&r2=1.11&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-03 07:35:02
|
aegis 2002/05/03 00:35:01 PDT
Modified files:
game Player.cpp
Log:
fix a warning
Revision Changes Path
1.27 +3 -2 brotha/game/Player.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.cpp.diff?r1=1.26&r2=1.27&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 07:32:28
|
tamc 2002/05/03 00:32:28 PDT
Modified files:
client Scene.h
Log:
windows redef problems
Revision Changes Path
1.6 +3 -3 brotha/client/Scene.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/Scene.h.diff?r1=1.5&r2=1.6&diff_format=h
|
|
From: Jeremy H. <jj...@us...> - 2002-05-03 07:27:11
|
jjhnsn 2002/05/03 00:27:11 PDT
Modified files:
game GameLogic.cpp Object.cpp
Log:
hopefully won't get you are dead message all the time... and get 10 hits before dying.
Revision Changes Path
1.26 +4 -4 brotha/game/GameLogic.cpp
1.13 +3 -3 brotha/game/Object.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/GameLogic.cpp.diff?r1=1.25&r2=1.26&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Object.cpp.diff?r1=1.12&r2=1.13&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-03 07:24:50
|
nonchocoboy 2002/05/03 00:24:49 PDT
Modified files:
game Player.cpp Player.h
Log:
Silenced warnings in gcc.
Revision Changes Path
1.26 +3 -3 brotha/game/Player.cpp
1.28 +5 -5 brotha/game/Player.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.cpp.diff?r1=1.25&r2=1.26&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.h.diff?r1=1.27&r2=1.28&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 07:11:04
|
tamc 2002/05/03 00:11:03 PDT
Modified files:
xml Car.h Player.h
Log:
clearing warnings
Revision Changes Path
1.14 +3 -3 brotha/xml/Car.h
1.19 +3 -3 brotha/xml/Player.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Car.h.diff?r1=1.13&r2=1.14&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Player.h.diff?r1=1.18&r2=1.19&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 07:06:03
|
tamc 2002/05/03 00:06:02 PDT
Modified files:
vc7 brotha.vcproj server.vcproj
Log:
updated project files
Revision Changes Path
1.14 +12 -0 brotha/vc7/brotha.vcproj
1.12 +12 -0 brotha/vc7/server.vcproj
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/brotha.vcproj.diff?r1=1.13&r2=1.14&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/server.vcproj.diff?r1=1.11&r2=1.12&diff_format=h
|
|
From: Chad O. <tak...@us...> - 2002-05-03 07:05:53
|
takanara 2002/05/03 00:05:51 PDT
Modified files:
xml Car.h
Log:
added removeMod( std::string nametoremove) to Car
Revision Changes Path
1.13 +11 -2 brotha/xml/Car.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Car.h.diff?r1=1.12&r2=1.13&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 07:04:51
|
tamc 2002/05/03 00:00:59 PDT
Modified files:
xml DataManager.cpp xmlpersist.cpp
xmlpersist.h
Log:
flush now calls save .. and save now uses const string instead of just string
Revision Changes Path
1.3 +3 -3 brotha/xml/DataManager.cpp
1.14 +3 -3 brotha/xml/xmlpersist.cpp
1.15 +3 -3 brotha/xml/xmlpersist.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/DataManager.cpp.diff?r1=1.2&r2=1.3&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/xmlpersist.cpp.diff?r1=1.13&r2=1.14&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/xmlpersist.h.diff?r1=1.14&r2=1.15&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 07:03:02
|
tamc 2002/05/03 00:03:01 PDT
Modified files:
client GarageState.h
Log:
mChopShop now a ChopShowWnd instead of generic phui::Wnd
Revision Changes Path
1.12 +3 -3 brotha/client/GarageState.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/GarageState.h.diff?r1=1.11&r2=1.12&diff_format=h
|