index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
math_func.hpp
Age
Commit message (
Collapse
)
Author
2008-02-20
(svn r12204) -Fix (r12192): using UINT16_MAX broke compilation on many targets
smatz
2008-02-20
(svn r12192) -Fix: clamp various town variables to 16bit prior to returning ↵
smatz
the value
2007-12-25
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when ↵
rubidium
it is really needed.
2007-12-23
(svn r11684) -Codechange: split gfx.h in a type and functional header.
rubidium
2007-12-21
(svn r11674) -Codechange: refactor some functions out of macros.h into more ↵
rubidium
logical locations.
2007-12-17
(svn r11652) -Codechange: add the svn $ header for several files
smatz
2007-11-26
(svn r11526) -Codechange: Rename the function delta fitting to the naming style
skidd13
2007-11-24
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them ↵
skidd13
fitting to the naming style
2007-11-22
(svn r11490) -Codechange: Split the math functions to their own header
skidd13
-Codechange: Replace the rest of the math macros with functions