aboutsummaryrefslogtreecommitdiff
path: root/src/util/numeric.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Animated particlespawners and more (#11545)Lexi Hale2022-07-131-0/+11
* Improve shadow rendering with non-default camera FOV (#11385)x20482021-07-111-3/+8
* Keep mapblocks in memory if they're in range (#10714)hecks2021-02-261-6/+2
* numeric: Fix clang, broken since d5456daSmallJoker2019-02-091-1/+1
* Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019)Paul Ouellette2019-02-071-0/+35
* Fix MurmurHash implementation to really be unaligned (#7482)sfan52018-06-261-3/+3
* Use server's zoom fov for distant world loading.Lars Hofhansl2018-05-151-1/+1
* Zoom adjustDist(): Improve variable name (#7208)Paramat2018-04-051-7/+5
* Fix last performance-type-promotion-in-math-fn problemsLoic Blot2018-04-041-1/+1
* Optimize a little bit isBlockInSight, adjustDist & collisions (#7193)Loïc Blot2018-04-041-7/+8
* Fix last clang-tidy reported problems for performance-type-promotion-in-math-fnLoic Blot2018-04-031-2/+2
* Fix various clang-tidy reported performance-type-promotion-in-math-fnLoïc Blot2018-04-031-2/+2
* Allow zoom to actually show more data.Lars Hofhansl2017-11-151-0/+14
* Move files to subdirectories (#6599)Vitaliy2017-11-081-3/+3
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-1/+1
* Clean up numeric.h and split FacePositionCache from itShadowNinja2017-05-061-92/+1
* Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)red-0012017-01-201-1/+0
* Fix incorrect distance computation for visible blocks (#4765)Rogier-52016-11-111-7/+8
* use unordered containers where possible (patch 4 on X)Loic Blot2016-10-061-1/+1
* HOTFIX: fix too agressive block cullingRealBadAngel2016-02-181-1/+4
* Clean up threadingShadowNinja2015-08-231-3/+3
* src/util/numeric.{cpp,h}: Fix FacePositionCache data raceBřetislav Štec2015-08-021-0/+4
* Clean scaling pre-filter for formspec/HUD.Aaron Suen2015-04-011-1/+0
* GenElementManager: Pass opaque handles to Lua and rename to ObjDefManagerkwolekr2015-03-311-1/+0
* Add support for the PCG32 PRNG algo (and associated script APIs)kwolekr2015-03-221-31/+28
* Performance Improvement: Use a cache which caches result for getFacePositions.Loic Blot2015-02-161-55/+59
* Fix compiling with 32bit MinGWSfan52013-11-121-1/+1
* Accept hexadecimal and string values for seedskwolekr2013-11-041-0/+44
* include mathconstants.h in numerics.cppVincent Heuken2013-07-071-0/+1
* Fix math for isBlockInSight. Fixes #718 (client-side).Aaron Suen2013-05-181-16/+17
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-1/+1
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Hopefully fix includes on mingwPerttu Ahola2012-06-171-2/+2
* Initially split utility.h to multiple files in util/Perttu Ahola2012-06-171-0/+202