summary refs log tree commit diff stats
path: root/src/map.h
Commit message (Expand)AuthorAgeFilesLines
* no longer destroying completely unlit chunksStar Rauchenberger2022-03-201-2/+2
* lotta performance improvementsStar Rauchenberger2022-03-171-4/+90
* added signs (which can't be read yet)Star Rauchenberger2022-03-161-2/+3
* lit tiles in unloaded chunk should count toward total lit tiles for zoomingStar Rauchenberger2022-03-151-0/+9
* 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