Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rendering of level map moved to Level class | Kelly Rauchenberger | 2019-02-24 | 1 | -0/+1 |
| | |||||
* | Started state machine | Kelly Rauchenberger | 2019-02-24 | 1 | -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 beat | Kelly Rauchenberger | 2019-02-22 | 1 | -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 ECS | Kelly Rauchenberger | 2019-02-03 | 1 | -0/+30 |