aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Renamed methods and replaced the queue with a simple stringmax-0012024-11-06
|
* Used const references instead of pass by valuemax-0012024-11-06
|
* Make formatmax-0012024-11-06
|
* Merge remote-tracking branch 'origin/master' into max/scenesmax-0012024-11-06
|\
| * start cleanupLoek Le Blansch2024-11-05
| |
| * merge #18Loek Le Blansch2024-11-05
| |
* | Make formatmax-0012024-11-05
| |
* | Replaced crepe::api to crepemax-0012024-11-05
| |
* | Mergemax-0012024-11-05
| |
* | Merge remote-tracking branch 'origin/max/gameobject' into max/scenesmax-0012024-11-05
|\|
| * Merge remote-tracking branch 'origin/master' into max/gameobjectmax-0012024-11-05
| |\
| | * `make format`Loek Le Blansch2024-11-05
| | |
| | * create facade folderLoek Le Blansch2024-11-05
| | |
| | * `make format`Loek Le Blansch2024-11-05
| | |
| | * remove util and api namespacesLoek Le Blansch2024-11-05
| | |
| | * move systems + update contributing.mdLoek Le Blansch2024-11-05
| | |
* | | Added examples for the SceneManagermax-0012024-11-05
| | |
* | | Added SceneManagermax-0012024-11-05
| | |
* | | Added abstract Scene classmax-0012024-11-05
|/ /
* | Merge remote-tracking branch 'origin/master' into max/gameobjectmax-0012024-11-05
|\|
| * update contributing.mdLoek Le Blansch2024-11-05
| |
| * Merge branch 'max/code-style' of github.com:lonkaars/crepeLoek Le Blansch2024-11-05
| |\
| | * Improved examplemax-0012024-11-05
| | |
| | * Added examples to the code stylemax-0012024-11-05
| | |
* | | Made add_component() exception savemax-0012024-11-05
| | |
* | | Implemented -1 casemax-0012024-11-05
| | |
* | | Merge remote-tracking branch 'origin/master' into max/gameobjectmax-0012024-11-05
|\| |
| * | make string format RAIILoek Le Blansch2024-11-05
| |/
* | Improved test by adding one Transform component too muchmax-0012024-11-05
| |
* | Implemented get_instances_max() at add_component()max-0012024-11-05
| |
* | Make formatmax-0012024-11-05
| |
* | Implemented get_instances_max() at Transform componentmax-0012024-11-05
| |
* | Improved testmax-0012024-11-05
| |
* | Improved testmax-0012024-11-05
| |
* | Added examplemax-0012024-11-05
| |
* | Replaced auto with concrete typemax-0012024-11-05
| |
* | Changed examples a bit to work with new GameObject classmax-0012024-11-05
| |
* | Modified GameObject according to class diagram (design document)max-0012024-11-05
| |
* | Replaced Point references with Point copy by valuemax-0012024-11-05
| |
* | Added Matadata componentmax-0012024-11-05
| |
* | Added get_instances_max() methodmax-0012024-11-05
|/
* fix CMakeLists for GTest unit testsLoek Le Blansch2024-11-04
|
* Merge branch 'master' of github.com:lonkaars/crepeLoek Le Blansch2024-11-04
|\
| * `make format`Loek Le Blansch2024-11-03
| |
| * remove proprietary fileLoek Le Blansch2024-11-03
| |
| * Merge branch 'master' of https://github.com/lonkaars/crepe into ↵WBoerenkamps2024-11-03
| |\ | | | | | | | | | wouter/events-poc
| * | fixed gameloop double window and event poc is working againWBoerenkamps2024-11-03
| | |
| * | button workingWBoerenkamps2024-10-28
| | |
| * | iKeyListener test and iMouseListener test workingWBoerenkamps2024-10-28
| | |
| * | iMouseListener and iKeyListener implementationWBoerenkamps2024-10-28
| | |