aboutsummaryrefslogtreecommitdiff
path: root/common/math.h
AgeCommit message (Expand)Author
2019-10-03BLADERUNNER: Remove use of C99 math functionsCameron Cawley
2018-05-28COMMON: coding convention improvements for degree conversion funcsDavid Fioramonti
2018-05-20COMMON: Template deg2rad and rad2deg in Common/mathDavid Fioramonti
2017-12-03ALL: Remove obsolete register keywordColin Snover
2014-06-02COMMON: Make Rad<->Deg conversion use float constants.Johannes Schickel
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-07-31COMMON: Move definition of math constants to scummsys header.D G Turner
2012-03-17ALL: Use GCC_ATLEAST().Christoph Mallon
2011-08-19COMMON: intLog2 uses _BitScanReverse on MSVCBertrand Augereau
2011-07-24COMMON: Limited gcc specific intLog2 to gcc 3.4 or newer.Johannes Schickel
2011-07-24COMMON: Add an optimized intLog2 implementation for gcc using __builtin_clz.Johannes Schickel
2011-07-24COMMON: Let intLog2 return an int instead of uint32, since it should return -...Johannes Schickel
2011-07-19COMMON: Move cosine/sine tables out of header filesMatthew Hoops
2011-07-19COMMON: Renamed Integer Log2 function from log2 to intLog2.D G Turner
2011-07-18COMMON: Fix commentMatthew Hoops
2011-07-18COMMON: Update code from eosMatthew Hoops
2011-07-18COMMON: Remove USE_BINK checks from header filesMatthew Hoops
2011-07-13BUILD: Allow for disabling Bink supportMatthew Hoops
2011-07-03COMMON: Remove unused vector2orientation functionMatthew Hoops
2011-07-02COMMON: Add some simple math utilitiesMatthew Hoops