summaryrefslogtreecommitdiffstats
path: root/src/BoundingBox.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-19Fixed style: spaces after commas.madmaxoft1-1/+1
2014-04-18Did some static analysis, fixed some bugs and optimized a lot of codejfhumann1-1/+1
2014-03-14Fixed a couple of missing defsTycho1-1/+1
2014-02-16Fixed cBoundingBox self-test code-style.madmaxoft1-10/+10
2014-02-05Change Output to stderrworktycho1-4/+3
2014-02-05Modified automatic test for boundingBoxTycho1-7/+26
2014-02-04Improved Type safety of eBlockFaceTycho1-3/+3
2013-12-20Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-12Bundled fixes [SEE DESC]Tiger Wang1-2/+2
2013-09-02cBoundingBox: Only forward collisions are calculated.madmaxoft1-6/+14
2013-09-01Made cBoundingBox class inclusive in both coord edges.madmaxoft1-9/+51
2013-09-01Fixed an error in cBoundingBox's line-collision algorithm.madmaxoft1-14/+6
2013-09-01Added line collision calculation to cBoundingBox.madmaxoft1-10/+104
2013-09-01Added the cBoundingBox class.madmaxoft1-0/+195