Age | Commit message (Expand) | Author |
---|---|---|
2022-06-13 | style: improve function and brace styling | HampusM |
2022-06-13 | refactor: use trailing return types | HampusM |
2022-06-13 | feat: implement generations & multithreading | HampusM |
2022-06-13 | refactor: remove strings header file | HampusM |
2022-06-13 | refactor: move updating status from the move cursor command | HampusM |
2022-06-13 | refactor: move on start & on exit details to the game class | HampusM |
2022-06-13 | refactor: improve input configuring structure | HampusM |
2022-06-13 | perf: add noexcept almost everywhere | HampusM |
2022-06-13 | refactor: rename game initializer & move input config | HampusM |
2022-06-13 | refactor: move input config to own file & improve cleanup | HampusM |
2022-06-13 | refactor: add game initializer | HampusM |
2022-06-13 | feat: add moving cursor | HampusM |
2022-06-13 | feat: add input handler & quitting with 'q' | HampusM |
2022-06-13 | fix: stop segfault caused by game ctor | HampusM |
2022-06-13 | add basic engine graphics | HampusM |
2022-06-13 | add game & vector2 | HampusM |