summaryrefslogtreecommitdiffstats
path: root/test/demo
Commit message (Collapse)AuthorAgeFilesLines
* Add automated tests that run a GDExtension (rather than just building it)David Snopek2023-05-179-245/+0
|
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-091-0/+1
|
* Merge pull request #1013 from bruvzg/set_typed_moveRémi Verschelde2023-01-301-3/+0
|\ | | | | | | Move Array:set_typed to internal GDExtension structure.
| * Move Array:set_typed to internal GDExtension structure.bruvzg2023-01-301-3/+0
| |
* | Fixed variant casting for enum and bitfieldДмитрий Сальников2023-01-201-0/+6
|/
* Expose some low level functions and String operators.bruvzg2023-01-191-0/+9
|
* Fix spelling in demo scriptAndy Maloney2023-01-101-1/+1
|
* Allow method binds to take Object subclasses as argumentsFabio Alessandrelli2023-01-101-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 objectsBastiaan Olij2022-12-052-2/+7
|
* Fix Android build on macOS.bruvzg2022-11-101-0/+4
|
* Run scripts to format and make headers consistentAaron Franke2022-10-091-1/+1
|
* [SCons] Refactor targets, symbols, optimizations.Fabio Alessandrelli2022-10-043-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.bruvzg2022-09-231-0/+3
|
* Add support for `_notification`, `_set`, `_get`, `_get_property_list`, ↵bruvzg2022-08-222-0/+12
| | | | `_property_can_revert`, `_property_get_revert`, and `_to_string` methods.
* Fix wrong filepaths in .gdextension, breaking the exportAlexander Rieder2022-08-071-12/+12
|
* Merge pull request #793 from bruvzg/v4_v4i_projRémi Verschelde2022-07-251-0/+1
|\
| * Add bindings for Vector4, Vector4i, Projection built-in types.bruvzg2022-07-211-0/+1
| |
* | Rename OSX to macOS.bruvzg2022-07-201-2/+2
|/
* Add support for BitField hint, sync API files.bruvzg2022-07-111-1/+1
|
* Add windows x86_32 library to example gdextension.Fabio Alessandrelli2022-06-271-0/+2
|
* Unify bits, android_arch, macos_arch ios_arch into arch, support non-x86Aaron Franke2022-06-015-19/+17
| | | | Unify arguments and add support for ARM64 and RV64 Linux
* [Method Bind] Add support for default argument values and static method ↵bruvzg2022-05-061-15/+32
| | | | binding. Sync headers.
* Add support for variadic method binds with the typed return. Sync headers.bruvzg2022-03-301-0/+2
|
* [macOS] Restore demo library output names.bruvzg2022-02-143-4/+4
|
* [Demo Project] Add macOS framework templates, update Scons build script and ↵bruvzg2022-01-114-0/+56
| | | | ".gdextension" file.
* Implementing dictionary operatorsBastiaan Olij2021-11-232-6/+2
|
* Implement index operators for ArraysBastiaan Olij2021-11-121-0/+1
|
* Setup for building both debug and release build for side by side deploymentBastiaan Olij2021-09-291-2/+4
|
* Add test for Reference passing/returning.Fabio Alessandrelli2021-09-281-0/+2
|
* Fully register class on register_class callBastiaan Olij2021-09-272-5/+9
|
* Add test for extended object creation/deletion.Fabio Alessandrelli2021-09-271-0/+1
|
* Add support for property groupsBastiaan Olij2021-09-273-8/+5
|
* Added TYPED_METHOD_BIND and c++17 flags to windows build and moved test ↵Bastiaan Olij2021-09-277-0/+128
project files