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 C. <ta...@us...> - 2002-03-27 02:49:33
|
tamc 2002/03/26 18:49:32 PST Added files: net SocketInputStream.h SocketOutputStream.h Log: Initial version of SocketIO stuff Revision Changes Path 1.1 +28 -0 brotha/net/SocketInputStream.h (new) 1.1 +29 -0 brotha/net/SocketOutputStream.h (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/SocketInputStream.h?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/SocketOutputStream.h?rev=1.1&content-type=text/plain |
From: Josh C. <ta...@us...> - 2002-03-27 02:48:48
|
tamc 2002/03/26 18:48:47 PST Modified files: net Serialize.h Socket.h Log: Silly mistake in serialize, added read/write to sockets Revision Changes Path 1.4 +1 -1 brotha/net/Serialize.h 1.10 +25 -4 brotha/net/Socket.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/Serialize.h.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/Socket.h.diff?r1=1.9&r2=1.10&diff_format=h |
From: Josh C. <ta...@us...> - 2002-03-27 02:13:41
|
tamc 2002/03/26 18:13:40 PST Modified files: thread Mutex.h Thread.h Log: Stupid mistakes that you make when ya don't compile :) Revision Changes Path 1.9 +4 -2 brotha/thread/Mutex.h 1.9 +2 -0 brotha/thread/Thread.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Mutex.h.diff?r1=1.8&r2=1.9&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Thread.h.diff?r1=1.8&r2=1.9&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-27 00:50:54
|
nonchocoboy 2002/03/26 16:50:53 PST Modified files: game UIDManager.h Log: Made UIDManager thread safe. Revision Changes Path 1.3 +15 -7 brotha/game/UIDManager.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/UIDManager.h.diff?r1=1.2&r2=1.3&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-27 00:40:37
|
nonchocoboy 2002/03/26 16:40:36 PST Modified files: net SConscript Log: Added new sources. Revision Changes Path 1.2 +15 -3 brotha/net/SConscript http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/SConscript.diff?r1=1.1&r2=1.2&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-27 00:02:33
|
nonchocoboy 2002/03/26 16:02:32 PST Modified files: game GameTimer.h Log: moved GameTimer out of the util namespace. Revision Changes Path 1.2 +134 -137 brotha/game/GameTimer.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/GameTimer.h.diff?r1=1.1&r2=1.2&diff_format=h |
From: Josh C. <ta...@us...> - 2002-03-26 23:32:16
|
tamc 2002/03/26 15:32:15 PST Added files: server main.cpp resource.h server.rc Log: Initial Win32 API server, doesn't do anything but make the window Revision Changes Path 1.1 +85 -0 brotha/server/main.cpp (new) 1.1 +21 -0 brotha/server/resource.h (new) 1.1 +84 -0 brotha/server/server.rc (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/main.cpp?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/resource.h?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/server.rc?rev=1.1&content-type=text/plain |
From: Josh C. <ta...@us...> - 2002-03-26 23:31:20
|
tamc 2002/03/26 15:31:19 PST Modified files: game UIDManager.h Log: Didn't compile in VC7, made it do so Revision Changes Path 1.2 +5 -4 brotha/game/UIDManager.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/UIDManager.h.diff?r1=1.1&r2=1.2&diff_format=h |
From: Josh C. <ta...@us...> - 2002-03-26 23:30:49
|
tamc 2002/03/26 15:30:47 PST Added files: vc7 brotha.sln brotha.vcproj client.vcproj server.vcproj Log: Visual C++ 7 workspace and project files, assumes a brotha/bin/win32 directory exists for placing of executables, locally I have the GK stuff in that dir as well, also assumes that brotha/../nspr exists with the appropriate include and lib directories Revision Changes Path 1.1 +35 -0 brotha/vc7/brotha.sln (new) 1.1 +175 -0 brotha/vc7/brotha.vcproj (new) 1.1 +123 -0 brotha/vc7/client.vcproj (new) 1.1 +132 -0 brotha/vc7/server.vcproj (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/brotha.sln?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/brotha.vcproj?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/client.vcproj?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/vc7/server.vcproj?rev=1.1&content-type=text/plain |
From: Chad A. <ae...@us...> - 2002-03-26 21:42:12
|
aegis 2002/03/26 13:42:11 PST Modified files: . ChangeLog Log: updated ChangeLog... they kinda suck when working on initial code for a project :) Revision Changes Path 1.2 +1 -0 brotha/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/ChangeLog.diff?r1=1.1&r2=1.2&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-26 21:32:38
|
nonchocoboy 2002/03/26 13:32:37 PST Modified files: . SConstruct client SConscript Added files: game SConscript Log: Fixed up the SCons build scripts. Revision Changes Path 1.3 +1 -0 brotha/SConstruct 1.2 +1 -1 brotha/client/SConscript 1.1 +23 -0 brotha/game/SConscript (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/SConstruct.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/SConscript.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/SConscript?rev=1.1&content-type=text/plain |
From: Ben S. <non...@us...> - 2002-03-26 21:31:59
|
nonchocoboy 2002/03/26 13:31:58 PST Modified files: game Player.cpp Player.h Log: Added UID support for players. Revision Changes Path 1.2 +11 -3 brotha/game/Player.cpp 1.2 +18 -3 brotha/game/Player.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.cpp.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.h.diff?r1=1.1&r2=1.2&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-26 21:30:12
|
nonchocoboy 2002/03/26 13:30:10 PST Added files: game UIDManager.h Log: Added a manager for unique IDs unique to individual class types. Revision Changes Path 1.1 +153 -0 brotha/game/UIDManager.h (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/UIDManager.h?rev=1.1&content-type=text/plain |
From: Ben S. <non...@us...> - 2002-03-26 20:45:53
|
nonchocoboy 2002/03/26 12:45:52 PST Added files: game Player.cpp Player.h Log: Added skeleton of the Player class. Revision Changes Path 1.1 +65 -0 brotha/game/Player.cpp (new) 1.1 +84 -0 brotha/game/Player.h (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.cpp?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/Player.h?rev=1.1&content-type=text/plain |
From: Ben S. <non...@us...> - 2002-03-26 20:44:08
|
nonchocoboy 2002/03/26 12:44:06 PST Added files: game GameTimer.h Removed files: util GameTimer.h Log: Moved GameTimer from util to game. Revision Changes Path 1.1 +212 -0 brotha/game/GameTimer.h (new) 1.2 +0 -212 brotha/util/GameTimer.h (dead) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/game/GameTimer.h?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/util/GameTimer.h?rev=&content-type=text/plain |
From: Chad O. <tak...@us...> - 2002-03-26 19:14:07
|
takanara 2002/03/26 11:14:04 PST Added files: net OKMessage.h Log: oops, forgot to cvs add this file last night :P Revision Changes Path 1.1 +41 -0 brotha/net/OKMessage.h (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/OKMessage.h?rev=1.1&content-type=text/plain |
From: Josh C. <ta...@us...> - 2002-03-26 16:55:42
|
tamc 2002/03/26 08:55:42 PST Modified files: thread Lock.h Lockable.h Mutex.h Synchronized.h Thread.h Log: Problems compiling, tabbing, stupid stuff like that Revision Changes Path 1.2 +14 -14 brotha/thread/Lock.h 1.2 +8 -8 brotha/thread/Lockable.h 1.6 +20 -20 brotha/thread/Mutex.h 1.3 +2 -2 brotha/thread/Synchronized.h 1.6 +41 -41 brotha/thread/Thread.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Lock.h.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Lockable.h.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Mutex.h.diff?r1=1.5&r2=1.6&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Synchronized.h.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/thread/Thread.h.diff?r1=1.5&r2=1.6&diff_format=h |
From: Chad O. <tak...@us...> - 2002-03-26 06:40:40
|
takanara 2002/03/25 22:40:39 PST Modified files: net MessageTypes.h Log: added MSG_OK. Just trying to get a bit of coding done before sleep. Revision Changes Path 1.2 +1 -1 brotha/net/MessageTypes.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/MessageTypes.h.diff?r1=1.1&r2=1.2&diff_format=h |
From: Chad A. <ae...@us...> - 2002-03-26 06:31:15
|
aegis 2002/03/25 22:31:15 PST Modified files: doc/XML data_format.txt Log: now it displays right on 80-column displays (and emacs :) Revision Changes Path 1.3 +6 -5 brotha/doc/XML/data_format.txt http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/XML/data_format.txt.diff?r1=1.2&r2=1.3&diff_format=h |
From: Chad O. <tak...@us...> - 2002-03-26 06:16:56
|
takanara 2002/03/25 22:16:55 PST Modified files: doc/XML data_format.txt Log: fixed the formatting Revision Changes Path 1.2 +6 -1 brotha/doc/XML/data_format.txt http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/doc/XML/data_format.txt.diff?r1=1.1&r2=1.2&diff_format=h |