Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-13 | fix: prevent A, B, C & D from being interpreted as arrow keys | HampusM | |
2022-06-13 | feat: implement game of lifev0.1.0 | HampusM | |
2022-06-13 | refactor: improve input handling in game loop | HampusM | |
2022-06-13 | refactor: replace last subscriber patterned code | HampusM | |
2022-06-13 | refactor: improve input handling & remove commands | HampusM | |
2022-06-13 | style: change braced list & bracket style | HampusM | |
2022-06-13 | style: improve function and brace styling | HampusM | |
2022-06-13 | chore: add nolint comments to interfaces | HampusM | |
2022-06-13 | refactor: update event system terminology & structure | HampusM | |
2022-06-13 | refactor: improve input configuring structure | HampusM | |
2022-06-13 | perf: add noexcept almost everywhere | HampusM | |
2022-06-13 | refactor: remove virtual from input handler interface destructor | HampusM | |
2022-06-13 | refactor: add virtual destructors to interfaces | HampusM | |
This is required by clang++ for some reason... | |||
2022-06-13 | feat: add input handler & quitting with 'q' | HampusM | |