]> git.lizzy.rs Git - dragonfireclient.git/history - src/util/numeric.cpp
Make logging cost free when there is no output target (#12247)
[dragonfireclient.git] / src / util / numeric.cpp
2021-07-11 x2048Improve shadow rendering with non-default camera FOV...
2021-02-26 hecksKeep mapblocks in memory if they're in range (#10714)
2019-02-09 SmallJokernumeric: Fix clang, broken since d5456da
2019-02-07 Paul OuelletteUse true pitch/yaw/roll rotations without loss of preci...
2018-06-25 sfan5Fix MurmurHash implementation to really be unaligned...
2018-05-16 Lars HofhanslUse server's zoom fov for distant world loading.
2018-04-05 ParamatZoom adjustDist(): Improve variable name (#7208)
2018-04-04 Loic BlotFix last performance-type-promotion-in-math-fn problems
2018-04-03 Loïc BlotOptimize a little bit isBlockInSight, adjustDist &...
2018-04-03 Loic BlotFix last clang-tidy reported problems for performance...
2018-04-03 Loïc BlotFix various clang-tidy reported performance-type-promot...
2017-11-16 Lars HofhanslAllow zoom to actually show more data.
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-05-06 ShadowNinjaClean up numeric.h and split FacePositionCache from it
2017-01-20 red-001Remove `mathconstants.h` and use the correct way to...
2016-11-11 Rogier-5Fix incorrect distance computation for visible blocks...
2016-10-06 Loic Blotuse unordered containers where possible (patch 4 on X)
2016-02-18 RealBadAngelHOTFIX: fix too agressive block culling
2015-08-24 ShadowNinjaClean up threading
2015-08-02 Břetislav Štecsrc/util/numeric.{cpp,h}: Fix FacePositionCache data...
2015-04-01 Aaron SuenClean scaling pre-filter for formspec/HUD.
2015-03-31 kwolekrGenElementManager: Pass opaque handles to Lua and renam...
2015-03-22 kwolekrAdd support for the PCG32 PRNG algo (and associated...
2015-02-16 Loic BlotPerformance Improvement: Use a cache which caches resul...
2013-11-12 Sfan5Fix compiling with 32bit MinGW
2013-11-05 kwolekrAccept hexadecimal and string values for seeds
2013-07-07 Vincent Heukeninclude mathconstants.h in numerics.cpp
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-17 Aaron SuenFix math for isBlockInSight. Fixes #718 (client-side).
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-06-17 Perttu AholaHopefully fix includes on mingw
2012-06-16 Perttu AholaInitially split utility.h to multiple files in util/