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: Chad O. <tak...@us...> - 2002-05-03 06:51:33
|
takanara 2002/05/02 23:51:32 PDT
Modified files:
xml Player.h
Log:
added removeCar( std::string nametoremove) to player
Revision Changes Path
1.18 +11 -2 brotha/xml/Player.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Player.h.diff?r1=1.17&r2=1.18&diff_format=h
|
|
From: Chad O. <tak...@us...> - 2002-05-03 05:50:56
|
takanara 2002/05/02 22:50:53 PDT
Modified files:
xml HtmlGen.h xmlpersist.cpp
Added files:
xml data.xml
Log:
spesific images in the reports, and a new file (data.xml) with URLs in it.
Revision Changes Path
1.29 +6 -4 brotha/xml/HtmlGen.h
1.1 +81 -0 brotha/xml/data.xml (new)
1.13 +3 -3 brotha/xml/xmlpersist.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/HtmlGen.h.diff?r1=1.28&r2=1.29&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/data.xml?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/xmlpersist.cpp.diff?r1=1.12&r2=1.13&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 05:05:00
|
tamc 2002/05/02 22:05:00 PDT
Modified files:
vc7 brotha.vcproj client.vcproj server.vcproj
Log:
most recent project files
Revision Changes Path
1.13 +380 -294 brotha/vc7/brotha.vcproj
1.10 +209 -202 brotha/vc7/client.vcproj
1.11 +6 -18 brotha/vc7/server.vcproj
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/brotha.vcproj.diff?r1=1.12&r2=1.13&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/client.vcproj.diff?r1=1.9&r2=1.10&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/server.vcproj.diff?r1=1.10&r2=1.11&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 05:01:10
|
tamc 2002/05/02 22:01:10 PDT
Modified files:
net GarageDataMessage.h
Log:
this should resolve the problem of hanging when mods > 1 and the seg fault when cars > 1 ... i am a complete and utter dumb ass :(
Revision Changes Path
1.3 +4 -4 brotha/net/GarageDataMessage.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/GarageDataMessage.h.diff?r1=1.2&r2=1.3&diff_format=h
|
|
From: Jeremy H. <jj...@us...> - 2002-05-03 04:56:52
|
jjhnsn 2002/05/02 21:56:52 PDT
Modified files:
game GameLogic.cpp Player.h
Log:
Altered files to match xml data for stats.
Revision Changes Path
1.23 +13 -13 brotha/game/GameLogic.cpp
1.26 +23 -4 brotha/game/Player.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/GameLogic.cpp.diff?r1=1.22&r2=1.23&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.h.diff?r1=1.25&r2=1.26&diff_format=h
|
|
From: Chad O. <tak...@us...> - 2002-05-03 04:13:10
|
takanara 2002/05/02 21:13:09 PDT
Modified files:
xml Car.h Gang.h Player.h test.xml
xmlpersist.cpp
Log:
added pic and lilpic attributes for putting image URLs in the XML
Revision Changes Path
1.12 +9 -3 brotha/xml/Car.h
1.13 +15 -4 brotha/xml/Gang.h
1.17 +11 -4 brotha/xml/Player.h
1.9 +6 -6 brotha/xml/test.xml
1.12 +8 -2 brotha/xml/xmlpersist.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Car.h.diff?r1=1.11&r2=1.12&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Gang.h.diff?r1=1.12&r2=1.13&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Player.h.diff?r1=1.16&r2=1.17&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/test.xml.diff?r1=1.8&r2=1.9&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/xmlpersist.cpp.diff?r1=1.11&r2=1.12&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 03:56:26
|
tamc 2002/05/02 20:56:25 PDT
Modified files:
phui/phui WidgetContainer.cpp
Log:
enabled property now actually does something
Revision Changes Path
1.20 +18 -9 lib/phui/phui/WidgetContainer.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/WidgetContainer.cpp.diff?r1=1.19&r2=1.20&diff_format=h
|
|
From: Chad O. <tak...@us...> - 2002-05-03 03:09:15
|
takanara 2002/05/02 20:09:14 PDT
Modified files:
xml test.cpp xmlpersist.cpp
Log:
now runs test 32B
Revision Changes Path
1.13 +3 -0 brotha/xml/test.cpp
1.11 +6 -2 brotha/xml/xmlpersist.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/test.cpp.diff?r1=1.12&r2=1.13&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/xmlpersist.cpp.diff?r1=1.10&r2=1.11&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-03 02:41:49
|
nonchocoboy 2002/05/02 19:41:48 PDT
Modified files:
client BrothaApp.h SConscript
Added files:
client GameWorld.cpp GameWorld.h
Log:
Added GameWorld so the client has some place to put it's cache of the
objects and players in the game.
Revision Changes Path
1.22 +11 -2 brotha/client/BrothaApp.h
1.1 +102 -0 brotha/client/GameWorld.cpp (new)
1.1 +80 -0 brotha/client/GameWorld.h (new)
1.21 +1 -0 brotha/client/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.h.diff?r1=1.21&r2=1.22&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/GameWorld.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/GameWorld.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/SConscript.diff?r1=1.20&r2=1.21&diff_format=h
|
|
From: Jeremy H. <jj...@us...> - 2002-05-03 02:15:03
|
jjhnsn 2002/05/02 19:15:00 PDT
Modified files:
game Object.cpp Object.h
Log:
functions actually there
Revision Changes Path
1.10 +3 -3 brotha/game/Object.cpp
1.18 +8 -4 brotha/game/Object.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Object.cpp.diff?r1=1.9&r2=1.10&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Object.h.diff?r1=1.17&r2=1.18&diff_format=h
|
|
From: Chad O. <tak...@us...> - 2002-05-03 01:53:06
|
takanara 2002/05/02 18:53:05 PDT
Modified files:
doc Testing.txt
Log:
New feature:
Refactor:
Bug fixed:
Revision Changes Path
1.2 +3 -3 brotha/doc/Testing.txt
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/Testing.txt.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-03 01:50:50
|
nonchocoboy 2002/05/02 18:50:49 PDT
Modified files:
game Object.cpp Object.h
Log:
Added model and name properties
Revision Changes Path
1.9 +42 -8 brotha/game/Object.cpp
1.17 +19 -2 brotha/game/Object.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Object.cpp.diff?r1=1.8&r2=1.9&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Object.h.diff?r1=1.16&r2=1.17&diff_format=h
|
|
From: Jeremy H. <jj...@us...> - 2002-05-03 01:39:36
|
jjhnsn 2002/05/02 18:39:35 PDT
Modified files:
game Object.h Player.h
Log:
PRUint32's
Revision Changes Path
1.16 +5 -5 brotha/game/Object.h
1.25 +11 -11 brotha/game/Player.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Object.h.diff?r1=1.15&r2=1.16&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.h.diff?r1=1.24&r2=1.25&diff_format=h
|
|
From: Jeremy H. <jj...@us...> - 2002-05-03 01:28:29
|
jjhnsn 2002/05/02 18:28:28 PDT
Modified files:
game GameLogic.cpp Object.h
Log:
players get hurt if there is a collision... with anything....
Revision Changes Path
1.22 +5 -4 brotha/game/GameLogic.cpp
1.15 +5 -5 brotha/game/Object.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/GameLogic.cpp.diff?r1=1.21&r2=1.22&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Object.h.diff?r1=1.14&r2=1.15&diff_format=h
|
|
From: Kevin M. <sub...@us...> - 2002-05-03 01:11:51
|
subatomic 2002/05/02 18:11:50 PDT
Modified files:
regexx Makefile
Log:
better install and clean target.
Revision Changes Path
1.11 +10 -9 tank/regexx/Makefile
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/regexx/Makefile.diff?r1=1.10&r2=1.11&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-03 01:08:50
|
nonchocoboy 2002/05/02 18:08:49 PDT
Modified files:
game GameLogic.cpp
Log:
Compile fix for windows ... bug in gmtl/Output.h
Revision Changes Path
1.21 +18 -20 brotha/game/GameLogic.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/GameLogic.cpp.diff?r1=1.20&r2=1.21&diff_format=h
|
|
From: Chad O. <tak...@us...> - 2002-05-03 01:03:21
|
takanara 2002/05/02 18:03:21 PDT
Modified files:
xml HtmlGen.h
Log:
Now with nicer test page
Revision Changes Path
1.28 +5 -5 brotha/xml/HtmlGen.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/HtmlGen.h.diff?r1=1.27&r2=1.28&diff_format=h
|
|
From: Chad O. <tak...@us...> - 2002-05-03 01:02:02
|
takanara 2002/05/02 18:02:02 PDT
Modified files:
xml HtmlGen.h test.cpp xmlpersist.cpp
xmlpersist.h
Log:
Saving now works call data::save() also tests 34A and 32B are implemented. Although, I can't build the server so I don't know about 34A for sure :(
Revision Changes Path
1.27 +9 -0 brotha/xml/HtmlGen.h
1.12 +2 -1 brotha/xml/test.cpp
1.10 +12 -3 brotha/xml/xmlpersist.cpp
1.14 +4 -2 brotha/xml/xmlpersist.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/HtmlGen.h.diff?r1=1.26&r2=1.27&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/test.cpp.diff?r1=1.11&r2=1.12&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/xmlpersist.cpp.diff?r1=1.9&r2=1.10&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/xmlpersist.h.diff?r1=1.13&r2=1.14&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-02 09:16:48
|
nonchocoboy 2002/05/02 02:16:47 PDT
Added files:
net ChangeLocationMessage.h
server ChangeLocationMessageHandler.h
Log:
Forgot to add these in the last commit.
Revision Changes Path
1.1 +96 -0 brotha/net/ChangeLocationMessage.h (new)
1.1 +79 -0 brotha/server/ChangeLocationMessageHandler.h (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/ChangeLocationMessage.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/ChangeLocationMessageHandler.h?rev=1.1&content-type=text/plain
|
|
From: Levi V. <lva...@us...> - 2002-05-02 08:42:27
|
lvanoort 2002/05/02 01:42:25 PDT
Modified files:
. BuildMaze.h
Log:
Finished adding containing walls
Revision Changes Path
1.2 +22 -0 mazetank/BuildMaze.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/BuildMaze.h.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Levi V. <lva...@us...> - 2002-05-02 07:38:05
|
lvanoort 2002/05/02 00:32:21 PDT
Modified files:
. PhysicsEngine.cpp PhysicsEngine.h
Log:
Added sorting so that collision detection wouldn't check against so many objects.
Revision Changes Path
1.14 +27 -2 mazetank/PhysicsEngine.cpp
1.7 +2 -0 mazetank/PhysicsEngine.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/PhysicsEngine.cpp.diff?r1=1.13&r2=1.14&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/PhysicsEngine.h.diff?r1=1.6&r2=1.7&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-02 07:26:46
|
nonchocoboy 2002/05/02 00:13:14 PDT
Modified files:
game GameLogic.cpp GameLogic.h
server UpdatePlayerInfoMessageHandler.h
Log:
Server handles accel and brake from the client. Now we need to send updates
back to the client every frame.
Revision Changes Path
1.19 +42 -3 brotha/game/GameLogic.cpp
1.17 +8 -3 brotha/game/GameLogic.h
1.7 +15 -6 brotha/server/UpdatePlayerInfoMessageHandler.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/GameLogic.cpp.diff?r1=1.18&r2=1.19&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/GameLogic.h.diff?r1=1.16&r2=1.17&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/UpdatePlayerInfoMessageHandler.h.diff?r1=1.6&r2=1.7&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-05-02 07:09:35
|
nonchocoboy 2002/05/02 00:09:34 PDT
Modified files:
server BrothaGame.cpp
Log:
When a player joins, the player and their vehicle are added to the Game
Logic.
Revision Changes Path
1.22 +21 -3 brotha/server/BrothaGame.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BrothaGame.cpp.diff?r1=1.21&r2=1.22&diff_format=h
|