Commit message (Expand) | Author | Age | |
---|---|---|---|
* | more documentation | Loek Le Blansch | 2024-11-22 |
* | store `game_object_id` by value instead of reference in Script | Loek Le Blansch | 2024-11-21 |
* | `make format` | Loek Le Blansch | 2024-11-21 |
* | use OptionalRef instead of pointer references | Loek Le Blansch | 2024-11-21 |
* | merge `master` into `loek/scripts` | Loek Le Blansch | 2024-11-21 |
|\ | |||
| * | replace more vector<reference_wrapper<T>> with RefVector | Loek Le Blansch | 2024-11-20 |
* | | `make format` | Loek Le Blansch | 2024-11-21 |
* | | pull script/event changes from `loek/collision-system` | Loek Le Blansch | 2024-11-21 |
* | | add Script::subscribe | Loek Le Blansch | 2024-11-20 |
* | | add Log function to script | Loek Le Blansch | 2024-11-20 |
|/ | |||
* | add TODO comment | Loek Le Blansch | 2024-11-16 |
* | final touchups 2 for #26 | Loek Le Blansch | 2024-11-16 |
* | merge `master` into `loek/cleanup` | Loek Le Blansch | 2024-11-15 |
|\ | |||
| * | wrap lines at column 95 instead of 80 | Loek Le Blansch | 2024-11-15 |
* | | merge `loek/tests` into `loek/cleanup` (close #32) | Loek Le Blansch | 2024-11-13 |
|\ \ | |||
| * | | cleanup + fix examples | Loek Le Blansch | 2024-11-13 |
| * | | `make format` | Loek Le Blansch | 2024-11-13 |
| * | | fix physics test | Loek Le Blansch | 2024-11-13 |
| * | | add script unit tests + major refactoring | Loek Le Blansch | 2024-11-12 |
| |/ | |||
* | | add doxygen + check const correctness | Loek Le Blansch | 2024-11-13 |
* | | update logging to use C++20 format and classes | Loek Le Blansch | 2024-11-13 |
|/ | |||
* | remove util and api namespaces | Loek Le Blansch | 2024-11-05 |
* | `make format` | Loek Le Blansch | 2024-10-25 |
* | implement get_component for scripts | Loek Le Blansch | 2024-10-25 |
* | `make format` | Loek Le Blansch | 2024-10-17 |
* | fix user script implementation | Loek Le Blansch | 2024-10-16 |