aboutsummaryrefslogtreecommitdiff
path: root/src/clientmap.cpp
AgeCommit message (Collapse)Author
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2013-02-10Don't see through nodes without noclip privilegesShadowNinja
2012-12-06Fix automagic render distance tunerPerttu Ahola
2012-11-09Added video settings filter options via config file - second try :-)Vanessa Ezekowitz
Set one or more of these in the config to turn the related option on: mip_map = 1 anisotropic_filter = 1 bilinear_filter = 1 trilinear_filter = 1
2012-09-04Reorganize ClientMap rendering code for a bit more performancePerttu Ahola
- Don't select blocks for drawing in every frame - Sort meshbuffers by material before drawing
2012-07-21Define M_PI on MSVCPerttu Ahola
2012-06-17Properly and efficiently use split utility headersPerttu Ahola
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-03-28No occlusion culling when free_move is on and camera is inside groundPerttu Ahola
2012-03-27Try to make background/fog/sky color selection work betterPerttu Ahola
2012-03-18Fix getVisibleBrightness() to return sunlight visibility correctly even if ↵Perttu Ahola
not much of world has been loaded
2012-03-18Dynamic sky, fog and cloud colors; sun and moonPerttu Ahola
2012-03-16Move ClientMap to clientmap.{h,cpp}Perttu Ahola