summaryrefslogtreecommitdiff
path: root/src/game-server/collisiondetection.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-03-03Enable the Id keyword.Bjørn Lindeijer1-1/+1
2007-03-03Set native eol-style on recently added files.Bjørn Lindeijer1-195/+195
2007-03-03Use M_PI_2 instead of acos(0.0f) and FLT_MAX instead of 1.0E40f (which exceededBjørn Lindeijer1-54/+46
2007-03-03Implemented an alternate collision-detection function, added namespace utils:...Rogier Polak1-6/+132
2007-02-25Some speed optimizations at the collision detection suggested by Avaniel.Philipp Sehmisch1-6/+8
2007-02-25Improved hit detection by adding a function to compute collisions between cir...Philipp Sehmisch1-0/+75