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-03-28 10:24:11
|
nonchocoboy 2002/03/28 02:24:09 PST Modified files: net NetMgr.h Log: Typedefed the return type to readAll to make life easier. Revision Changes Path 1.5 +4 -1 brotha/net/NetMgr.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/NetMgr.h.diff?r1=1.4&r2=1.5&diff_format=h |
From: Chad A. <ae...@us...> - 2002-03-28 09:57:13
|
aegis 2002/03/28 01:57:11 PST Modified files: Client ChadWorldFrame.java NavigationBehavior.java NavigationListener.java Log: more refactoring Revision Changes Path 1.2 +13 -46 chadworld/Client/ChadWorldFrame.java 1.2 +31 -50 chadworld/Client/NavigationBehavior.java 1.2 +2 -1 chadworld/Client/NavigationListener.java http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/chadworld/Client/ChadWorldFrame.java.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/chadworld/Client/NavigationBehavior.java.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/chadworld/Client/NavigationListener.java.diff?r1=1.1&r2=1.2&diff_format=h |
From: Johnathan G. <da...@us...> - 2002-03-28 09:51:30
|
daren 2002/03/28 01:51:29 PST Modified files: gamekernel/drivers/sdl SdlDriver.cpp SdlDriver.h Log: Updated the run function and the mouse event handlers to reflect the changes made to the gamekernel. Applications should now draw and hang on the first frame instead of just hanging without drawing at all. :\ Revision Changes Path 1.5 +37 -5 lib/gamekernel/drivers/sdl/SdlDriver.cpp 1.5 +3 -2 lib/gamekernel/drivers/sdl/SdlDriver.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/drivers/sdl/SdlDriver.cpp.diff?r1=1.4&r2=1.5&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/drivers/sdl/SdlDriver.h.diff?r1=1.4&r2=1.5&diff_format=h |
From: Josh C. <ta...@us...> - 2002-03-28 07:46:30
|
tamc 2002/03/27 23:46:29 PST Modified files: server main.cpp Log: resource.h is only needed in Win32 Revision Changes Path 1.6 +1 -1 brotha/server/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/main.cpp.diff?r1=1.5&r2=1.6&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-28 07:32:17
|
nonchocoboy 2002/03/27 23:32:17 PST Modified files: client BrothaApp.cpp BrothaApp.h Log: Replaced tabs with spaces. Moved input handling to a separate method. Revision Changes Path 1.4 +27 -22 brotha/client/BrothaApp.cpp 1.2 +10 -3 brotha/client/BrothaApp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.h.diff?r1=1.1&r2=1.2&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-28 07:31:05
|
nonchocoboy 2002/03/27 23:31:04 PST Modified files: . SConstruct net SConscript Log: Scons will now build the server. Revision Changes Path 1.5 +1 -0 brotha/SConstruct 1.5 +1 -0 brotha/net/SConscript http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/SConstruct.diff?r1=1.4&r2=1.5&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/SConscript.diff?r1=1.4&r2=1.5&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-28 07:29:50
|
nonchocoboy 2002/03/27 23:29:49 PST Modified files: server main.cpp Added files: server SConscript Log: A yucky command-line server now works in linux. Revision Changes Path 1.1 +29 -0 brotha/server/SConscript (new) 1.5 +59 -1 brotha/server/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/SConscript?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/main.cpp.diff?r1=1.4&r2=1.5&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-28 07:28:06
|
nonchocoboy 2002/03/27 23:28:05 PST Modified files: server BrothaServer.h Log: Fixed nasty bug where a second call to StopServer() would cause a seg fault Revision Changes Path 1.5 +1 -0 brotha/server/BrothaServer.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BrothaServer.h.diff?r1=1.4&r2=1.5&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-28 06:36:00
|
nonchocoboy 2002/03/27 22:36:00 PST Modified files: server BrothaServer.h GameThread.h ListenServer.cpp ListenServer.h Log: Added line feeds to the end of these files cause VC7 is stupid. Revision Changes Path 1.4 +1 -1 brotha/server/BrothaServer.h 1.2 +1 -1 brotha/server/GameThread.h 1.5 +1 -1 brotha/server/ListenServer.cpp 1.4 +1 -1 brotha/server/ListenServer.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BrothaServer.h.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/GameThread.h.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/ListenServer.cpp.diff?r1=1.4&r2=1.5&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/ListenServer.h.diff?r1=1.3&r2=1.4&diff_format=h |
From: Chad A. <ae...@us...> - 2002-03-28 06:32:41
|
aegis 2002/03/27 22:32:41 PST Modified files: . SConstruct Log: scons debug=1... try it! :) Revision Changes Path 1.4 +5 -1 brotha/SConstruct http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/SConstruct.diff?r1=1.3&r2=1.4&diff_format=h |
From: Josh C. <ta...@us...> - 2002-03-28 05:24:55
|
tamc 2002/03/27 21:24:55 PST Modified files: net Serialize.h Log: inlined functions, and made VC's stupid STL support work Revision Changes Path 1.8 +6 -5 brotha/net/Serialize.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/Serialize.h.diff?r1=1.7&r2=1.8&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-28 05:24:48
|
nonchocoboy 2002/03/27 21:24:47 PST Modified files: client main.cpp Log: Removed commented out code i forgot to remove earlier. Revision Changes Path 1.8 +2 -139 brotha/client/main.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/main.cpp.diff?r1=1.7&r2=1.8&diff_format=h |
From: Jeremy H. <jj...@us...> - 2002-03-28 05:19:05
|
jjhnsn 2002/03/27 21:19:04 PST Modified files: client BrothaApp.cpp Log: All of the stuff I added is commented out until tomorrow. Added code to login (in onPostFrame) and to send message. Definately still needs more work Revision Changes Path 1.3 +19 -2 brotha/client/BrothaApp.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/client/BrothaApp.cpp.diff?r1=1.2&r2=1.3&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-28 05:15:01
|
nonchocoboy 2002/03/27 21:15:00 PST Modified files: net Connection.h ReadThread.h SConscript WriteThread.h Log: Fixed no endline on last line since gcc compains about it. Update the SConscript as well to contain the new sources. Revision Changes Path 1.2 +1 -1 brotha/net/Connection.h 1.2 +1 -1 brotha/net/ReadThread.h 1.4 +4 -0 brotha/net/SConscript 1.2 +1 -1 brotha/net/WriteThread.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/Connection.h.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/ReadThread.h.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/SConscript.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/WriteThread.h.diff?r1=1.1&r2=1.2&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-28 05:08:20
|
nonchocoboy 2002/03/27 21:08:18 PST Modified files: net SocketException.h Log: Fixed include guard to fix SocketException not defined bug. Revision Changes Path 1.2 +3 -4 brotha/net/SocketException.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/SocketException.h.diff?r1=1.1&r2=1.2&diff_format=h |
From: Allen B. <al...@us...> - 2002-03-28 04:37:55
|
allenb 2002/03/27 20:37:54 PST Modified files: gamekernel/xmlpp xmlpp.h Log: Fixed bug that didn't allow char* to be used in getChildren() call. Revision Changes Path 1.20 +19 -13 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.19&r2=1.20&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-28 03:54:17
|
nonchocoboy 2002/03/27 19:54:16 PST Modified files: net NetMgr.h Log: Finished typedefing out the ConnID type. Revision Changes Path 1.3 +2 -2 brotha/net/NetMgr.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/NetMgr.h.diff?r1=1.2&r2=1.3&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-28 03:53:25
|
nonchocoboy 2002/03/27 19:53:24 PST Modified files: net NetMgr.h Log: - Added comments. - Modified readAll's signature. Revision Changes Path 1.2 +36 -10 brotha/net/NetMgr.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/NetMgr.h.diff?r1=1.1&r2=1.2&diff_format=h |
From: Josh C. <ta...@us...> - 2002-03-28 02:27:22
|
tamc 2002/03/27 18:27:21 PST Added files: net NetMgr.h Log: Initial NetMgr Revision Changes Path 1.1 +37 -0 brotha/net/NetMgr.h (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/NetMgr.h?rev=1.1&content-type=text/plain |