summaryrefslogtreecommitdiff
path: root/src/tesseract/objects/remote/TankMenuItem.java
AgeCommit message (Collapse)Author
2011-03-15Added failsafe remove in CollidableObject and World classes.Phillip
Increased the mass of the tank in TankMenuItem ModifyableParticle now spawns 20 DyingParticles when it collides with something. New Class DyingParticle, particle with a duration of 6 ticks.
2011-03-15Tank now fires particles semi correctly (adjusted for gravity)Phillip
2011-03-14Added FireableEmitter (DO NOT KNOW HOW TO ATTACH TO TANK YET)Phillip
2011-03-14Removed World Reference as it CANNOT be serialized (oops!)Phillip
2011-03-14Added code to make emitter for gun possible.Phillip
2011-03-11Some remote code that isn't yet remote.Jesse Morgan