summaryrefslogtreecommitdiffstats
path: root/gdextension
Commit message (Expand)AuthorAgeFilesLines
* Sync with commit Redot-Engine/redot-engine@77eaec766e2e40f2a5d399989d827f9582...Spartan3222024-10-312-208/+4979
* Rebrand godot-cpp to redot-cppSpartan3222024-10-311-5/+5
* Update for new NOTIFICATION_POSTINITIALIZE handlingDavid Snopek2024-10-291-5/+72
* Merge pull request #1591 from dsnopek/variant-object-instance-idDavid Snopek2024-10-291-0/+12
|\
| * Directly get object instance ID from `Variant` and implement `Variant::get_va...David Snopek2024-10-171-0/+12
* | Update bindings to 4.4.dev2Thaddeus Crews2024-09-172-38/+3719
|/
* gdextension: Sync with upstream commit 77dcf97d82cbfe4e4615475fa52ca03da645db...Chris Cranford2024-08-151-3/+2
* gdextension: Sync with upstream commit 03afb92efa18874da19f7fc185a32c005d20aa...David Snopek2024-08-091-2/+2
* gdextension: Sync with upstream commit 3978628c6cc1227250fc6ed45c8d854d24c30c...David Snopek2024-08-022-17/+332
* gdextension: Sync with upstream commit b75f0485ba15951b87f1d9a2d8dd0fcd55e178...David Snopek2024-06-201-11/+328
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-132-10/+488
* gdextension: Sync with upstream commit a4f2ea91a1bd18f70a43ff4c1377db49b56bc3...David Snopek2024-05-311-929/+20090
* Catch up with minor changes to `gdextension_interface.h`David Snopek2024-05-281-1/+5
* Merge pull request #1450 from dsnopek/free-property-list-countDavid Snopek2024-05-081-1/+2
|\
| * Update `free_property_list` callback to take countDavid Snopek2024-04-301-1/+2
* | Merge pull request #1374 from dsnopek/gdext-docsRémi Verschelde2024-05-081-0/+25
|\ \
| * | Allow submitting documentation to the Godot editorDavid Snopek2024-05-071-0/+25
| |/
* / Add support for `PackedVector4Array`David Snopek2024-05-062-27/+453
|/
* Add extension support for argument count to `ScriptInstance`A Thousand Ships2024-03-141-0/+4
* Merge pull request #1397 from dsnopek/script-free-listsDavid Snopek2024-03-141-5/+62
|\
| * Load new `script_instance_create3` GDExtension interface functionDavid Snopek2024-03-011-5/+62
* | Add support for getting argument count from `Callable`sA Thousand Ships2024-03-141-1/+50
|/
* Allow registering "runtime classes"David Snopek2024-02-131-2/+51
* Allow GDExtensions to register virtual methods and call them on scriptsDavid Snopek2024-02-121-1/+60
* gdextension: Sync with upstream commit 46dc277917a93cbf601bbcf0d27d00f6feeec0...Rémi Verschelde2023-11-301-2/+2
* gdextension: Sync with upstream commit d6a1db2b07595f80c0f19ab01c6b4d0b66002b...Rémi Verschelde2023-11-241-2/+2
* gdextension: Sync with upstream commit ad72de508363ca8d10c6b148be44a02cdf12be...Rémi Verschelde2023-11-201-2/+2
* gdextension: Sync with upstream commit 64150060f89677eaf11229813ae6c5cf8a8738...Rémi Verschelde2023-11-131-2/+10
* gdextension: Sync with upstream commit 4c96e9676b66d0cc9a25022b019b78f4c20ddc...Rémi Verschelde2023-11-131-6/+2
* gdextension: Sync with upstream commit 93cdacbb0a30f12b2f3f5e8e06b90149deeb55...Rémi Verschelde2023-11-131-62/+66
* Merge pull request #1286 from dsnopek/callable-custom-object-idDavid Snopek2023-10-251-2/+2
|\
| * Switch to using `ObjectID` in custom callablesDavid Snopek2023-10-251-2/+2
* | gdextension: Sync with upstream commit e8d57afaeccf0d9f9726746f49936eb93aa003...Rémi Verschelde2023-10-241-2/+33
|/
* gdextension: Sync with upstream commit f8818f85e6c43cdf1277e8ae85eba19ca0a003...Rémi Verschelde2023-10-202-56/+298
* gdextension: Sync with upstream commit b1371806ad3907c009458ea939bd4b810f9deb...Rémi Verschelde2023-10-121-2017/+7906
* Merge pull request #1263 from dsnopek/string-name-newRémi Verschelde2023-10-121-8/+52
|\
| * Use the new `string_name_new_with_latin1_chars` function to improve StringNam...David Snopek2023-10-091-8/+52
* | Miscellaneous updates to gdextension_interface.hDavid Snopek2023-10-111-1/+12
|/
* Update for `get_class_category` added to `GDExtensionScriptInstanceInfo2`David Snopek2023-10-041-0/+3
* Changes necessary for hot reload to workDavid Snopek2023-09-251-0/+2
* Implement `callable_mp()` and `callable_mp_static()`David Snopek2023-09-211-0/+69
* Update for addition of `get_virtual_call_data_func` and `call_virtual_func` t...David Snopek2023-09-201-4/+16
* Support `_validate_property()`David Snopek2023-09-121-0/+4
* Merge pull request #970 from Daylily-Zeleen/daylily-zeleen/register_unexposed...David Snopek2023-09-111-0/+1
|\
| * Implement register unexposed class.Daylily-Zeleen2023-09-041-0/+1
* | Merge pull request #1208 from dsnopek/check-godot-versionDavid Snopek2023-09-091-154/+3259
|\ \ | |/ |/|
| * Check that GDExtension is opened by compatible Godot versionDavid Snopek2023-08-141-154/+3259
* | GDExtension: fix `bool` unknown in CJan Haller2023-09-021-2/+2
* | Fix `Object::notification` orderMarkus Sauermann2023-08-301-4/+108
* | Add support for placeholder_script_instance_create/updateDavid Snopek2023-08-281-0/+31
|/