Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-15 | starting blimp | Steve | |
2011-03-15 | (no commit message) | Phillip | |
2011-03-15 | ModifyableParticle, fired by tank | Phillip | |
2011-03-15 | Tank now fires particles semi correctly (adjusted for gravity) | Phillip | |
2011-03-14 | Gun is able to fire either vertically inclined (ORIGINAL POSITION ONLY) or ↵ | Phillip | |
any direction (still working on calculating both) | |||
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 | Added code to make emitter for gun possible. | Phillip | |
2011-03-14 | Updated turning code for tank to rotate the shape rather than add/subtract ↵ | Phillip | |
rotational velocity. Still at a loss on how to accellerate in a given direction :( | |||
2011-03-11 | Body is now an INSTANTIABLE OBJECT holding only the Group Tree Structure and ↵ | Phillip | |
Geometry for the Tank RemoteObject. Tank now takes advantage of utilizing saved references in Body object. Tank can now rotate in place (imperfect), as well as rotate the turret (all the way around), and elevate the turret up to +13 * Pi / 32 degrees and down to -Pi / 32 Degrees. ToDo: Body: add emitter to barrel for firing Tank: add keycode to fire NEWCLASS: Ammunition class | |||
2011-03-11 | Changed STEP to protected access instead of private. | Phillip | |
2011-03-11 | Changed to control velocity. | Jesse Morgan | |
2011-03-11 | Cleanup debugging. | Jesse Morgan | |
2011-03-11 | (no commit message) | Phillip | |
2011-03-11 | (no commit message) | Phillip | |
2011-03-11 | It's controllable! | Jesse Morgan | |
2011-03-11 | (no commit message) | Phillip | |
2011-03-11 | (no commit message) | Phillip | |
2011-03-11 | Some remote code that isn't yet remote. | Jesse Morgan | |
2011-03-11 | (no commit message) | Phillip | |
2011-03-11 | Added Tank.java | Phillip | |
2011-03-11 | (no commit message) | Phillip | |
2011-03-10 | Tank model build | Phillip | |
2011-03-09 | Added remote object code. | Jesse Morgan | |
2011-03-09 | Fixed the sphere. | Jesse Morgan | |
2011-03-09 | (no commit message) | Phillip | |
2011-03-08 | Last Call! | Jesse Morgan | |
2011-03-08 | So steve votes we keep this. | Jesse Morgan | |
2011-03-08 | Attempt 2 | Jesse Morgan | |
2011-03-08 | (no commit message) | Phillip | |
2011-03-07 | The moving side code is almost right... | Jesse Morgan | |
2011-03-06 | fixed bug with switchposition caused 2 obj to appear. split method up into ↵ | Steve | |
two methods for switchX and swithZ. side1 uses Z, side2 usesX, side3 uses Z, side4 usesX | |||
2011-03-06 | Added method to in PObj to swithpositions when tranmitted | Steve | |
Added the new method in the world just before all call to transmit | |||
2011-03-05 | Added copy constructor to collidableobject so that any collidableobject ↵ | Jesse Morgan | |
could become a physical object. | |||
2011-03-05 | Fixed the no node exception | Jesse Morgan | |
2011-03-05 | Changed name of alden to common | Jesse Morgan | |
2011-03-05 | Rough Addition of P2P code. | Jesse Morgan | |
2011-02-23 | Added color constructor. | Phillip | |
2011-02-21 | Not perfect, but here we go. | Jesse Morgan | |
2011-02-21 | Comment cleanup | Steve | |
2011-02-21 | Fixed checkstyle warnings. All add object menu items are now NewMenu items, ↵ | Phillip | |
deprecated the rest of the menuitems package. | |||
2011-02-21 | Added lots of NewMenuItem Classes. Changed Default Shape from JCheckBox to ↵ | Phillip | |
JButton. Added new Constructor to PlanarPolygon. Changed the sequence of events building JPanel/Frame in MenuItem. | |||
2011-02-20 | Fixed some checkstyle errors (added java doc) | Phillip | |
Added new constructor to Ellipsoid.java to feed in a Mass, Radius and Position. | |||
2011-02-20 | Fixed a checkstyle error on line 1 | Phillip | |
2011-02-20 | Spelling corrections, added NewToroidMenuItem | Phillip | |
2011-02-19 | Almost got rotation friction right.... | Jesse Morgan | |
2011-02-19 | added surfBoard | Steve | |