User:Sticks
From WinBolo
We're not really sure what Sticks does but he does it very well. Once we get some management around these parts, then we'll find out.
He lives in Herndon, Virginia, USA.
TO DO
- Create new physics.c and physics.h files
- Store calculations dealing with movement
- Store calculations dealing with physics
- Collision detection via bitmasking
- Add vectors to all movable bodies (tanks, LGMs, shells, mines?, bases?, pills?)
- Fix "tank on pill" lookups to pass WORLD coords instead of MAP coords
- Create mathWinBolo.c and mathWinBolo.h that hold (mostly) conversion functions such as rad -> brad and rad -> deg
Links
http://en.wikipedia.org/wiki/Elastic_collision
http://stackoverflow.com/questions/345838/ball-to-ball-collision-detection-and-handling
http://qbx6.ltu.edu/s_schneider/physlets/main/momenta3.shtml
http://libagar.org/index.html.en
http://www.barcodeman.com/altek/mule/scandoc.php
http://labs.trolltech.com/blogs/2010/02/26/qt-box2d-is-easy/