summaryrefslogtreecommitdiff
path: root/src/tesseract/objects/remote
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-11Changed STEP to protected access instead of private.Phillip
2011-03-11Changed to control velocity.Jesse Morgan
2011-03-11Cleanup debugging.Jesse Morgan
2011-03-11It's controllable!Jesse Morgan
2011-03-11Some remote code that isn't yet remote.Jesse Morgan
2011-03-09Added remote object code.Jesse Morgan