Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-06 | still working on tick getting strange behavior | Steve | |
2011-03-06 | Remove size check calculateCollisions. It always returns 0. Darn | Steve | |
2011-03-06 | added CO line 421 as per Alden's suggestion | Steve | |
Fresh new attempt at passing objects in Tick. | |||
2011-03-05 | Added copy constructor to collidableobject so that any collidableobject ↵ | Jesse Morgan | |
could become a physical object. | |||
2011-03-05 | (no commit message) | Steve | |
2011-03-05 | reverting tired now | Steve | |
2011-03-05 | (no commit message) | Steve | |
2011-03-05 | (no commit message) | Steve | |
2011-03-05 | (no commit message) | Steve | |
2011-03-05 | (no commit message) | Steve | |
2011-03-05 | (no commit message) | Steve | |
2011-03-05 | buggy | Steve | |
2011-03-05 | getting late need break | Steve | |
2011-03-05 | n | Steve | |
2011-03-05 | small | Steve | |
2011-03-05 | small changes 2 computers many commits | Steve | |
2011-03-05 | more logic changes. almost right | Steve | |
2011-03-05 | fixed excessive loop nodes if you hit cancel in ip windo after already being ↵ | Steve | |
in a network | |||
2011-03-05 | Changed logic in tick, seems to work for neighboring node detection | Steve | |
2011-03-05 | Detection of Halfspace sides and payload transmission lines 259 to 297 complete | Steve | |
2011-03-05 | Fixed the no node exception | Jesse Morgan | |
2011-03-05 | altered tick method in World with Alden Mar4 suggestions. I think its correct. | Steve | |
While testing found bug with emitter. It isn't the mar4 changes. will check out older code and check when it broke. | |||
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 | 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-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 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 | |