Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-15 | Used static_assert for static assertion | Thorbjørn Lindeijer | 1 | -1/+2 | |
Yay for C++11! static_assert is available since GCC 4.3. Fixed warning when compiling with GCC 4.8: src/utils/mathutils.cpp:53:18: warning: typedef ‘float_must_be_32_bits’ locally defined but not used [-Wunused-local-typedefs] | |||||
2013-04-07 | Fixed undefined #defines in mingw and c++0x | Erik Schilling | 1 | -0/+4 | |
It looks like mingw does not define all the stuff in c++0x it does without. | |||||
2010-02-07 | Update Copyright date for Manaserv. | Bertram | 1 | -1/+1 | |
2009-12-06 | Fixed name of the project in copyright headers | Thorbjørn Lindeijer | 1 | -13/+13 | |
Also updated the headers to refer to the GPL by URL instead of suggesting to contact the FSF by snail mail, as per the latest GPL usage instructions. | |||||
2009-12-06 | Moved rectangle intersection to the Rectangle class | Thorbjørn Lindeijer | 1 | -14/+15 | |
Also a bit of pointless cleanup in the math utils. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
2007-06-16 | Forgot the changelog entry. Work around compilers that have trouble dealing ↵ | Guillaume Melquiond | 1 | -1/+1 | |
with zero-sized arrays. | |||||
2007-06-16 | Fix rsqrt and sqrt. | Guillaume Melquiond | 1 | -7/+8 | |
2007-03-03 | Enable the Id keyword. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-03-03 | Set native eol-style on recently added files. | Bjørn Lindeijer | 1 | -99/+99 | |
2007-03-03 | Use M_PI_2 instead of acos(0.0f) and FLT_MAX instead of 1.0E40f (which exceeded | Bjørn Lindeijer | 1 | -22/+15 | |
the maximum float value). Some cosmetics (whitespace and declaring variables where they are used). | |||||
2007-03-03 | Implemented an alternate collision-detection function, added namespace ↵ | Rogier Polak | 1 | -0/+106 | |
utils::math. |