Age | Commit message (Expand) | Author |
---|---|---|
2022-06-27 | refactor: use int types from std namespace | HampusM |
2022-06-27 | refactor: remove unused cursor controller method ensure_position | HampusM |
2022-06-23 | perf: reduce cout flushing | HampusM |
2022-06-13 | feat: implement command mode | HampusM |
2022-06-13 | refactor: have cursor controller inverting input positions | HampusM |
2022-06-13 | refactor: replace last subscriber patterned code | HampusM |
2022-06-13 | style: improve function and brace styling | HampusM |
2022-06-13 | refactor: use trailing return types | HampusM |
2022-06-13 | chore: add nolint comments to interfaces | HampusM |
2022-06-13 | refactor: make the cursor hide & show methods not static | HampusM |
2022-06-13 | refactor: move updating status from the move cursor command | HampusM |
2022-06-13 | refactor: rename game initializer & move input config | HampusM |
2022-06-13 | refactor: add cursor controller interface | HampusM |