summary refs log tree commit diff stats
path: root/src/renderer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Started state machineKelly Rauchenberger2019-02-241-103/+0
| | | | The "--editor" flag can be passed to the program to start it in editor mode, which is currently nothing. The Renderer class was removed here, as each state basically needs to do its own rendering. However, refactoring to make this more elegant will probably occur in the future.
* active_ | entityView() -> entityRange()Kelly Rauchenberger2019-02-231-3/+1
|
* Entities to be rendered are sorted by render layerKelly Rauchenberger2019-02-231-11/+21
| | | | Partially just for fun.
* More ranges stuff! Now with custom viewsKelly Rauchenberger2019-02-231-3/+1
|
* Started implementing pushing, but not reallyKelly Rauchenberger2019-02-161-3/+3
|
* Very basic ECSKelly Rauchenberger2019-02-031-0/+97