summary refs log tree commit diff stats
path: root/src/vector.h
Commit message (Collapse)AuthorAgeFilesLines
* Editor now renders a tiled background imageKelly Rauchenberger2019-02-241-0/+1
|
* Removed position cachesKelly Rauchenberger2019-02-231-0/+5
| | | | 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.
* Very basic ECSKelly Rauchenberger2019-02-031-0/+119