summary refs log tree commit diff stats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rendering of level map moved to Level classKelly Rauchenberger2019-02-241-0/+1
|
* Started state machineKelly Rauchenberger2019-02-241-1/+1
| | | | 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.
* Trains move on tracks to the beatKelly Rauchenberger2019-02-221-0/+1
| | | | Small implementation changes in various places, biggest thing is now we're using ranges, which is experimental and will be included for real in C++20.
* Very basic ECSKelly Rauchenberger2019-02-031-0/+30