Commit message (Expand) | Author | Age | |
---|---|---|---|
* | merge #20 | Loek Le Blansch | 2024-11-07 |
* | Merge remote-tracking branch 'origin/master' into max/big-cleanup | max-001 | 2024-11-07 |
|\ | |||
| * | update contributing.md | Loek Le Blansch | 2024-11-07 |
| * | Merge branch 'max/code-style' of github.com:lonkaars/crepe | Loek Le Blansch | 2024-11-07 |
| |\ | |||
| | * | Fix | max-001 | 2024-11-07 |
| | * | Fix | max-001 | 2024-11-07 |
| | * | Added code styles | max-001 | 2024-11-07 |
| * | | fix script example segmentation fault | Loek Le Blansch | 2024-11-07 |
| |/ | |||
* | | Made id const | max-001 | 2024-11-07 |
* | | Made name and tag const | max-001 | 2024-11-07 |
* | | Made game_object_id const | max-001 | 2024-11-07 |
* | | Removed destructor | max-001 | 2024-11-07 |
* | | Code style | max-001 | 2024-11-07 |
* | | Merge remote-tracking branch 'origin/master' into max/big-cleanup | max-001 | 2024-11-07 |
|\| | |||
| * | fix code standard and merge #19 | Loek Le Blansch | 2024-11-06 |
| * | Merge branch 'master' into max/scenes | Loek Le Blansch | 2024-11-06 |
| |\ | |||
| | * | merge #21 | Loek Le Blansch | 2024-11-06 |
| | * | Fix | max-001 | 2024-11-06 |
| | * | Fix | max-001 | 2024-11-06 |
| | * | Fix | max-001 | 2024-11-06 |
| | * | Added hyperlink to # documentation | max-001 | 2024-11-06 |
| | * | Enter too much | max-001 | 2024-11-06 |
| | * | Used <code></code> | max-001 | 2024-11-06 |
| | * | Clarified | max-001 | 2024-11-06 |
| | * | Added extra code-style guidelines | max-001 | 2024-11-06 |
| * | | Merge remote-tracking branch 'origin/master' into max/scenes | max-001 | 2024-11-06 |
| |\| | |||
| * | | Improved test | max-001 | 2024-11-06 |
| * | | Renamed methods and replaced the queue with a simple string | max-001 | 2024-11-06 |
| * | | Used const references instead of pass by value | max-001 | 2024-11-06 |
| * | | Make format | max-001 | 2024-11-06 |
| * | | Merge remote-tracking branch 'origin/master' into max/scenes | max-001 | 2024-11-06 |
| |\ \ | |||
| * | | | Make format | max-001 | 2024-11-05 |
| * | | | Replaced crepe::api to crepe | max-001 | 2024-11-05 |
| * | | | Merge | max-001 | 2024-11-05 |
| * | | | Merge remote-tracking branch 'origin/max/gameobject' into max/scenes | max-001 | 2024-11-05 |
| |\ \ \ | |||
| * | | | | Added examples for the SceneManager | max-001 | 2024-11-05 |
| * | | | | Added SceneManager | max-001 | 2024-11-05 |
| * | | | | Added abstract Scene class | max-001 | 2024-11-05 |
* | | | | | Improved RAII | max-001 | 2024-11-07 |
* | | | | | Added this-> | max-001 | 2024-11-07 |
* | | | | | Fixed includes in example folder | max-001 | 2024-11-07 |
* | | | | | Merge remote-tracking branch 'origin/master' into max/big-cleanup | max-001 | 2024-11-06 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||
| * | | | | update contributing.md | Loek Le Blansch | 2024-11-06 |
| * | | | | update contributing.md | Loek Le Blansch | 2024-11-06 |
| * | | | | fix code style | Loek Le Blansch | 2024-11-06 |
| * | | | | `make format` | Loek Le Blansch | 2024-11-06 |
| | |_|/ | |/| | | |||
* | | | | Moved Matadata to api folder (because it may be used by the game programmer) | max-001 | 2024-11-06 |
* | | | | Made the destructor public and non-virtual (because virtual is not necesary) | max-001 | 2024-11-06 |
* | | | | Made std::string const reference (instead of copy by value) | max-001 | 2024-11-06 |
* | | | | Make format | max-001 | 2024-11-06 |