aegis 2003/03/13 22:59:22 PST
Added files:
Juggleroids README.aster SConstruct Utility.h
aster.cpp autocons.py cubeGeometry.cpp
cubeGeometry.h initenv run-c6.sh
run-sim.sh
Log:
more Juggleroids updates... it compiles and runs, but a lot of code is commented out. you can't shoot bullets with the wand yet
Revision Changes Path
1.1 +39 -0 examples/Juggleroids/README.aster (new)
1.1 +16 -0 examples/Juggleroids/SConstruct (new)
1.1 +19 -0 examples/Juggleroids/Utility.h (new)
1.1 +487 -0 examples/Juggleroids/aster.cpp (new)
1.1 +58 -0 examples/Juggleroids/autocons.py (new)
1.1 +13 -0 examples/Juggleroids/cubeGeometry.cpp (new)
1.1 +27 -0 examples/Juggleroids/cubeGeometry.h (new)
1.1 +14 -0 examples/Juggleroids/initenv (new)
1.1 +3 -0 examples/Juggleroids/run-c6.sh (new)
1.1 +3 -0 examples/Juggleroids/run-sim.sh (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/Juggleroids/README.aster?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/Juggleroids/SConstruct?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/Juggleroids/Utility.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/Juggleroids/aster.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/Juggleroids/autocons.py?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/Juggleroids/cubeGeometry.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/Juggleroids/cubeGeometry.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/Juggleroids/initenv?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/Juggleroids/run-c6.sh?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/examples/Juggleroids/run-sim.sh?rev=1.1&content-type=text/plain
|