summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/godot.hpp
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-131-0/+4
* Clean up instance bindings for engine singletons to prevent crashDavid Snopek2024-05-101-0/+1
* Merge pull request #1374 from dsnopek/gdext-docsRémi Verschelde2024-05-081-0/+7
|\
| * Allow submitting documentation to the Godot editorDavid Snopek2024-05-071-0/+7
* | Add support for `PackedVector4Array`David Snopek2024-05-061-0/+2
|/
* Merge pull request #1397 from dsnopek/script-free-listsDavid Snopek2024-03-141-1/+1
|\
| * Load new `script_instance_create3` GDExtension interface functionDavid Snopek2024-03-011-1/+1
* | Add support for getting argument count from `Callable`sA Thousand Ships2024-03-141-1/+1
|/
* Allow registering "runtime classes"David Snopek2024-02-131-1/+1
* Allow GDExtensions to register virtual methods and call them on scriptsDavid Snopek2024-02-121-0/+3
* [iOS] Fix initialisation/termination of multiple statically linked extensions.bruvzg2023-11-231-7/+25
* Add `CallableCustom` that devs can use in their GDExtensionsDavid Snopek2023-11-061-0/+1
* Merge pull request #1266 from dsnopek/automatic-engine-class-registrationDavid Snopek2023-10-161-3/+0
|\
| * Automatically register only engine classes whose header has been includedDavid Snopek2023-10-161-3/+0
* | Use the new `string_name_new_with_latin1_chars` function to improve StringNam...David Snopek2023-10-091-0/+1
|/
* Implement `callable_mp()` and `callable_mp_static()`David Snopek2023-09-211-0/+1
* Fix `Object::notification` orderMarkus Sauermann2023-08-301-2/+2
* Add support for placeholder_script_instance_create/updateDavid Snopek2023-08-281-0/+2
* Implement `String::resize()`David Snopek2023-07-311-0/+1
* Add support for indexed propertiesMikael Hermansson2023-07-261-0/+1
* Merge pull request #1114 from dsnopek/editor-pluginsRémi Verschelde2023-05-261-0/+2
|\
| * Add support for adding/removing editor pluginsDavid Snopek2023-05-161-0/+2
* | Ensure GDExtension class is the correct type for the Godot engine classDavid Snopek2023-05-161-0/+4
|/
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-091-7/+141
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+29
* Rename godot-headers to gdextension, move header to top folderRémi Verschelde2022-12-141-1/+1
* Rename GDNative to GDExtensionGilles Roudière2022-12-121-17/+17
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-031-3/+3
* Basic static analysis fixesAndy Maloney2022-11-181-1/+1
* Run scripts to format and make headers consistentAaron Franke2022-10-091-3/+3
* Change registered initializers / terminators to the single function with leve...bruvzg2022-05-041-13/+14
* Update copyright yearRémi Verschelde2022-03-151-2/+2
* Reorder native extension initialization stepsGilles Roudière2022-02-281-2/+2
* Make extension instances create the corresponding godot object in their const...Gilles Roudière2021-12-031-3/+0
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-281-3/+3
* Fix some clang format thingsBastiaan Olij2021-09-271-1/+1
* Add in driver types and rejig code to make it easier to extendBastiaan Olij2021-09-271-9/+5
* Change initialization to allow custom level callbacksGeorge Marques2021-09-271-0/+35
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-0/+58