aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2022-06-28refactor: improve includes with iwyuHampusM
2022-06-27refactor: use int types from std namespaceHampusM
2022-06-23feat: add statusline mode stylingHampusM
2022-06-13feat: add reading RLE filesHampusM
2022-06-13feat: implement command modeHampusM
2022-06-13refactor: rename .tpp files to end with _impl.hppHampusM
2022-06-13feat: implement game of lifev0.1.0HampusM
2022-06-13style: change braced list & bracket styleHampusM
2022-06-13style: improve function and brace stylingHampusM
2022-06-13style: make color functions return init listsHampusM
2022-06-13refactor: use trailing return typesHampusM
2022-06-13feat: add status bar background colorHampusM
2022-06-13refactor: move directions to vector2 & make vector2 hashableHampusM
2022-06-13refactor: move input config to own file & improve cleanupHampusM