]> git.lizzy.rs Git - minetest.git/history - src/minimap.cpp
Android build fixes for c++11
[minetest.git] / src / minimap.cpp
2017-08-19 Loic BlotCode modernization: src/m* (part 3)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-18 Loïc BlotModernize various files (src/m*) (#6267)
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-07-26 Loïc BlotVoxelManip cleanups (const ref, const move) + function...
2017-06-26 Loïc BlotIsolate irrlicht references and use a singleton (#6041)
2017-06-18 Loïc BlotCpp11 patchset 11: continue working on constructor...
2017-04-14 bigfoot547[CSM] Add function to set minimap shape (#5569)
2017-03-22 Loïc BlotSome performance optimizations (#5424)
2017-03-16 Loïc Blot[CSM] Add minimap API modifiers (#5399)
2017-03-11 number ZeroMinimap: Optimise
2017-01-23 Dániel JuhászAdd hardware node coloring. Includes:
2017-01-11 Loic BlotCleanup some header inclusions to improve compilation...
2016-02-19 RealBadAngelMinimap: show player markers
2015-11-08 kwolekrFix misc. MinGW and Valgrind warnings
2015-10-14 ShadowNinjaRefactor logging
2015-08-24 ShadowNinjaClean up threading
2015-08-10 KahrlFix intlGUIEditBox leak and uninitialized value in...
2015-07-27 Břetislav ŠtecFixed minimap memory leak
2015-07-08 kwolekrClean-up Minimap code
2015-06-30 est31Defer minimap update when shape changed
2015-06-29 est31Add UpdateThread and use it for minimap and mesh threads
2015-06-28 RealBadAngelBugfix: minimap was updated only with loading new block...
2015-06-28 RealBadAngelMinimap update
2015-06-27 est31Remove busy polling inside minimap thread
2015-06-27 RealBadAngelAdd minimap feature