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 (
Expand
)
Author
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-08-31
Codechange: math functions - use cpp-style casts
Nikolas Nyby
2019-03-28
Fix: MSVC warnings (#7423)
glx22
2019-01-20
Fix: Round up deltas for smooth scrolling, so target will be reached
btzy
2014-06-17
(svn r26651) -Fix: make sure an abs is used that supports int64 when using ab...
rubidium
2013-06-09
(svn r25347) -Add: function for deterministic approximate division
fonsinchen
2011-12-20
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...
truebrain
2011-12-09
(svn r23466) -Fix [FS#4871, FS#4874]: assertion triggered when resizing a win...
rubidium
2011-12-03
(svn r23415) -Feature: Infrastructure maintenance costs.
michi_cc
2010-04-18
(svn r19671) -Fix (r19670): RoundDiv() needs to deal with signed numerators.
frosch
2010-04-18
(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer di...
frosch
2010-04-12
(svn r19614) -Codechange: "it's" => "its" where appropriate
smatz
2009-12-15
(svn r18508) -Fix [FS#3372]: if a rail station class had less data than capac...
rubidium
2009-12-09
(svn r18443) -Fix (r18438): MSVC thinks, in it's infinite wisdom, that int mi...
rubidium
2009-12-09
(svn r18438) -Codechange [FS#3337]: introduce a template for Clamp (fonsinche...
rubidium
2009-09-19
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...
rubidium
2009-08-27
(svn r17292) -Codechange: use unified ToPercent() function to convert fract n...
smatz
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-07-01
(svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't wa...
smatz
2009-03-21
(svn r15777) -Add: helper functions to get the least common multiple and the ...
rubidium
2008-06-26
(svn r13639) -Codechange: rewrite 32bpp-anim and 32bpp-optimized drawing and ...
smatz
2008-06-22
(svn r13607) -Fix (r13606): some coding style issues got fixed but some got/s...
skidd13
2008-06-22
(svn r13606) -Codechange: use "static FORCEINLINE" where possible as default ...
skidd13
2008-04-04
(svn r12573) -Codechange: use defined constants instead of numbers in math_fu...
smatz
2008-04-04
(svn r12572) -Fix (r12192): min() has 32bit arguments, clamping of 64bit valu...
smatz
2008-03-27
(svn r12438) -Fix-ish: typo spotted by Biblo.
rubidium
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 t...
smatz
2007-12-25
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...
rubidium
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 l...
rubidium
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 fit...
skidd13
2007-11-22
(svn r11490) -Codechange: Split the math functions to their own header
skidd13