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: Levi V. <lva...@us...> - 2002-05-04 18:53:09
|
lvanoort 2002/05/04 11:53:08 PDT
Modified files:
. CollisionResponse.cpp
Log:
Fixed an error found by Chad.
Revision Changes Path
1.10 +2 -1 mazetank/CollisionResponse.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/mazetank/CollisionResponse.cpp.diff?r1=1.9&r2=1.10&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-04 11:59:31
|
aegis 2002/05/04 04:56:19 PDT
Modified files:
phui SConstruct
phui/examples SConscript
phui/phui Font.h Widget.h
Log:
updating SConscripts to version 0.07, fixed some gcc3 problems
Revision Changes Path
1.15 +1 -3 lib/phui/SConstruct
1.5 +1 -3 lib/phui/examples/SConscript
1.4 +4 -4 lib/phui/phui/Font.h
1.28 +4 -4 lib/phui/phui/Widget.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/SConstruct.diff?r1=1.14&r2=1.15&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/examples/SConscript.diff?r1=1.4&r2=1.5&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/Font.h.diff?r1=1.3&r2=1.4&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/Widget.h.diff?r1=1.27&r2=1.28&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-04 11:48:31
|
aegis 2002/05/04 04:48:30 PDT
Modified files:
set BmpImporter.cpp simpleGlutApp.cpp
Log:
compiles and runs on IRIX now
Revision Changes Path
1.2 +9 -7 examples/set/BmpImporter.cpp
1.16 +1 -1 examples/set/simpleGlutApp.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/BmpImporter.cpp.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/simpleGlutApp.cpp.diff?r1=1.15&r2=1.16&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-04 11:34:10
|
aegis 2002/05/04 04:34:09 PDT
Modified files:
set BmpHeader.h
Added files:
set SConstruct glut_libs.py
Log:
build in Cygwin with SCons 0.07
Revision Changes Path
1.2 +3 -2 examples/set/BmpHeader.h
1.1 +14 -0 examples/set/SConstruct (new)
1.1 +26 -0 examples/set/glut_libs.py (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/BmpHeader.h.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/SConstruct?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/glut_libs.py?rev=1.1&content-type=text/plain
|
|
From: Chad A. <ae...@us...> - 2002-05-03 19:49:27
|
aegis 2002/05/03 12:49:26 PDT
Modified files:
src Server.java
Added files:
src CompositeEntity.java SphereEntity.java
Log:
added support for composite entities
Revision Changes Path
1.1 +44 -0 chadworld/src/CompositeEntity.java (new)
1.8 +26 -0 chadworld/src/Server.java
1.1 +38 -0 chadworld/src/SphereEntity.java (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/chadworld/src/CompositeEntity.java?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/chadworld/src/Server.java.diff?r1=1.7&r2=1.8&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/chadworld/src/SphereEntity.java?rev=1.1&content-type=text/plain
|
|
From: Chad A. <ae...@us...> - 2002-05-03 19:23:36
|
aegis 2002/05/03 12:23:34 PDT
Modified files:
src Server.java
Log:
support adding new cubes and spheres to the world
Revision Changes Path
1.7 +17 -0 chadworld/src/Server.java
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/chadworld/src/Server.java.diff?r1=1.6&r2=1.7&diff_format=h
|
|
From: Josh B. <bro...@us...> - 2002-05-03 17:51:16
|
browner10 2002/05/03 10:51:15 PDT
Modified files:
set card.h deck.h simpleGlutApp.cpp text.h
Log:
added more comments
Revision Changes Path
1.11 +7 -0 examples/set/card.h
1.11 +7 -0 examples/set/deck.h
1.15 +8 -5 examples/set/simpleGlutApp.cpp
1.2 +7 -0 examples/set/text.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/card.h.diff?r1=1.10&r2=1.11&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/deck.h.diff?r1=1.10&r2=1.11&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/simpleGlutApp.cpp.diff?r1=1.14&r2=1.15&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/set/text.h.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Chad A. <ae...@us...> - 2002-05-03 14:05:00
|
aegis 2002/05/03 06:42:41 PDT
Removed files:
src TalkFrame.java
Log:
we have a TalkPanel now
Revision Changes Path
1.3 +0 -42 chadworld/src/TalkFrame.java (dead)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/chadworld/src/TalkFrame.java?rev=&content-type=text/plain
|
|
From: Chad A. <ae...@us...> - 2002-05-03 12:08:46
|
aegis 2002/05/03 05:08:46 PDT
Removed files:
src WorldThread.java
Log:
the world thread has broken apart
Revision Changes Path
1.6 +0 -100 chadworld/src/WorldThread.java (dead)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/chadworld/src/WorldThread.java?rev=&content-type=text/plain
|
|
From: Chad A. <ae...@us...> - 2002-05-03 12:06:50
|
aegis 2002/05/03 05:06:48 PDT
Modified files:
. build.xml
Log:
removing the test directory from the build until tests are brought back up to date
Revision Changes Path
1.4 +1 -1 chadworld/build.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/chadworld/build.xml.diff?r1=1.3&r2=1.4&diff_format=h
|
|
From: Chad O. <tak...@us...> - 2002-05-03 11:20:35
|
takanara 2002/05/03 04:20:34 PDT
Modified files:
xml HtmlGen.h
Log:
updated HTML
Revision Changes Path
1.30 +2 -2 brotha/xml/HtmlGen.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/HtmlGen.h.diff?r1=1.29&r2=1.30&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 10:30:56
|
tamc 2002/05/03 03:30:55 PDT
Modified files:
server BuyModMessageHandler.h
Log:
now checks to see if mod already exists .. if so it simply changes the level
Revision Changes Path
1.3 +8 -3 brotha/server/BuyModMessageHandler.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BuyModMessageHandler.h.diff?r1=1.2&r2=1.3&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 10:26:39
|
tamc 2002/05/03 03:26:38 PDT
Modified files:
phui/phui ListBox.cpp
Log:
size() != upperbound when index is based on 0
Revision Changes Path
1.13 +4 -4 lib/phui/phui/ListBox.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/ListBox.cpp.diff?r1=1.12&r2=1.13&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 10:25:22
|
tamc 2002/05/03 03:25:21 PDT
Modified files:
xml Mod.h
Log:
support for changing the level
Revision Changes Path
1.7 +6 -3 brotha/xml/Mod.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Mod.h.diff?r1=1.6&r2=1.7&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 10:24:26
|
tamc 2002/05/03 03:24:26 PDT
Modified files:
net SellModMessage.h
Log:
now this was really annoying .. messages claiming to be another message type isn't easy to figure out :(
Revision Changes Path
1.2 +3 -3 brotha/net/SellModMessage.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/net/SellModMessage.h.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 09:53:08
|
tamc 2002/05/03 02:53:07 PDT
Modified files:
server BuyModMessageHandler.h
SellModMessageHandler.h
Log:
using new methods in data::Player and data::Car for easier and cleaner code
Revision Changes Path
1.2 +6 -13 brotha/server/BuyModMessageHandler.h
1.2 +6 -12 brotha/server/SellModMessageHandler.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/BuyModMessageHandler.h.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/server/SellModMessageHandler.h.diff?r1=1.1&r2=1.2&diff_format=h
|
|
From: Josh C. <ta...@us...> - 2002-05-03 09:52:07
|
tamc 2002/05/03 02:52:06 PDT
Modified files:
xml Car.h Player.h
Log:
added getMod to Car
added getCar to Player
these are used for finding an item based on unique name
Revision Changes Path
1.15 +24 -13 brotha/xml/Car.h
1.21 +21 -10 brotha/xml/Player.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Car.h.diff?r1=1.14&r2=1.15&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Player.h.diff?r1=1.20&r2=1.21&diff_format=h
|