Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
abs on those variables
|
|
|
|
others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
|
window during ReInit by an amount that's not a multiple of the resize interval
|
|
|
|
|
|
divisions with rounding.
|
|
|
|
capacity it would try to set a negative position
|
|
min(int, int) is a better match for min(uint64, uint) than uint64 min(uint64, uint64). As such we need to cast the UINT16_MAX to prevent MSVC from displaying it's infinite wisdom with loads of warnings.
|
|
(fonsinchen) and reuse template functions in their non-template counterparts.
|
|
which were sometimes missing and sometimes just typos
|
|
numbers to percents
|
|
|
|
warn when used inside function
|
|
greatest common divisor (Alberth)
|
|
encoding so it uses similiar scheme as 8bpp-optimized
All zoom levels are stored and a kind of RLE is used. Together with further changes and reducing number of variables, drawing is ~50% faster in average.
|
|
got/stayed broken
|
|
for core functions (big functions use just inline instead)
|
|
math_func.hpp
|
|
values didn't work
|
|
|
|
|
|
the value
|
|
it is really needed.
|
|
|
|
logical locations.
|
|
|
|
|
|
fitting to the naming style
|
|
-Codechange: Replace the rest of the math macros with functions
|