| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCons] Rename javascript tool to web | Fabio Alessandrelli | 2023-10-15 | 1 | -2/+2 |
* | Merge pull request #1247 from nicholas-maltbie/nickmaltbie/javascript-wasm-fix | David Snopek | 2023-10-04 | 1 | -0/+2 |
|\ |
|
| * | Added fix for javascript build for godot 4.x | Nick Maltbie | 2023-10-01 | 1 | -0/+2 |
* | | Implement `callable_mp()` and `callable_mp_static()` | David Snopek | 2023-09-21 | 3 | -0/+98 |
* | | Merge pull request #1238 from dsnopek/variant-call-callp | David Snopek | 2023-09-21 | 3 | -0/+16 |
|\ \
| |/
|/| |
|
| * | Fix variant call compiler error | Matthew Murphy | 2023-09-09 | 3 | -0/+16 |
* | | Support `_validate_property()` | David Snopek | 2023-09-12 | 3 | -0/+13 |
|/ |
|
* | Fix formatting of `compatibility_minimum` examples | A Thousand Ships | 2023-08-31 | 1 | -1/+1 |
* | Add automated tests to verify some previous fixes | David Snopek | 2023-08-14 | 4 | -1/+100 |
* | Implement `String::resize()` | David Snopek | 2023-07-31 | 3 | -0/+15 |
* | Merge pull request #1150 from dsnopek/charstring-full | David Snopek | 2023-07-22 | 3 | -0/+10 |
|\ |
|
| * | Attempt to fully implement CharString | David Snopek | 2023-06-22 | 3 | -0/+10 |
* | | Add RPC tests. | Fabio Alessandrelli | 2023-06-30 | 3 | -0/+39 |
|/ |
|
* | Merge pull request #1128 from Mathis-Z/master | Rémi Verschelde | 2023-06-08 | 3 | -0/+9 |
|\ |
|
| * | Fixing #1127 by making return types of auto-generated functions dynamic | Mathis-Z | 2023-06-08 | 3 | -0/+9 |
* | | Revert the changes from PR #1044 and #1045 and standardize on `Object **` enc... | David Snopek | 2023-06-07 | 5 | -45/+63 |
|/ |
|
* | Add automated tests that run a GDExtension (rather than just building it) | David Snopek | 2023-05-17 | 16 | -120/+242 |
* | Update to load function pointers for GDExtension interface | David Snopek | 2023-05-09 | 2 | -2/+3 |
* | Merge pull request #1028 from asmaloney/fix-improper-conversion | Rémi Verschelde | 2023-02-07 | 1 | -1/+1 |
|\ |
|
| * | Fix improper implicit conversion | Andy Maloney | 2023-02-02 | 1 | -1/+1 |
* | | ExampleRef::get_id() should be const | Andy Maloney | 2023-02-02 | 2 | -2/+2 |
|/ |
|
* | 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. | bruvzg | 2023-01-30 | 1 | -3/+0 |
* | | Fixed variant casting for enum and bitfield | Дмитрий Сальников | 2023-01-20 | 3 | -1/+31 |
|/ |
|
* | Expose some low level functions and String operators. | bruvzg | 2023-01-19 | 3 | -0/+35 |
* | Fix spelling in demo script | Andy Maloney | 2023-01-10 | 1 | -1/+1 |
* | Sync license copyright with upstream GH-70885 | Rémi Verschelde | 2023-01-10 | 1 | -29/+4 |
* | Allow method binds to take Object subclasses as arguments | Fabio Alessandrelli | 2023-01-10 | 3 | -0/+8 |
* | Rename godot-headers to gdextension, move header to top folder | Rémi Verschelde | 2022-12-14 | 2 | -4/+4 |
* | Merge pull request #949 from BastiaanOlij/fix_tests_refcounting | Rémi Verschelde | 2022-12-13 | 4 | -8/+46 |
|\ |
|
| * | Change example code to properly represent test cases with refcounted objects | Bastiaan Olij | 2022-12-05 | 4 | -8/+46 |
* | | Rename GDNative to GDExtension | Gilles Roudière | 2022-12-12 | 3 | -8/+8 |
|/ |
|
* | Fix const qualifier for parameters in GDExtension api functions | Emmanuel Leblond | 2022-12-03 | 1 | -1/+1 |
* | Fix some type warnings in example | Andy Maloney | 2022-11-16 | 1 | -3/+3 |
* | Fix Android build on macOS. | bruvzg | 2022-11-10 | 1 | -0/+4 |
* | Add support for virtual and abstract classes | Ricardo Buring | 2022-10-15 | 2 | -0/+16 |
* | 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 | 4 | -19/+17 |
* | Implement support for typed arrays. | bruvzg | 2022-09-23 | 3 | -0/+23 |
* | Change PropertyInfo members to String. | bruvzg | 2022-09-14 | 2 | -2/+18 |
* | Add SelfList template | Ricardo Buring | 2022-09-13 | 1 | -0/+1 |
* | [MSVC] Add NOMINMAX flag to scons and cmake. | Fabio Alessandrelli | 2022-09-12 | 1 | -2/+1 |
* | [Test] Add minimal test for templates inclusion. | Fabio Alessandrelli | 2022-09-12 | 2 | -0/+53 |
* | Merge pull request #817 from akien-mga/test-project-public-domain | Rémi Verschelde | 2022-09-07 | 5 | -122/+57 |
|\ |
|
| * | Relicense integration testing project under public domain/Unlicense | Rémi Verschelde | 2022-08-22 | 5 | -122/+57 |
* | | Add support for `_notification`, `_set`, `_get`, `_get_property_list`, `_prop... | bruvzg | 2022-08-22 | 5 | -0/+75 |
|/ |
|
* | 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 | 3 | -0/+7 |
|\ |
|
| * | Add bindings for Vector4, Vector4i, Projection built-in types. | bruvzg | 2022-07-21 | 3 | -0/+7 |
* | | Rename OSX to macOS. | bruvzg | 2022-07-20 | 3 | -4/+4 |
|/ |
|