aboutsummaryrefslogtreecommitdiff
path: root/src/minimap.cpp
AgeCommit message (Expand)Author
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin
2018-05-18Player marker on both minimaps (#7350)nanoproject
2018-04-03Fix more clang-tidy reported problems for performance-type-promotion-in-math-fnLoic Blot
2017-08-19Code modernization: src/m* (part 3)Loic Blot
2017-08-18Optimize headers (part 2) (#6272)Loïc Blot
2017-08-18Modernize various files (src/m*) (#6267)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-04-14[CSM] Add function to set minimap shape (#5569)bigfoot547
2017-03-22Some performance optimizations (#5424)Loïc Blot
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
2017-01-11Cleanup some header inclusions to improve compilation timesLoic Blot
2016-02-19Minimap: show player markersRealBadAngel
2015-11-08Fix misc. MinGW and Valgrind warningskwolekr
2015-10-14Refactor loggingShadowNinja
2015-08-23Clean up threadingShadowNinja
2015-08-10Fix intlGUIEditBox leak and uninitialized value in Mapper (reported by valgrind)Kahrl
2015-07-27Fixed minimap memory leakBřetislav Štec
2015-07-08Clean-up Minimap codekwolekr
2015-06-30Defer minimap update when shape changedest31
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