index
:
game-of-life
master
A c++ Linux CLI implementation of John Conway's game of life
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
game
/
status_manager.cpp
Age
Commit message (
Expand
)
Author
2022-06-28
refactor: improve includes with iwyu
HampusM
2022-06-27
refactor: status manager throw when set section title fails
HampusM
2022-06-23
feat: add statusline mode styling
HampusM
2022-06-13
refactor: move set section lengths to game
HampusM
2022-06-13
refactor: improve scene size display in statusline
HampusM
2022-06-13
refactor: clarify generation speed in statusline
HampusM
2022-06-13
refactor: give game responsibility of statusline
HampusM
2022-06-13
refactor: decouple statusline from scene & cursor controller
HampusM
2022-06-13
feat: add ability to change generation speed
HampusM
2022-06-13
feat: implement game of life
v0.1.0
HampusM
2022-06-13
refactor: remove unneccessary statusline section
HampusM
2022-06-13
refactor: improve input handling & remove commands
HampusM
2022-06-13
feat: add update speed monitoring
HampusM
2022-06-13
refactor: remove statusline as game dependency
HampusM
2022-06-13
style: change braced list & bracket style
HampusM
2022-06-13
refactor: seperate statusline related concerns
HampusM