summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [SCons] Rename javascript tool to webFabio Alessandrelli2023-10-151-2/+2
* Merge pull request #1247 from nicholas-maltbie/nickmaltbie/javascript-wasm-fixDavid Snopek2023-10-041-0/+2
|\
| * Added fix for javascript build for godot 4.xNick Maltbie2023-10-011-0/+2
* | Implement `callable_mp()` and `callable_mp_static()`David Snopek2023-09-213-0/+98
* | Merge pull request #1238 from dsnopek/variant-call-callpDavid Snopek2023-09-213-0/+16
|\ \ | |/ |/|
| * Fix variant call compiler errorMatthew Murphy2023-09-093-0/+16
* | Support `_validate_property()`David Snopek2023-09-123-0/+13
|/
* Fix formatting of `compatibility_minimum` examplesA Thousand Ships2023-08-311-1/+1
* Add automated tests to verify some previous fixesDavid Snopek2023-08-144-1/+100
* Implement `String::resize()`David Snopek2023-07-313-0/+15
* Merge pull request #1150 from dsnopek/charstring-fullDavid Snopek2023-07-223-0/+10
|\
| * Attempt to fully implement CharStringDavid Snopek2023-06-223-0/+10
* | Add RPC tests.Fabio Alessandrelli2023-06-303-0/+39
|/
* Merge pull request #1128 from Mathis-Z/masterRémi Verschelde2023-06-083-0/+9
|\
| * Fixing #1127 by making return types of auto-generated functions dynamicMathis-Z2023-06-083-0/+9
* | Revert the changes from PR #1044 and #1045 and standardize on `Object **` enc...David Snopek2023-06-075-45/+63
|/
* Add automated tests that run a GDExtension (rather than just building it)David Snopek2023-05-1716-120/+242
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-092-2/+3
* Merge pull request #1028 from asmaloney/fix-improper-conversionRémi Verschelde2023-02-071-1/+1
|\
| * Fix improper implicit conversionAndy Maloney2023-02-021-1/+1
* | ExampleRef::get_id() should be constAndy Maloney2023-02-022-2/+2
|/
* Merge pull request #1013 from bruvzg/set_typed_moveRémi Verschelde2023-01-301-3/+0
|\
| * Move Array:set_typed to internal GDExtension structure.bruvzg2023-01-301-3/+0
* | Fixed variant casting for enum and bitfieldДмитрий Сальников2023-01-203-1/+31
|/
* Expose some low level functions and String operators.bruvzg2023-01-193-0/+35
* Fix spelling in demo scriptAndy Maloney2023-01-101-1/+1
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+4
* Allow method binds to take Object subclasses as argumentsFabio Alessandrelli2023-01-103-0/+8
* Rename godot-headers to gdextension, move header to top folderRémi Verschelde2022-12-142-4/+4
* Merge pull request #949 from BastiaanOlij/fix_tests_refcountingRémi Verschelde2022-12-134-8/+46
|\
| * Change example code to properly represent test cases with refcounted objectsBastiaan Olij2022-12-054-8/+46
* | Rename GDNative to GDExtensionGilles Roudière2022-12-123-8/+8
|/
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-031-1/+1
* Fix some type warnings in exampleAndy Maloney2022-11-161-3/+3
* Fix Android build on macOS.bruvzg2022-11-101-0/+4
* Add support for virtual and abstract classesRicardo Buring2022-10-152-0/+16
* Run scripts to format and make headers consistentAaron Franke2022-10-091-1/+1
* [SCons] Refactor targets, symbols, optimizations.Fabio Alessandrelli2022-10-044-19/+17
* Implement support for typed arrays.bruvzg2022-09-233-0/+23
* Change PropertyInfo members to String.bruvzg2022-09-142-2/+18
* Add SelfList templateRicardo Buring2022-09-131-0/+1
* [MSVC] Add NOMINMAX flag to scons and cmake.Fabio Alessandrelli2022-09-121-2/+1
* [Test] Add minimal test for templates inclusion.Fabio Alessandrelli2022-09-122-0/+53
* Merge pull request #817 from akien-mga/test-project-public-domainRémi Verschelde2022-09-075-122/+57
|\
| * Relicense integration testing project under public domain/UnlicenseRémi Verschelde2022-08-225-122/+57
* | Add support for `_notification`, `_set`, `_get`, `_get_property_list`, `_prop...bruvzg2022-08-225-0/+75
|/
* 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-253-0/+7
|\
| * Add bindings for Vector4, Vector4i, Projection built-in types.bruvzg2022-07-213-0/+7
* | Rename OSX to macOS.bruvzg2022-07-203-4/+4
|/