Move files to subdirectories (#6599)
[oweals/minetest.git] / src / util / numeric.h
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-08-20 Jens RottmannChange BS constant from implicit double to float (...
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-05-06 ShadowNinjaFix myfloor(0.0)
2017-05-06 ShadowNinjaClean up numeric.h and split FacePositionCache from it
2017-03-11 number ZeroMinimap: Optimise
2016-10-06 Loic Blotuse unordered containers where possible (patch 4 on X)
2016-02-11 nerzhulv2d & aabbox3d<f32> & sky cleanups
2015-11-02 est31Rename and move basicmacros.h to util/basic_macros.h
2015-10-27 kwolekrMove basic, non-numeric macros from util/numeric.h...
2015-08-24 ShadowNinjaClean up threading 2613/head
2015-08-02 Břetislav Štecsrc/util/numeric.{cpp,h}: Fix FacePositionCache data...
2015-05-01 SmallJokerFix several MSVC issues numeric.h
2015-04-01 Aaron SuenClean scaling pre-filter for formspec/HUD.
2015-04-01 kwolekrFix set_bits
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-23 Craig RobbinsFix wrapDegrees family of functions
2015-02-16 Loic BlotPerformance Improvement: Use a cache which caches resul...
2015-01-18 gregorycuWater fixes
2014-11-19 KahrlRemove unused rangelim function (the macro still exists)
2014-11-08 KahrlImplement WieldMeshSceneNode which improves wield mesh...
2014-10-29 kwolekrRefactor decoration-related code
2013-11-05 kwolekrAccept hexadecimal and string values for seeds
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-07-27 prollerWeather support
2013-06-22 kwolekrDecoration: Add Schematic decoration type
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
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-01-26 kwolekrMerge pull request #447 from sapier/add_lua_log_paramet...
2013-01-21 kwolekrThe new mapgen, noise functions, et al.
2012-06-17 Perttu AholaOptimize headers
2012-06-16 Perttu AholaInitially split utility.h to multiple files in util/