summaryrefslogtreecommitdiff
path: root/src/game-server/collisiondetection.hpp
AgeCommit message (Expand)AuthorFilesLines
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer1-2/+2
2009-12-06Moved rectangle intersection to the Rectangle classThorbjørn Lindeijer1-17/+9
2008-11-20Added rectangular attack zones which are faster and simpler than cone-shaped ...Philipp Sehmisch1-0/+5
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-05-22(no commit message)Philipp Sehmisch1-0/+8
2007-03-03Enable the Id keyword.Bjørn Lindeijer1-1/+1
2007-03-03Set native eol-style on recently added files.Bjørn Lindeijer1-52/+52
2007-03-03Use M_PI_2 instead of acos(0.0f) and FLT_MAX instead of 1.0E40f (which exceededBjørn Lindeijer1-2/+1
2007-03-03Implemented an alternate collision-detection function, added namespace utils:...Rogier Polak1-4/+23
2007-02-25Improved hit detection by adding a function to compute collisions between cir...Philipp Sehmisch1-0/+34