summary refs log tree commit diff stats
path: root/src/views.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed position cachesKelly Rauchenberger2019-02-231-0/+14
| | | | There aren't going to be enough entities at once for position checking to ever really be a bottleneck, I don't think. Removing the caches makes the range logic a bit more intuitive, and it removes the possibility of accidentally not updating a cache when it needs to be.
* More ranges stuff! Now with custom viewsKelly Rauchenberger2019-02-231-0/+62