summaryrefslogtreecommitdiffstats
path: root/src/utils/mathutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Used static_assert for static assertionThorbjørn Lindeijer2013-04-151-1/+2
* Fixed undefined #defines in mingw and c++0xErik Schilling2013-04-071-0/+4
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-13/+13
* Moved rectangle intersection to the Rectangle classThorbjørn Lindeijer2009-12-061-14/+15
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Forgot the changelog entry. Work around compilers that have trouble dealing w...Guillaume Melquiond2007-06-161-1/+1
* Fix rsqrt and sqrt.Guillaume Melquiond2007-06-161-7/+8
* Enable the Id keyword.Bjørn Lindeijer2007-03-031-1/+1
* Set native eol-style on recently added files.Bjørn Lindeijer2007-03-031-99/+99
* Use M_PI_2 instead of acos(0.0f) and FLT_MAX instead of 1.0E40f (which exceededBjørn Lindeijer2007-03-031-22/+15
* Implemented an alternate collision-detection function, added namespace utils:...Rogier Polak2007-03-031-0/+106