nonchocoboy 2004/02/02 19:24:20 PST
Modified files:
samples/tanks App.cpp App.h
Added files:
samples/tanks Simulation.cpp Simulation.h World.cpp
World.h city.world
Log:
Began defining the simulation and world objects.
Revision Changes Path
1.2 +10 -1 loom/samples/tanks/App.cpp
1.2 +5 -1 loom/samples/tanks/App.h
1.1 +32 -0 loom/samples/tanks/Simulation.cpp (new)
1.1 +29 -0 loom/samples/tanks/Simulation.h (new)
1.1 +52 -0 loom/samples/tanks/World.cpp (new)
1.1 +20 -0 loom/samples/tanks/World.h (new)
1.1 +1 -0 loom/samples/tanks/city.world (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/tanks/App.cpp.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/tanks/App.h.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/tanks/Simulation.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/tanks/Simulation.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/tanks/World.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/tanks/World.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/loom/loom/samples/tanks/city.world?rev=1.1&content-type=text/plain
|