Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-05 | Added Alden's March 4 changes which are between lines 161-174 (I left the ↵ | Steve | |
old code in comments just in case) Now, hopefully I can use it in tick! | |||
2011-03-05 | modified comments. | Phillip | |
2011-03-05 | Can't sleep, here are my changes: | Phillip | |
Chatbox chat name appears as the peer coordinates (x, y) Chatbox title changes based upon PeerInformation toString from Peer.getMyName(); Added network disconnect above system.exit(0) in TesseractUI. | |||
2011-03-05 | Changes from email: | Phillip | |
1: I had to pass Peer to Chatbox as a parameter to allow it to transmit messages (working!) 2: Added Chatbox option in networking menu. 3: Hitting <enter> or submit with Chatbox having focus transmits message in the Textfield 4: Made a getter in Peer to get the PeerInformation.toString() | |||
2011-03-05 | Added Network menu to UI only, Yes no dialog if first node or not | Steve | |
2011-03-05 | Fixed shape3d objects "losing" their appearance. | Phillip | |
2011-03-05 | Changed name of alden to common | Jesse Morgan | |
2011-03-05 | Rough Addition of P2P code. | Jesse Morgan | |
2011-03-04 | Added Chatbox, very much a work in progress. Not integrated into tesseract ↵ | Phillip | |
UI yet, as network code has not been implemented. | |||
2011-03-04 | added Matrix4f object to in/out data stream for TransformGroup Transform3D ↵ | Phillip | |
attribute. | |||
2011-03-03 | Completed ReadObject code. | Phillip | |
2011-03-03 | integrated serializable code from Alden's release, while preserving all ↵ | Phillip | |
other functions. Added code to writeObject for Branch/Transform Groups and Shape3Ds. | |||
2011-02-23 | fixed an issue that caused multiple objects to appear PER parameter frame call. | Phillip | |
One call would result in one object, adding a second object of the same type would then result in creating TWO more objects for a total of three, etc. | |||
2011-02-23 | Corrected issue causing Default Shape, Enter, and Color buttons multiple ↵ | Phillip | |
times to a parameter window. | |||
2011-02-23 | Added Color Button to qualifying shapes (planar polygon param window did NOT ↵ | Phillip | |
receive color button). Added new constructor to MenuItem to prevent or allow color button (bool value, false to turn off button), use two parameter constructor or true in three param to turn on color button. Removed color chooser after clicking enter button on both particle emitter and particle as this function is now handled by the color button. | |||
2011-02-23 | Added color constructor. | Phillip | |
2011-02-21 | UI bug fix. | Jesse Morgan | |
2011-02-21 | Fixed a piece of debugging code. I posted a note to Alden telling him about ↵ | Jesse Morgan | |
the bug. | |||
2011-02-21 | Turned in. Bug removed. (reverse order) | Jesse Morgan | |
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 | Deprecated most of the older MenuItem classes. Not sure what to do about ↵ | Phillip | |
SurfBoard yet. | |||
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-20 | NewIcosahedronMenuItem now working and added to TesseractUI. Use ↵ | Phillip | |
Icosohedran(NEW) in add object menu to test. | |||
2011-02-20 | Slight improvement. | Jesse Morgan | |
2011-02-19 | Almost got rotation friction right.... | Jesse Morgan | |
2011-02-19 | Added dynamic friction. | Jesse Morgan | |
2011-02-19 | added surfBoard | Steve | |
2011-02-18 | Fixed picking of ellipsoid | Steve | |
Particle had same problem fixed They were both returning a TG instead of a Node so added pick coded to both Added InertiaTensor to Planar polygon | |||
2011-02-18 | Toroid @ origion! | Phillip | |
2011-02-18 | re-added inertial tensors. | Phillip | |
2011-02-18 | Fixed Gravity. | Jesse Morgan | |
2011-02-18 | Air Drag merged. | Jesse Morgan | |
2011-02-18 | Fixed an error where generating normals before converting to triangle ↵ | Phillip | |
geometry would cause it not to be converted to triangle. | |||
2011-02-18 | (no commit message) | Phillip | |
2011-02-18 | (no commit message) | Phillip | |
2011-02-17 | updated planar to adjust mass, it was broken | Steve | |
2011-02-17 | Attempted menu fix, needs redesign | Steve | |
Toroid now works (donut) | |||
2011-02-17 | moment of inertia tensor for egg implemented | Steve | |
2011-02-16 | Fixed a few more selection bugs. | Jesse Morgan | |
2011-02-16 | Added alden's code, moved his objects into the object class and made them ↵ | Jesse Morgan | |
extend physical object. Fixed a node selection problem in TesseractUI. | |||
2011-02-16 | Started working on some inertia tensors for the chainlink. Made an ↵ | Jesse Morgan | |
adjustment to rotations in the ui. | |||
2011-02-16 | Fixed translation. Added rotation by holding the alt key (rotation needs ↵ | Jesse Morgan | |
fixed though). Fixed rotation of the Icosahedron | |||
2011-02-16 | menu param fix | Steve | |
2011-02-16 | (no commit message) | Phillip | |
2011-02-16 | (no commit message) | Phillip | |