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-05-01 20:58:20
|
nonchocoboy 2002/05/01 13:58:17 PDT
Modified files:
. cfg_local.pm
Log:
Disabling commit mails while i do some debugging
Revision Changes Path
1.9 +2 -2 CVSROOT/cfg_local.pm
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/CVSROOT/cfg_local.pm.diff?r1=1.8&r2=1.9&diff_format=h
|
|
From: Jeremy H. <jj...@us...> - 2002-05-01 20:50:43
|
jjhnsn 2002/05/01 13:50:42 PDT
Modified files:
game BrothaGame.cpp
Log:
now updates object instead of player
Revision Changes Path
1.13 +11 -12 brotha/game/BrothaGame.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/BrothaGame.cpp.diff?r1=1.12&r2=1.13&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-01 19:59:08
|
nonchocoboy 2002/05/01 12:59:06 PDT
Modified files:
client BrothaApp.cpp BrothaApp.h
Log:
Removed client's dependence on game::BrothaGame.
Revision Changes Path
1.34 +2 -6 brotha/client/BrothaApp.cpp
1.21 +4 -11 brotha/client/BrothaApp.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.33&r2=1.34&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.h.diff?r1=1.20&r2=1.21&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-01 19:58:31
|
nonchocoboy 2002/05/01 12:58:27 PDT
Modified files:
server BrothaGame.h
Log:
Added missing destructor prototype.
Revision Changes Path
1.12 +4 -2 brotha/server/BrothaGame.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BrothaGame.h.diff?r1=1.11&r2=1.12&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-01 19:36:01
|
tamc 2002/05/01 12:35:57 PDT
Modified files:
client GarageState.cpp
Log:
oops, garagestate wasn't lasting very long
Revision Changes Path
1.11 +4 -2 brotha/client/GarageState.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/GarageState.cpp.diff?r1=1.10&r2=1.11&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-01 19:23:30
|
tamc 2002/05/01 12:23:27 PDT
Modified files:
client GarageState.cpp GarageState.h
Log:
now goes to gamestate when the button is clicked
Revision Changes Path
1.10 +9 -4 brotha/client/GarageState.cpp
1.8 +5 -2 brotha/client/GarageState.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/GarageState.cpp.diff?r1=1.9&r2=1.10&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/GarageState.h.diff?r1=1.7&r2=1.8&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-01 19:05:56
|
tamc 2002/05/01 12:05:47 PDT
Modified files:
client LoginState.cpp LoginState.h
net AddPlayerMessage.h
server BrothaGame.cpp LoginMessageHandler.h
Log:
AddPlayerMessage no longer has IsYou field
Client expects an AddPlayerMessage post successful login for identification of local player
Server sends AddPlayerMessage post successful login
Revision Changes Path
1.14 +28 -4 brotha/client/LoginState.cpp
1.8 +4 -3 brotha/client/LoginState.h
1.11 +5 -13 brotha/net/AddPlayerMessage.h
1.16 +3 -4 brotha/server/BrothaGame.cpp
1.10 +5 -2 brotha/server/LoginMessageHandler.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/LoginState.cpp.diff?r1=1.13&r2=1.14&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/LoginState.h.diff?r1=1.7&r2=1.8&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/AddPlayerMessage.h.diff?r1=1.10&r2=1.11&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BrothaGame.cpp.diff?r1=1.15&r2=1.16&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/LoginMessageHandler.h.diff?r1=1.9&r2=1.10&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-01 19:04:38
|
tamc 2002/05/01 12:03:59 PDT
Modified files:
game Player.cpp
Log:
initializes all fields now
Revision Changes Path
1.20 +4 -3 brotha/game/Player.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.cpp.diff?r1=1.19&r2=1.20&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-01 18:43:17
|
tamc 2002/05/01 11:43:10 PDT
Modified files:
server LoginMessageHandler.h
vc7 brotha.vcproj server.vcproj
Log:
LoginMessageHandler now authenticates users
updated project and solution files
Revision Changes Path
1.9 +9 -5 brotha/server/LoginMessageHandler.h
1.11 +297 -304 brotha/vc7/brotha.vcproj
1.10 +253 -201 brotha/vc7/server.vcproj
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/LoginMessageHandler.h.diff?r1=1.8&r2=1.9&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/brotha.vcproj.diff?r1=1.10&r2=1.11&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/server.vcproj.diff?r1=1.9&r2=1.10&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-01 18:42:36
|
tamc 2002/05/01 11:42:30 PDT
Modified files:
game BrothaGame.cpp BrothaGame.h
server BrothaGame.cpp BrothaGame.h
Log:
Moved datamanager from client's BrothaGame to the server's BrothaGame as that is probably where it should be
Revision Changes Path
1.12 +2 -8 brotha/game/BrothaGame.cpp
1.12 +2 -9 brotha/game/BrothaGame.h
1.15 +12 -3 brotha/server/BrothaGame.cpp
1.11 +11 -3 brotha/server/BrothaGame.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/BrothaGame.cpp.diff?r1=1.11&r2=1.12&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/BrothaGame.h.diff?r1=1.11&r2=1.12&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BrothaGame.cpp.diff?r1=1.14&r2=1.15&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BrothaGame.h.diff?r1=1.10&r2=1.11&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-01 18:41:40
|
tamc 2002/05/01 11:41:35 PDT
Modified files:
xml Player.h
Log:
need assert.h to use assert
Revision Changes Path
1.14 +3 -2 brotha/xml/Player.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Player.h.diff?r1=1.13&r2=1.14&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-01 18:40:42
|
tamc 2002/05/01 11:40:38 PDT
Modified files:
client ServerConnection.cpp
Log:
only connects if the connection hasn't been made already
Revision Changes Path
1.3 +9 -6 brotha/client/ServerConnection.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/ServerConnection.cpp.diff?r1=1.2&r2=1.3&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-01 18:40:05
|
tamc 2002/05/01 11:40:02 PDT
Modified files:
phui/phui TextField.cpp
Log:
supports the period key
Revision Changes Path
1.8 +5 -3 lib/phui/phui/TextField.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/TextField.cpp.diff?r1=1.7&r2=1.8&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-01 09:59:09
|
nonchocoboy 2002/05/01 02:59:08 PDT
Modified files:
xml HtmlGen.h
Log:
Inlined these funcs since they're all desclared in a header.
Revision Changes Path
1.26 +80 -81 brotha/xml/HtmlGen.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/HtmlGen.h.diff?r1=1.25&r2=1.26&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-01 09:58:26
|
nonchocoboy 2002/05/01 02:58:23 PDT
Modified files:
xml Car.h
Log:
Return the modlist by reference.
Revision Changes Path
1.11 +3 -3 brotha/xml/Car.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Car.h.diff?r1=1.10&r2=1.11&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-01 09:57:50
|
nonchocoboy 2002/05/01 02:57:49 PDT
Modified files:
game Object.h
Log:
UIDManager is now in the util namespace.
Revision Changes Path
1.13 +3 -3 brotha/game/Object.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Object.h.diff?r1=1.12&r2=1.13&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-01 09:39:21
|
nonchocoboy 2002/05/01 02:39:19 PDT
Modified files:
xml HtmlGen.h
Log:
Whitespace cleanup so i can actually read the code.
Revision Changes Path
1.25 +60 -60 brotha/xml/HtmlGen.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/HtmlGen.h.diff?r1=1.24&r2=1.25&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-01 08:14:26
|
nonchocoboy 2002/05/01 01:14:26 PDT
Modified files:
xml BrothaData.h
Log:
Comments and coding style.
Revision Changes Path
1.15 +26 -17 brotha/xml/BrothaData.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/BrothaData.h.diff?r1=1.14&r2=1.15&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-01 08:10:03
|
nonchocoboy 2002/05/01 01:10:01 PDT
Modified files:
xml BrothaData.h Gang.h
Log:
Comments and coding style. Fixed some return by value problems.
Revision Changes Path
1.14 +3 -3 brotha/xml/BrothaData.h
1.12 +36 -27 brotha/xml/Gang.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/BrothaData.h.diff?r1=1.13&r2=1.14&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Gang.h.diff?r1=1.11&r2=1.12&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-01 07:55:35
|
nonchocoboy 2002/05/01 00:55:34 PDT
Modified files:
xml Gang.h Player.h
Log:
Comments and coding style.
Revision Changes Path
1.11 +4 -4 brotha/xml/Gang.h
1.13 +69 -40 brotha/xml/Player.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Gang.h.diff?r1=1.10&r2=1.11&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Player.h.diff?r1=1.12&r2=1.13&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-01 07:37:38
|
nonchocoboy 2002/05/01 00:37:38 PDT
Modified files:
xml Player.h Stat.h
Log:
Pass strings by const reference.
Commented better.
Revision Changes Path
1.12 +4 -4 brotha/xml/Player.h
1.8 +27 -21 brotha/xml/Stat.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Player.h.diff?r1=1.11&r2=1.12&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Stat.h.diff?r1=1.7&r2=1.8&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-01 07:31:22
|
nonchocoboy 2002/05/01 00:31:22 PDT
Modified files:
xml BrothaData.h CarType.h xmlpersist.cpp
Log:
Merged in jeremy's changes to CarType.
Revision Changes Path
1.13 +4 -4 brotha/xml/BrothaData.h
1.5 +22 -29 brotha/xml/CarType.h
1.8 +4 -4 brotha/xml/xmlpersist.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/BrothaData.h.diff?r1=1.12&r2=1.13&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/CarType.h.diff?r1=1.4&r2=1.5&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/xmlpersist.cpp.diff?r1=1.7&r2=1.8&diff_format=h
|