aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-13refactor: move statusline to engine graphics folderHampusM
2022-06-13refactor: clean up statuslineHampusM
2022-06-13refactor: seperate statusline related concernsHampusM
2022-06-13refactor: replace DI files with the yacppdic libraryHampusM
2022-06-13style: improve function and brace stylingHampusM
2022-06-13refactor: add factory class & make DI container return unique ptrsHampusM
2022-06-13style: add nodiscard to private statusline methodHampusM
2022-06-13style: fix random number generator indentationHampusM
2022-06-13refactor: fix compiler errors with libc++HampusM
2022-06-13build: use libc++HampusM
2022-06-13refactor: make container use conceptsHampusM
2022-06-13fix: change input handler subscribers size type nameHampusM
2022-06-13style: make color functions return init listsHampusM
2022-06-13style: remove clang tidy check disablingsHampusM
2022-06-13refactor: use trailing return typesHampusM
2022-06-13chore: add nolint comments to interfacesHampusM
2022-06-13refactor: replace repeated code in factoriesHampusM
2022-06-13refactor: clean up DI codeHampusM
2022-06-13refactor: use cin in input handlerHampusM
2022-06-13refactor: replace string matrix with template matrixHampusM
2022-06-13fix: resolve statusline overlap bugHampusM
2022-06-13feat: implement generations & multithreadingHampusM
2022-06-13refactor: make the cursor hide & show methods not staticHampusM
2022-06-13docs: add ideas to todo in the readmeHampusM
2022-06-13fix: use climits instead of limits in input headerHampusM
2022-06-13refactor: remove strings header fileHampusM
2022-06-13refactor: move updating status from the move cursor commandHampusM
2022-06-13refactor: update event system terminology & structureHampusM
2022-06-13refactor: remove excessive amount of std::move in engine ctorHampusM
2022-06-13refactor: move on start & on exit details to the game classHampusM
2022-06-13refactor: improve input configuring structureHampusM
2022-06-13refactor: rename vector2 operator overload args to rhsHampusM
2022-06-13test: add normalize_lambda unit testHampusM
2022-06-13build: make doctest only fetched with the TESTING flag onHampusM
2022-06-13style: delete ignore special member functionsHampusM
2022-06-13feat: add inserting cellsHampusM
2022-06-13refactor: implement matrix iteratorHampusM
2022-06-13build: add dependencies GSL & doctestHampusM
2022-06-13perf: add noexcept almost everywhereHampusM
2022-06-13docs: add good to have links to readmeHampusM
2022-06-13docs: add readmeHampusM
2022-06-13feat: make status bar visible from game startHampusM
2022-06-13feat: add status bar background colorHampusM
2022-06-13feat: add status barHampusM
2022-06-13refactor: rename game initializer & move input configHampusM
2022-06-13refactor: add error handling for the container get methodHampusM
2022-06-13refactor: add cursor controller interfaceHampusM
2022-06-13refactor: make cursor controller track cursor pos itselfHampusM
2022-06-13fix: change move cursor argument to non-const referenceHampusM
2022-06-13refactor: add game factoryHampusM