summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)Author
2011-03-15Changed access of a boolean to flag for removal from protected to private.Phillip
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-14Reverting to our code.Jesse Morgan
2011-03-10Removed a group2 reference.Jesse Morgan
2011-03-09Added serial uidsJesse Morgan
2011-03-09Changed to his.Jesse Morgan
2011-03-09Adding more stuff to common.Jesse Morgan
2011-03-09Fixing the peer information.Jesse Morgan
2011-03-08Last Call!Jesse Morgan
2011-03-08Clean up. Removed "first peer" question. Fixed default position of particle ↵Jesse Morgan
emitter.
2011-03-08(no commit message)Phillip
2011-03-07The moving side code is almost right...Jesse Morgan
2011-03-07Fixed the picking issue.Jesse Morgan
2011-03-06Added size check of peers to fix Exception when no networkSteve
2011-03-06Forgot to change a couple of Y's to ZsSteve
2011-03-06added CO line 421 as per Alden's suggestionSteve
Fresh new attempt at passing objects in Tick.
2011-03-05Added copy constructor to collidableobject so that any collidableobject ↵Jesse Morgan
could become a physical object.
2011-03-05Added a sendPayloadToPeer method.Jesse Morgan
2011-03-05altered 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-05Added 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-05Changes 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-05Fixed shape3d objects "losing" their appearance.Phillip
2011-03-05Changed name of alden to commonJesse Morgan