index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
numeric.cpp
Age
Commit message (
Expand
)
Author
2021-07-11
Improve shadow rendering with non-default camera FOV (#11385)
x2048
2021-02-26
Keep mapblocks in memory if they're in range (#10714)
hecks
2019-02-09
numeric: Fix clang, broken since d5456da
SmallJoker
2019-02-07
Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019)
Paul Ouellette
2018-06-26
Fix MurmurHash implementation to really be unaligned (#7482)
sfan5
2018-05-15
Use server's zoom fov for distant world loading.
Lars Hofhansl
2018-04-05
Zoom adjustDist(): Improve variable name (#7208)
Paramat
2018-04-04
Fix last performance-type-promotion-in-math-fn problems
Loic Blot
2018-04-04
Optimize a little bit isBlockInSight, adjustDist & collisions (#7193)
Loïc Blot
2018-04-03
Fix last clang-tidy reported problems for performance-type-promotion-in-math-fn
Loic Blot
2018-04-03
Fix various clang-tidy reported performance-type-promotion-in-math-fn
Loïc Blot
2017-11-15
Allow zoom to actually show more data.
Lars Hofhansl
2017-11-08
Move files to subdirectories (#6599)
Vitaliy
2017-08-19
Code modernization: subfolders (#6283)
Loïc Blot
2017-05-06
Clean up numeric.h and split FacePositionCache from it
ShadowNinja
2017-01-20
Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)
red-001
2016-11-11
Fix incorrect distance computation for visible blocks (#4765)
Rogier-5
2016-10-06
use unordered containers where possible (patch 4 on X)
Loic Blot
2016-02-18
HOTFIX: fix too agressive block culling
RealBadAngel
2015-08-23
Clean up threading
ShadowNinja
2015-08-02
src/util/numeric.{cpp,h}: Fix FacePositionCache data race
Břetislav Štec
2015-04-01
Clean scaling pre-filter for formspec/HUD.
Aaron Suen
2015-03-31
GenElementManager: Pass opaque handles to Lua and rename to ObjDefManager
kwolekr
2015-03-22
Add support for the PCG32 PRNG algo (and associated script APIs)
kwolekr
2015-02-16
Performance Improvement: Use a cache which caches result for getFacePositions.
Loic Blot
2013-11-12
Fix compiling with 32bit MinGW
Sfan5
2013-11-04
Accept hexadecimal and string values for seeds
kwolekr
2013-07-07
include mathconstants.h in numerics.cpp
Vincent Heuken
2013-05-18
Fix math for isBlockInSight. Fixes #718 (client-side).
Aaron Suen
2013-03-11
Migrate to STL containers/algorithms.
Ilya Zhuravlev
2013-02-24
Update Copyright Years
Sfan5
2013-02-24
Change Minetest-c55 to Minetest
PilzAdam
2012-06-17
Hopefully fix includes on mingw
Perttu Ahola
2012-06-17
Initially split utility.h to multiple files in util/
Perttu Ahola