]> git.lizzy.rs Git - dragonfireclient.git/history - src/util/numeric.cpp
use unordered containers where possible (patch 4 on X)
[dragonfireclient.git] / src / util / numeric.cpp
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/