index
:
TesseractProject.git
master
Group Project from TCSS 491 Class (Computational Worlds). In short, a physics engine which forms a peer-to-peer network to send objects flying through cyberspace.
Jesse Morgan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tesseract
/
objects
/
tank
/
Tank.java
Age
Commit message (
Expand
)
Author
2011-03-17
Resized tank.
Jesse Morgan
2011-03-17
Clean up of the network stuff. Serialized blimp. Cleanup in tank.
Jesse Morgan
2011-03-17
Did a bit of clean up
Jesse Morgan
2011-03-17
Remote Control and Fixed the tank.
Jesse Morgan
2011-03-17
Added javadoc to class
Phillip
2011-03-16
As per the size of the blimp I saw, I reduced the scale of the tank to keep a...
Phillip
2011-03-15
Tank now moves and turns appropriately. As well as fires semi-appropriately.
Phillip
2011-03-14
Gun is able to fire either vertically inclined (ORIGINAL POSITION ONLY) or an...
Phillip
2011-03-14
(no commit message)
Phillip
2011-03-14
Working Emitter, not attached to tank :(
Phillip
2011-03-14
Added FireableEmitter (DO NOT KNOW HOW TO ATTACH TO TANK YET)
Phillip
2011-03-14
Removed World Reference as it CANNOT be serialized (oops!)
Phillip
2011-03-14
added code to allow for gun emitter.
Phillip
2011-03-14
Updated turning code for tank to rotate the shape rather than add/subtract ro...
Phillip
2011-03-11
Body is now an INSTANTIABLE OBJECT holding only the Group Tree Structure and ...
Phillip
2011-03-11
(no commit message)
Phillip
2011-03-11
Some remote code that isn't yet remote.
Jesse Morgan
2011-03-11
Added Tank.java
Phillip