aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Script.h
Commit message (Expand)AuthorAge
* more documentationLoek Le Blansch2024-11-22
* 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
|\
| * replace more vector<reference_wrapper<T>> with RefVectorLoek Le Blansch2024-11-20
* | `make format`Loek Le Blansch2024-11-21
* | pull script/event changes from `loek/collision-system`Loek Le Blansch2024-11-21
* | add Script::subscribeLoek Le Blansch2024-11-20
* | add Log function to scriptLoek Le Blansch2024-11-20
|/
* add TODO commentLoek Le Blansch2024-11-16
* final touchups 2 for #26Loek Le Blansch2024-11-16
* merge `master` into `loek/cleanup`Loek Le Blansch2024-11-15
|\
| * wrap lines at column 95 instead of 80Loek Le Blansch2024-11-15
* | merge `loek/tests` into `loek/cleanup` (close #32)Loek Le Blansch2024-11-13
|\ \
| * | cleanup + fix examplesLoek Le Blansch2024-11-13
| * | `make format`Loek Le Blansch2024-11-13
| * | fix physics testLoek Le Blansch2024-11-13
| * | add script unit tests + major refactoringLoek Le Blansch2024-11-12
| |/
* | add doxygen + check const correctnessLoek Le Blansch2024-11-13
* | update logging to use C++20 format and classesLoek Le Blansch2024-11-13
|/
* remove util and api namespacesLoek Le Blansch2024-11-05
* `make format`Loek Le Blansch2024-10-25
* implement get_component for scriptsLoek Le Blansch2024-10-25
* `make format`Loek Le Blansch2024-10-17
* fix user script implementationLoek Le Blansch2024-10-16