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
/
clientmap.cpp
Age
Commit message (
Expand
)
Author
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
2013-02-10
Don't see through nodes without noclip privileges
ShadowNinja
2012-12-06
Fix automagic render distance tuner
Perttu Ahola
2012-11-09
Added video settings filter options via config file - second try :-)
Vanessa Ezekowitz
2012-09-04
Reorganize ClientMap rendering code for a bit more performance
Perttu Ahola
2012-07-21
Define M_PI on MSVC
Perttu Ahola
2012-06-17
Properly and efficiently use split utility headers
Perttu Ahola
2012-06-05
Switch the license to be LGPLv2/later, with small parts still remaining as GP...
Perttu Ahola
2012-03-28
No occlusion culling when free_move is on and camera is inside ground
Perttu Ahola
2012-03-27
Try to make background/fog/sky color selection work better
Perttu Ahola
2012-03-18
Fix getVisibleBrightness() to return sunlight visibility correctly even if no...
Perttu Ahola
2012-03-18
Dynamic sky, fog and cloud colors; sun and moon
Perttu Ahola
2012-03-16
Move ClientMap to clientmap.{h,cpp}
Perttu Ahola