aboutsummaryrefslogtreecommitdiff
path: root/src/minimap.h
AgeCommit message (Expand)Author
2018-02-10Node definition manager refactor (#7016)Dániel Juhász
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-08-16Cleanup various headers to reduce compilation times (#6255)Loïc Blot
2017-07-26VoxelManip cleanups (const ref, const move) + function removal (#6169)Loïc Blot
2017-06-26Isolate irrlicht references and use a singleton (#6041)Loïc Blot
2017-06-18Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot
2017-06-06Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot
2017-04-14[CSM] Add function to set minimap shape (#5569)bigfoot547
2017-03-16[CSM] Add minimap API modifiers (#5399)Loïc Blot
2017-03-11Minimap: Optimisenumber Zero
2017-01-23Add hardware node coloring. Includes:Dániel Juhász
2016-02-19Minimap: show player markersRealBadAngel
2015-08-23Clean up threadingShadowNinja
2015-07-10Misc. minor fixeskwolekr
2015-07-08Clean-up Minimap codekwolekr
2015-06-30Make m_blocks_cache privateest31
2015-06-29Add UpdateThread and use it for minimap and mesh threadsest31
2015-06-28Bugfix: minimap was updated only with loading new blocks, allow forced update...RealBadAngel
2015-06-28Minimap updateRealBadAngel
2015-06-27Remove busy polling inside minimap threadest31
2015-06-27Add minimap featureRealBadAngel