Age | Commit message (Expand) | Author |
2014-06-02 | COMMON: Make Rad<->Deg conversion use float constants. | Johannes Schickel |
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-07-31 | COMMON: Move definition of math constants to scummsys header. | D G Turner |
2012-03-17 | ALL: Use GCC_ATLEAST(). | Christoph Mallon |
2011-08-19 | COMMON: intLog2 uses _BitScanReverse on MSVC | Bertrand Augereau |
2011-07-24 | COMMON: Limited gcc specific intLog2 to gcc 3.4 or newer. | Johannes Schickel |
2011-07-24 | COMMON: Add an optimized intLog2 implementation for gcc using __builtin_clz. | Johannes Schickel |
2011-07-24 | COMMON: Let intLog2 return an int instead of uint32, since it should return -... | Johannes Schickel |
2011-07-19 | COMMON: Move cosine/sine tables out of header files | Matthew Hoops |
2011-07-19 | COMMON: Renamed Integer Log2 function from log2 to intLog2. | D G Turner |
2011-07-18 | COMMON: Fix comment | Matthew Hoops |
2011-07-18 | COMMON: Update code from eos | Matthew Hoops |
2011-07-18 | COMMON: Remove USE_BINK checks from header files | Matthew Hoops |
2011-07-13 | BUILD: Allow for disabling Bink support | Matthew Hoops |
2011-07-03 | COMMON: Remove unused vector2orientation function | Matthew Hoops |
2011-07-02 | COMMON: Add some simple math utilities | Matthew Hoops |