summaryrefslogtreecommitdiff
path: root/src/tesseract
AgeCommit message (Expand)Author
2011-03-15starting blimpSteve
2011-03-15(no commit message)Phillip
2011-03-15ModifyableParticle, fired by tankPhillip
2011-03-15Tank now fires particles semi correctly (adjusted for gravity)Phillip
2011-03-14Gun is able to fire either vertically inclined (ORIGINAL POSITION ONLY) or an...Phillip
2011-03-14(no commit message)Phillip
2011-03-14Working Emitter, not attached to tank :(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 allow for gun emitter.Phillip
2011-03-14Added code to make emitter for gun possible.Phillip
2011-03-14Updated turning code for tank to rotate the shape rather than add/subtract ro...Phillip
2011-03-11Body is now an INSTANTIABLE OBJECT holding only the Group Tree Structure and ...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-11(no commit message)Phillip
2011-03-11(no commit message)Phillip
2011-03-11It's controllable!Jesse Morgan
2011-03-11(no commit message)Phillip
2011-03-11(no commit message)Phillip
2011-03-11Some remote code that isn't yet remote.Jesse Morgan
2011-03-11(no commit message)Phillip
2011-03-11Added Tank.javaPhillip
2011-03-11(no commit message)Phillip
2011-03-10Tank model buildPhillip
2011-03-09Added remote object code.Jesse Morgan
2011-03-09(no commit message)Phillip
2011-03-09(no commit message)Phillip
2011-03-09(no commit message)Phillip
2011-03-09Fixed the sphere.Jesse Morgan
2011-03-09Sending in background.Jesse Morgan
2011-03-09(no commit message)Phillip
2011-03-08Last Call!Jesse Morgan
2011-03-08Clean up. Removed "first peer" question. Fixed default position of particle e...Jesse Morgan
2011-03-08So steve votes we keep this.Jesse Morgan
2011-03-08Attempt 2Jesse Morgan
2011-03-08(no commit message)Phillip
2011-03-07The moving side code is almost right...Jesse Morgan
2011-03-07added "&& myPeer.getPeerSize() > to 0" line 277 to eliminate null pointer e...Steve
2011-03-07Parameter windows will now "follow" their parent window.Phillip
2011-03-07Rehash of transmit code...Jesse Morgan
2011-03-07removed leftover switchpositions for testingSteve
2011-03-07added all if statements back for testingSteve
2011-03-07remove switch position temporarily to ensure no problems Steve
2011-03-07Combined side1&3 and 2&4 if statements in collision checks to eliminate dupli...Steve
2011-03-07first attempt to fix duplicates on transmissionSteve
2011-03-06more change to loop deletion. odd behavior. Steve
2011-03-06Sorry for the many commits. its just easier to get onto both my test machine...Steve
2011-03-06OK now it deletes from myObjects and the indexes to remove list. Hopefully g...Steve