aboutsummaryrefslogtreecommitdiff
path: root/common/sinetables.cpp
AgeCommit message (Expand)Author
2018-08-25COMMON: Cos/Sin Table switch internal structure so at() is fasterDavid Fioramonti
2018-08-18COMMON: allow cos/sin number of points to be more flexibleDavid Fioramonti
2018-07-25COMMON: Add at() index function to cosine/sine tableDavid Fioramonti
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-06-08COMMON: Save memory by allocating only required entries in Cosine-/SineTable.Johannes Schickel
2013-06-08COMMON: Fix regression in SineTable creation.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-04-14COMMON: Replaced static Sine and Cosine tables with dynamic generated.D G Turner
2012-04-13COMMON: Minor reduction of sine/cosine table size (8 bytes...).D G Turner
2011-07-19JANITORIAL: Fix MSVC warningsLittleboy
2011-07-19COMMON: Move cosine/sine tables out of header filesMatthew Hoops