aboutsummaryrefslogtreecommitdiff
path: root/src/engine
AgeCommit message (Expand)Author
2022-06-13refactor: have cursor controller inverting input positionsHampusM
2022-06-13refactor: improve input handling in game loopHampusM
2022-06-13refactor: use char as matrix element in sceneHampusM
2022-06-13refactor: replace last subscriber patterned codeHampusM
2022-06-13refactor: improve input handling & remove commandsHampusM
2022-06-13feat: add update speed limitHampusM
2022-06-13refactor: remove window classHampusM
2022-06-13style: use auto when initializing listen_input_threadHampusM
2022-06-13style: change braced list & bracket styleHampusM
2022-06-13refactor: move statusline to engine graphics folderHampusM
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-13refactor: fix compiler errors with libc++HampusM
2022-06-13fix: change input handler subscribers size type nameHampusM
2022-06-13refactor: use trailing return typesHampusM
2022-06-13refactor: use cin in input handlerHampusM
2022-06-13refactor: replace string matrix with template matrixHampusM
2022-06-13feat: implement generations & multithreadingHampusM
2022-06-13refactor: make the cursor hide & show methods not staticHampusM
2022-06-13fix: use climits instead of limits in input headerHampusM
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-13feat: add inserting cellsHampusM
2022-06-13refactor: implement matrix iteratorHampusM
2022-06-13perf: add noexcept almost everywhereHampusM
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 cursor controller interfaceHampusM
2022-06-13refactor: make cursor controller track cursor pos itselfHampusM
2022-06-13refactor: add game factoryHampusM
2022-06-13refactor: improve vector2 data type & methodsHampusM
2022-06-13refactor: move directions to vector2 & make vector2 hashableHampusM
2022-06-13refactor: make vector2 data int32_tHampusM
2022-06-13refactor: replace unsigned int with uint32_tHampusM
2022-06-13refactor: improve getters & setters for vector2 & boundsHampusM
2022-06-13refactor: make vector2 & bounds data classesHampusM
2022-06-13refactor: move input config to own file & improve cleanupHampusM
2022-06-13refactor: add game initializerHampusM
2022-06-13feat: add moving cursorHampusM
2022-06-13feat: add input handler & quitting with 'q'HampusM
2022-06-13add basic engine graphicsHampusM
2022-06-13add game & vector2HampusM