| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| |/ |
|
| * | 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 |
| * | [Method Bind] Add support for default argument values and static method bindi... | bruvzg | 2022-05-06 | 3 | -23/+62 |
| * | Change registered initializers / terminators to the single function with leve... | bruvzg | 2022-05-04 | 2 | -6/+18 |
| * | Add support for variadic method binds with the typed return. Sync headers. | bruvzg | 2022-03-30 | 3 | -1/+28 |
| * | Sync `misc/` scripts and hooks with upstream Godot | Rémi Verschelde | 2022-03-15 | 1 | -1/+1 |
| * | Update copyright year | Rémi Verschelde | 2022-03-15 | 4 | -8/+8 |
| * | [master] Run black format on SConstruct files and bindings generator | Aaron Franke | 2022-02-26 | 1 | -2/+12 |
| * | Merge branch 'master' of https://github.com/godotengine/godot-cpp into test_c... | Nicolás Carrasco | 2022-02-20 | 4 | -148/+7 |
| |\ |
|
| | * | [macOS] Restore demo library output names. | bruvzg | 2022-02-14 | 4 | -5/+8 |
| | * | Library SCons boilerplate to build projects. | Fabio Alessandrelli | 2022-02-10 | 1 | -146/+2 |
| * | | Fix Test CMake project for Windows and parametrize paths | Nicolás Carrasco | 2022-01-26 | 2 | -28/+31 |
| |/ |
|
| * | [Demo Project] Add macOS framework templates, update Scons build script and "... | bruvzg | 2022-01-11 | 5 | -2/+62 |
| * | Test CMake project with CI (#518) | O01eg | 2021-12-24 | 1 | -0/+152 |
| * | Implementing dictionary operators | Bastiaan Olij | 2021-11-23 | 4 | -6/+15 |
| * | Merge pull request #650 from BastiaanOlij/fix_compile_warnings | Rémi Verschelde | 2021-11-22 | 2 | -6/+18 |
| |\ |
|
| | * | Fixing compiler warnings around implicit type casting loosing precision | Bastiaan Olij | 2021-11-22 | 2 | -6/+18 |