summaryrefslogtreecommitdiffstats
path: root/core/extension/gdextension_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+86
|\
| * Add variant_get_ptr_internal_getter to gdextension_interface.h. The function ...Lukas Tenbrink2024-11-261-0/+86
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-1/+1
|\|
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+1
|\|
| * Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* GDExtension: Allow directly getting `ObjectID` from `Variant`David Snopek2024-09-171-0/+9
* Implement typed dictionariesThaddeus Crews2024-09-041-0/+10
* Core: Сheck `r_error` after calling `callp()`Danil Alexeev2024-08-301-1/+1
* Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-201-0/+10
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-121-0/+26
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+22
* Add extension support for argument count to `ScriptInstance`A Thousand Ships2024-03-131-0/+2
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+56
* Merge pull request #89055 from dsnopek/gdextension-script-free-listsRémi Verschelde2024-03-041-30/+72
|\
| * GDExtension: Pass count when freeing method and property lists for script ins...David Snopek2024-03-021-30/+72
* | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-1/+1
|/
* Allow registering "runtime classes"David Snopek2024-02-201-1/+1
* Allow GDExtensions to register virtual methods and call them on scriptsDavid Snopek2024-02-121-0/+29
* GDExtension: add an interface for loading extra documentationRiteo2024-01-261-0/+17
* GDExtension: Use ObjectID when creating custom callableDavid Snopek2023-10-231-3/+1
* GDExtension: Fix `variant_iter_get()` actually calling `iter_next()`David Snopek2023-10-201-1/+1
* expose Object::free_instance_binding to GDExtensionCed Naru2023-10-041-0/+6
* add GDExtensionScriptInstanceGetClassCategoryDavid Cambré2023-09-271-0/+1
* Merge pull request #82191 from dsnopek/gdextension-redundant-hash-checkRémi Verschelde2023-09-241-4/+0
|\
| * GDExtension: Remove redundant method bind hash checkDavid Snopek2023-09-231-4/+0
* | Merge pull request #78580 from Bromeon/feature/gdextension-stringname-ctorRémi Verschelde2023-09-241-7/+28
|\ \ | |/ |/|
| * More precise documentation for GDExtension String constructors (bytes vs. cha...Jan Haller2023-09-241-7/+7
| * GDExtension: construct StringName directly from char*Jan Haller2023-09-241-0/+21
* | Merge pull request #81521 from dsnopek/method-bind-default-argument-hash-fixRémi Verschelde2023-09-221-0/+12
|\ \ | |/ |/|
| * Fix method hashes with default argumentsDavid Snopek2023-09-211-0/+12
* | Merge pull request #79005 from maiself/gde-custom-callableRémi Verschelde2023-09-191-0/+164
|\ \
| * | Allow CallableCustom objects to be created from GDExtensionsMai Lavelle2023-08-311-0/+164
* | | [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-2/+2
| |/ |/|
* | Allow implementing `ScriptInstance::validate_property()` from GDExtensionDavid Snopek2023-09-041-0/+1
* | GDExtension: Allocate `GDExtensionScriptInstanceInfo2` for compatibility on t...David Snopek2023-08-311-26/+26
|/
* Fix Object::notification orderMarkus Sauermann2023-08-301-0/+39
* Expose PlaceHolderScriptInstance to GDExtensionMai Lavelle2023-08-281-0/+37
* Add get_script_instance to GDExtensionJeff Ward2023-08-071-0/+20
* Allow resizing String's from GDExtensionDavid Snopek2023-07-261-0/+6
* Remove GDExtension compatibility code for Godot 4.0David Snopek2023-06-071-319/+0
* Merge pull request #77010 from dsnopek/gdextension-editor-pluginsRémi Verschelde2023-05-261-0/+16
|\
| * Allow GDExtensions to add editor pluginsDavid Snopek2023-05-251-0/+16
* | Add GDExtension function to get Object class nameDavid Snopek2023-05-221-0/+14
|/
* Rework GDExtension interface from a struct to loading function pointersDavid Snopek2023-05-161-204/+465
* Improve user-friendliness of "return value as function param" pattern in GDEx...Emmanuel Leblond2023-05-151-67/+59
* Merge pull request #76446 from reduz/add-gdextension-api-compatibilityRémi Verschelde2023-05-151-1/+6
|\
| * Add a backwards-compatibility system for GDExtension methodJuan Linietsky2023-05-151-1/+6