Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add automated tests that run a GDExtension (rather than just building it) | David Snopek | 2023-05-17 | 9 | -245/+0 |
| | |||||
* | Update to load function pointers for GDExtension interface | David Snopek | 2023-05-09 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1013 from bruvzg/set_typed_move | Rémi Verschelde | 2023-01-30 | 1 | -3/+0 |
|\ | | | | | | | Move Array:set_typed to internal GDExtension structure. | ||||
| * | Move Array:set_typed to internal GDExtension structure. | bruvzg | 2023-01-30 | 1 | -3/+0 |
| | | |||||
* | | Fixed variant casting for enum and bitfield | Дмитрий Сальников | 2023-01-20 | 1 | -0/+6 |
|/ | |||||
* | Expose some low level functions and String operators. | bruvzg | 2023-01-19 | 1 | -0/+9 |
| | |||||
* | Fix spelling in demo script | Andy Maloney | 2023-01-10 | 1 | -1/+1 |
| | |||||
* | Allow method binds to take Object subclasses as arguments | Fabio Alessandrelli | 2023-01-10 | 1 | -0/+1 |
| | | | | | | As done in upstream Godot via GH-57205. Add a test that ensures it works also for "gdextended" objects. | ||||
* | Change example code to properly represent test cases with refcounted objects | Bastiaan Olij | 2022-12-05 | 2 | -2/+7 |
| | |||||
* | Fix Android build on macOS. | bruvzg | 2022-11-10 | 1 | -0/+4 |
| | |||||
* | Run scripts to format and make headers consistent | Aaron Franke | 2022-10-09 | 1 | -1/+1 |
| | |||||
* | [SCons] Refactor targets, symbols, optimizations. | Fabio Alessandrelli | 2022-10-04 | 3 | -16/+16 |
| | | | | | | | | | Now matches Godot `master` target names and supports the same flags with the following notable exceptions: - The default target is "template_debug", since it's compatible with editor builds (and TOOLS_ENABLED is never used internally). - separate_debug_symbols is still not supported, and will be done in a separate commit. | ||||
* | Implement support for typed arrays. | bruvzg | 2022-09-23 | 1 | -0/+3 |
| | |||||
* | Add support for `_notification`, `_set`, `_get`, `_get_property_list`, ↵ | bruvzg | 2022-08-22 | 2 | -0/+12 |
| | | | | `_property_can_revert`, `_property_get_revert`, and `_to_string` methods. | ||||
* | Fix wrong filepaths in .gdextension, breaking the export | Alexander Rieder | 2022-08-07 | 1 | -12/+12 |
| | |||||
* | Merge pull request #793 from bruvzg/v4_v4i_proj | Rémi Verschelde | 2022-07-25 | 1 | -0/+1 |
|\ | |||||
| * | Add bindings for Vector4, Vector4i, Projection built-in types. | bruvzg | 2022-07-21 | 1 | -0/+1 |
| | | |||||
* | | Rename OSX to macOS. | bruvzg | 2022-07-20 | 1 | -2/+2 |
|/ | |||||
* | Add support for BitField hint, sync API files. | bruvzg | 2022-07-11 | 1 | -1/+1 |
| | |||||
* | Add windows x86_32 library to example gdextension. | Fabio Alessandrelli | 2022-06-27 | 1 | -0/+2 |
| | |||||
* | Unify bits, android_arch, macos_arch ios_arch into arch, support non-x86 | Aaron Franke | 2022-06-01 | 5 | -19/+17 |
| | | | | Unify arguments and add support for ARM64 and RV64 Linux | ||||
* | [Method Bind] Add support for default argument values and static method ↵ | bruvzg | 2022-05-06 | 1 | -15/+32 |
| | | | | binding. Sync headers. | ||||
* | Add support for variadic method binds with the typed return. Sync headers. | bruvzg | 2022-03-30 | 1 | -0/+2 |
| | |||||
* | [macOS] Restore demo library output names. | bruvzg | 2022-02-14 | 3 | -4/+4 |
| | |||||
* | [Demo Project] Add macOS framework templates, update Scons build script and ↵ | bruvzg | 2022-01-11 | 4 | -0/+56 |
| | | | | ".gdextension" file. | ||||
* | Implementing dictionary operators | Bastiaan Olij | 2021-11-23 | 2 | -6/+2 |
| | |||||
* | Implement index operators for Arrays | Bastiaan Olij | 2021-11-12 | 1 | -0/+1 |
| | |||||
* | Setup for building both debug and release build for side by side deployment | Bastiaan Olij | 2021-09-29 | 1 | -2/+4 |
| | |||||
* | Add test for Reference passing/returning. | Fabio Alessandrelli | 2021-09-28 | 1 | -0/+2 |
| | |||||
* | Fully register class on register_class call | Bastiaan Olij | 2021-09-27 | 2 | -5/+9 |
| | |||||
* | Add test for extended object creation/deletion. | Fabio Alessandrelli | 2021-09-27 | 1 | -0/+1 |
| | |||||
* | Add support for property groups | Bastiaan Olij | 2021-09-27 | 3 | -8/+5 |
| | |||||
* | Added TYPED_METHOD_BIND and c++17 flags to windows build and moved test ↵ | Bastiaan Olij | 2021-09-27 | 7 | -0/+128 |
project files |