summaryrefslogtreecommitdiffstats
path: root/src/godot.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
* Update for new NOTIFICATION_POSTINITIALIZE handlingDavid Snopek2024-10-291-4/+4
* Merge pull request #1591 from dsnopek/variant-object-instance-idDavid Snopek2024-10-291-0/+2
|\
| * Directly get object instance ID from `Variant` and implement `Variant::get_va...David Snopek2024-10-171-0/+2
* | Implement typed dictionariesThaddeus Crews2024-09-171-0/+2
|/
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-131-0/+8
* Clean up instance bindings for engine singletons to prevent crashDavid Snopek2024-05-101-0/+2
* Merge pull request #1374 from dsnopek/gdext-docsRémi Verschelde2024-05-081-0/+52
|\
| * Allow submitting documentation to the Godot editorDavid Snopek2024-05-071-0/+52
* | Add support for `PackedVector4Array`David Snopek2024-05-061-0/+4
|/
* Merge pull request #1397 from dsnopek/script-free-listsDavid Snopek2024-03-141-2/+2
|\
| * Load new `script_instance_create3` GDExtension interface functionDavid Snopek2024-03-011-2/+2
* | Add support for getting argument count from `Callable`sA Thousand Ships2024-03-141-2/+2
|/
* Allow registering "runtime classes"David Snopek2024-02-131-2/+2
* Allow GDExtensions to register virtual methods and call them on scriptsDavid Snopek2024-02-121-0/+6
* Avoid error from -Werror=type-limits on GCC 11David Snopek2023-11-301-0/+5
* [iOS] Fix initialisation/termination of multiple statically linked extensions.bruvzg2023-11-231-20/+70
* Add `CallableCustom` that devs can use in their GDExtensionsDavid Snopek2023-11-061-0/+2
* Merge pull request #1266 from dsnopek/automatic-engine-class-registrationDavid Snopek2023-10-161-2/+2
|\
| * Automatically register only engine classes whose header has been includedDavid Snopek2023-10-161-2/+2
* | Use the new `string_name_new_with_latin1_chars` function to improve StringNam...David Snopek2023-10-091-0/+2
|/
* Implement `callable_mp()` and `callable_mp_static()`David Snopek2023-09-211-0/+2
* Merge pull request #1242 from AThousandShips/null_checkDavid Snopek2023-09-201-1/+1
|\
| * Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-131-1/+1
* | Load 'print_error_with_message' functionDavid Snopek2023-09-151-1/+1
|/
* Merge pull request #1208 from dsnopek/check-godot-versionDavid Snopek2023-09-091-12/+41
|\
| * Check that GDExtension is opened by compatible Godot versionDavid Snopek2023-08-141-12/+41
* | Fix `Object::notification` orderMarkus Sauermann2023-08-301-4/+4
* | Add support for placeholder_script_instance_create/updateDavid Snopek2023-08-281-0/+4
|/
* Implement `String::resize()`David Snopek2023-07-311-0/+2
* Add support for indexed propertiesMikael Hermansson2023-07-261-0/+2
* Remove unused free-standing `initialize_level` and `deinitialize_level`Mikael Hermansson2023-06-301-11/+0
* Automatically remove editor plugins when deinitializing GDExtensionDavid Snopek2023-06-131-0/+2
* Merge pull request #1137 from dsnopek/no-more-legacy-modeDavid Snopek2023-06-081-1/+1
|\
| * Clarify error message because there isn't a legacy Godot 4.0 mode anymoreDavid Snopek2023-06-081-1/+1
* | Correctly load gdextension_interface_print_errorDavid Snopek2023-05-311-1/+1
|/
* Merge pull request #1114 from dsnopek/editor-pluginsRémi Verschelde2023-05-261-0/+4
|\
| * Add support for adding/removing editor pluginsDavid Snopek2023-05-161-0/+4
* | Ensure GDExtension class is the correct type for the Godot engine classDavid Snopek2023-05-161-0/+3
|/
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-091-4/+319
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+29
* Rename GDNative to GDExtensionGilles Roudière2022-12-121-12/+12
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-031-1/+1
* Fix use-after-free when deleting objects from extension terminatorMikael Hermansson2022-10-111-1/+2
* Change registered initializers / terminators to the single function with leve...bruvzg2022-05-041-48/+15
* Update copyright yearRémi Verschelde2022-03-151-2/+2
* Reorder native extension initialization stepsGilles Roudière2022-02-281-8/+8
* Make extension instances create the corresponding godot object in their const...Gilles Roudière2021-12-031-11/+0
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-281-3/+3
* Add in driver types and rejig code to make it easier to extendBastiaan Olij2021-09-271-68/+32