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-03-28 01:57:42
|
takanara 2002/03/27 17:52:37 PST
Added files:
xml brothadata.h
Log:
Wrote a datastructure to hold the information. It can write to XML, but not read
Revision Changes Path
1.1 +249 -0 brotha/xml/brothadata.h (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/brothadata.h?rev=1.1&content-type=text/plain
|
|
From: Chad O. <tak...@us...> - 2002-03-28 01:56:51
|
takanara 2002/03/27 17:56:48 PST
Modified files:
xml xmlpersist.cpp xmlpersist.h
Log:
xmlpersist.cpp now just tests the brothadata.h stuff
Revision Changes Path
1.2 +16 -2 brotha/xml/xmlpersist.cpp
1.2 +4 -0 brotha/xml/xmlpersist.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/xmlpersist.cpp.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/xmlpersist.h.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-03-27 23:10:02
|
tamc 2002/03/27 15:10:01 PST
Modified files:
net ByteBuffer.h MessageReader.h
Log:
Minor bug fixes
Revision Changes Path
1.3 +1 -0 brotha/net/ByteBuffer.h
1.2 +3 -2 brotha/net/MessageReader.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/ByteBuffer.h.diff?r1=1.2&r2=1.3&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/MessageReader.h.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-03-27 22:30:03
|
nonchocoboy 2002/03/27 14:30:03 PST
Modified files:
net SConscript
Log:
Added new classes josh added to the SCons build.
Revision Changes Path
1.3 +2 -0 brotha/net/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/SConscript.diff?r1=1.2&r2=1.3&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-03-27 21:52:30
|
nonchocoboy 2002/03/27 13:52:27 PST
Modified files:
thread Thread.h
Log:
Added ability to test if the thread is running. This should probably be
further refined such that threads can be re-started.
Revision Changes Path
1.12 +10 -0 brotha/thread/Thread.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Thread.h.diff?r1=1.11&r2=1.12&diff_format=h
|
|
From: Chad O. <tak...@us...> - 2002-03-27 21:43:08
|
takanara 2002/03/27 13:43:04 PST
Modified files:
doc/XML data_format.txt
Log:
added [gang] as a player attribute, just to make things a bit simpler
Revision Changes Path
1.4 +3 -3 brotha/doc/XML/data_format.txt
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/XML/data_format.txt.diff?r1=1.3&r2=1.4&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-03-27 18:39:25
|
tamc 2002/03/27 10:39:24 PST
Modified files:
thread Thread.h
Log:
Measures to allow for clean termination of threads
Revision Changes Path
1.11 +9 -1 brotha/thread/Thread.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Thread.h.diff?r1=1.10&r2=1.11&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-03-27 18:38:49
|
tamc 2002/03/27 10:38:48 PST
Modified files:
net ServerSocket.h Socket.h
Log:
Sockets weren't being closed
Revision Changes Path
1.12 +7 -0 brotha/net/ServerSocket.h
1.15 +5 -0 brotha/net/Socket.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/ServerSocket.h.diff?r1=1.11&r2=1.12&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/Socket.h.diff?r1=1.14&r2=1.15&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-03-27 09:17:46
|
tamc 2002/03/27 01:17:45 PST
Modified files:
vc7 brotha.vcproj client.vcproj server.vcproj
Log:
Most recent
Revision Changes Path
1.2 +33 -15 brotha/vc7/brotha.vcproj
1.2 +8 -2 brotha/vc7/client.vcproj
1.2 +37 -2 brotha/vc7/server.vcproj
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/brotha.vcproj.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/client.vcproj.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/server.vcproj.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-03-27 09:08:03
|
tamc 2002/03/27 01:01:10 PST
Modified files:
thread Thread.h
Log:
Added stop function, yet to be implemented
Revision Changes Path
1.10 +4 -0 brotha/thread/Thread.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Thread.h.diff?r1=1.9&r2=1.10&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-03-27 09:08:02
|
tamc 2002/03/27 01:00:29 PST
Modified files:
net Serialize.h Socket.h
Log:
Missing include in serialize, and used NSPR defined PR_AF_INET instead of 2 ;-)
Revision Changes Path
1.7 +2 -1 brotha/net/Serialize.h
1.14 +1 -2 brotha/net/Socket.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/Serialize.h.diff?r1=1.6&r2=1.7&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/Socket.h.diff?r1=1.13&r2=1.14&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-03-27 07:17:16
|
aegis 2002/03/26 23:17:15 PST
Modified files:
net ServerSocket.h
Log:
actually use the port the constructor wants
Revision Changes Path
1.11 +1 -1 brotha/net/ServerSocket.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/ServerSocket.h.diff?r1=1.10&r2=1.11&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-03-27 06:42:54
|
tamc 2002/03/26 22:42:53 PST
Modified files:
net Serialize.h ServerSocket.h Socket.h
Log:
More bug fixes
Revision Changes Path
1.6 +3 -3 brotha/net/Serialize.h
1.10 +5 -5 brotha/net/ServerSocket.h
1.13 +3 -3 brotha/net/Socket.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/Serialize.h.diff?r1=1.5&r2=1.6&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/ServerSocket.h.diff?r1=1.9&r2=1.10&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/Socket.h.diff?r1=1.12&r2=1.13&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-03-27 06:37:26
|
aegis 2002/03/26 22:37:25 PST
Modified files:
net Serialize.h
Log:
removed nonstandard STL function :(
Revision Changes Path
1.5 +1 -1 brotha/net/Serialize.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/Serialize.h.diff?r1=1.4&r2=1.5&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-03-27 06:29:01
|
nonchocoboy 2002/03/26 22:28:59 PST
Modified files:
client BrothaApp.cpp
Log:
Fixed seg fault when there is no local player. Should never happen in the
release version though since the client will always have a player. :)
Revision Changes Path
1.2 +47 -43 brotha/client/BrothaApp.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-03-27 06:13:44
|
nonchocoboy 2002/03/26 22:13:43 PST
Modified files:
client SConscript main.cpp
Added files:
client BrothaApp.cpp BrothaApp.h
Log:
Split off the BrothaApp class to its own files.
Revision Changes Path
1.1 +157 -0 brotha/client/BrothaApp.cpp (new)
1.1 +105 -0 brotha/client/BrothaApp.h (new)
1.4 +1 -0 brotha/client/SConscript
1.7 +5 -3 brotha/client/main.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/SConscript.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/main.cpp.diff?r1=1.6&r2=1.7&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-03-27 05:25:50
|
nonchocoboy 2002/03/26 21:25:50 PST
Modified files:
client main.cpp
Log:
moved client code to the client namespace
Revision Changes Path
1.6 +136 -133 brotha/client/main.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/main.cpp.diff?r1=1.5&r2=1.6&diff_format=h
|
|
From: Ben S. <non...@us...> - 2002-03-27 05:01:36
|
nonchocoboy 2002/03/26 21:01:36 PST
Modified files:
doc/api brotha.doxy
Log:
pull in the new directories for the doxy API docs
Revision Changes Path
1.2 +1 -1 brotha/doc/api/brotha.doxy
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/api/brotha.doxy.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Chad O. <tak...@us...> - 2002-03-27 03:25:30
|
takanara 2002/03/26 19:25:27 PST
Added files:
xml xmlpersist.cpp xmlpersist.h
Log:
messing around with XML stuff
Revision Changes Path
1.1 +8 -0 brotha/xml/xmlpersist.cpp (new)
1.1 +25 -0 brotha/xml/xmlpersist.h (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/xmlpersist.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/xmlpersist.h?rev=1.1&content-type=text/plain
|
|
From: Josh C. <ta...@us...> - 2002-03-27 02:51:54
|
tamc 2002/03/26 18:51:53 PST
Modified files:
net Socket.h
Log:
oops
Revision Changes Path
1.11 +4 -0 brotha/net/Socket.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/Socket.h.diff?r1=1.10&r2=1.11&diff_format=h
|