summary refs log tree commit diff stats
path: root/src/map.h
Commit message (Expand)AuthorAgeFilesLines
* fixed chunks not loading correctly when going up and leftStar Rauchenberger2022-03-151-10/+2
* window starts in centre of screenStar Rauchenberger2022-03-141-25/+0
* .at() is slower than operator[]Star Rauchenberger2022-03-141-1/+1
* map is now "infinite" using chunks that dynamically load like in diamond&pearlStar Rauchenberger2022-03-141-24/+160
* abstracted map data into a class to allow for zooming outKelly Rauchenberger2018-05-291-0/+127