aboutsummaryrefslogtreecommitdiff
path: root/src/minimap.cpp
AgeCommit message (Collapse)Author
2015-07-08Clean-up Minimap codekwolekr
- Fixed race conditions - Fixed null dereference - Fixed out-of-bounds array access - MinimapMapblock is now allocated and added to update queue only when enabled - Removed dependency on LocalPlayer - Fixed code style - Simplified expressions and program logic - Cleaned minimap object interfaces
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 ↵RealBadAngel
updates with changing player pos
2015-06-28Minimap updateRealBadAngel
2015-06-27Remove busy polling inside minimap threadest31
2015-06-27Add minimap featureRealBadAngel