aboutsummaryrefslogtreecommitdiff
path: root/src/crepe
Commit message (Collapse)AuthorAge
* manager mediator refactorLoek Le Blansch2024-11-28
|
* Merge branch 'max/ecs' of github.com:lonkaars/crepeLoek Le Blansch2024-11-27
|\
| * Renamed componentArray to component_arraymax-0012024-11-26
| |
| * Improved delete_all_components()max-0012024-11-26
| |
| * It is now possible to reset the persistent flagmax-0012024-11-26
| |
| * Replaced vector by unordered_mapmax-0012024-11-26
| |
| * Make formatmax-0012024-11-24
| |
| * Corrected includemax-0012024-11-24
| |
| * Merge remote-tracking branch 'origin/master' into max/ecsmax-0012024-11-24
| |\
| * | Implemented persistent objectsmax-0012024-11-22
| | |
* | | nitpick #50Loek Le Blansch2024-11-24
| | |
* | | Merge branch 'max/scenes' of github.com:lonkaars/crepeLoek Le Blansch2024-11-24
|\ \ \
| * | | Implemented feedbackmax-0012024-11-24
| | | |
| * | | Merge remote-tracking branch 'origin/master' into max/scenesmax-0012024-11-24
| |\ \ \ | | | |/ | | |/|
| * | | Little fix (typo)max-0012024-11-22
| | | |
| * | | Replaced ComponentManager reference by OptionalRef for late bindingmax-0012024-11-22
| | |/ | |/|
* | | Merge branch 'wouter/gameloop' of github.com:lonkaars/crepeLoek Le Blansch2024-11-24
|\ \ \
| * | | fixed loop fixWBoerenkamps2024-11-22
| |/ /
* | / fix RenderSystem unit test path resolution + reset Config before each testloek/hotfixLoek Le Blansch2024-11-22
| |/ |/|
* | more documentationLoek Le Blansch2024-11-22
| |
* | Merge remote-tracking branch 'origin/master' into max/vector2max-0012024-11-22
|\ \
| * \ Merge branch 'niels/rendering_transform_midpoint_bugfix' of ↵Loek Le Blansch2024-11-22
| |\ \ | | | | | | | | | | | | github.com:lonkaars/crepe
| | * | rendering particles in at the center point and not in the top left corner.heavydemon212024-11-21
| | |/
| * | store `game_object_id` by value instead of reference in ScriptLoek Le Blansch2024-11-21
| | |
| * | `make format`Loek Le Blansch2024-11-21
| | |
| * | use OptionalRef instead of pointer referencesLoek Le Blansch2024-11-21
| | |
| * | merge `master` into `loek/scripts`Loek Le Blansch2024-11-21
| |\|
| * | `make format`Loek Le Blansch2024-11-21
| | |
| * | Merge branch 'master' into loek/scriptsLoek Le Blansch2024-11-21
| |\ \
| * | | pull script/event changes from `loek/collision-system`Loek Le Blansch2024-11-21
| | | |
| * | | add Script::subscribeLoek Le Blansch2024-11-20
| | | |
| * | | Merge branch 'master' into loek/scriptsLoek Le Blansch2024-11-20
| |\ \ \
| * | | | add Log function to scriptLoek Le Blansch2024-11-20
| | | | |
* | | | | Replaced Vector2<double> by vec2 typedefmax-0012024-11-22
| | | | |
* | | | | Added <T> to argumentsmax-0012024-11-22
| | | | |
* | | | | Fix: added #pragma oncemax-0012024-11-21
| | | | |
* | | | | Fix: added #pragma oncemax-0012024-11-21
| | | | |
* | | | | Extended Vector2max-0012024-11-21
| | | | |
* | | | | Minor changes due to templating of Vector2max-0012024-11-21
| | | | |
* | | | | Made Vector2 templatedmax-0012024-11-21
| |_|_|/ |/| | |
* | | | `make format`loek/utilLoek Le Blansch2024-11-21
| | | |
* | | | Merge branch 'master' into loek/utilLoek Le Blansch2024-11-21
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge remote-tracking branch 'origin/master' into max/doxygenmax-0012024-11-21
| |\ \ \ | | | |/ | | |/|
| * | | Added constmax-0012024-11-21
| | | |
| * | | Added Doxygenmax-0012024-11-21
| | | |
| * | | Added SceneManger to LoopManagermax-0012024-11-21
| | | |
| * | | Changed commentmax-0012024-11-21
| | | |
| * | | Added TODOmax-0012024-11-21
| | | |
| * | | Replaced Scene's name variable with get_name() methodmax-0012024-11-21
| | | |
| * | | Added Doxygen comments/explanation for GameObjects and Scenesmax-0012024-11-20
| | | |