summaryrefslogtreecommitdiff
path: root/src/minimap.h
Commit message (Collapse)AuthorAge
* Misc. minor fixeskwolekr2015-07-10
|
* Clean-up Minimap codekwolekr2015-07-08
| | | | | | | | | | | - 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
* Make m_blocks_cache privateest312015-06-30
| | | | @RealBadAngel has removed all outside access of the cache.
* Add UpdateThread and use it for minimap and mesh threadsest312015-06-29
|
* Bugfix: minimap was updated only with loading new blocks, allow forced ↵RealBadAngel2015-06-28
| | | | updates with changing player pos
* Minimap updateRealBadAngel2015-06-28
|
* Remove busy polling inside minimap threadest312015-06-27
|
* Add minimap featureRealBadAngel2015-06-27