summaryrefslogtreecommitdiffstats
path: root/core/extension
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-272-0/+104
|\
| * Merge pull request #99201 from Ivorforce/variant-get-contents-ptrThaddeus Crews2024-11-262-0/+104
| |\
| | * Add variant_get_ptr_internal_getter to gdextension_interface.h. The function ...Lukas Tenbrink2024-11-262-0/+104
* | | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-1/+1
|\| |
| * | GDExtension: Fix method binds not saying if they are varargsDavid Snopek2024-11-181-1/+1
| |/
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-025-24/+30
|\|
| * Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-311-0/+6
| |\
| | * Always add decimal when printing floatkobewi2024-10-231-0/+6
| * | [Core] Improve error messages with `vformat`A Thousand Ships2024-10-305-24/+24
| |/
* | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2714-28/+28
|\ \
| * | Fix copyright headers referring to GodotSpartan3222024-10-2714-28/+28
* | | Fix `GDExtensionAPIDump` lacking status_version headerSpartan3222024-10-261-0/+1
|/ /
* | 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-1114-0/+28
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-112-7/+7
|/
* Merge pull request #97119 from dsnopek/gdextension-object-instance-idRémi Verschelde2024-10-042-0/+24
|\
| * GDExtension: Allow directly getting `ObjectID` from `Variant`David Snopek2024-09-172-0/+24
* | GDExtension: Use loader to check if the library exists.Gergely Kis2024-09-294-1/+8
* | Merge pull request #93311 from dsnopek/gdextension-required-virtualsRémi Verschelde2024-09-272-2/+3
|\ \
| * | GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-112-2/+3
* | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
| |/ |/|
* | Merge pull request #95840 from raulsntos/char_metadataRémi Verschelde2024-09-122-2/+4
|\ \ | |/ |/|
| * Add metadata for `char16_t` and `char32_t`Raul Santos2024-09-122-2/+4
* | Merge pull request #96787 from raulsntos/gdextension/remove-get-rid-funcRémi Verschelde2024-09-113-5/+5
|\ \
| * | Remove `get_rid_func` from `GDExtensionClassCreationInfo4`Raul Santos2024-09-103-5/+5
| |/
* | Merge pull request #96586 from rune-scape/fix-empty-stringname-hashRémi Verschelde2024-09-111-12/+61
|\ \
| * | StringName: Fix empty hashrune-scape2024-09-091-12/+61
| |/
* / Allow class names to be unicodescgm02024-09-071-1/+1
|/
* Implement typed dictionariesThaddeus Crews2024-09-043-0/+29
* Merge pull request #96292 from AThousandShips/null_check_ref_fixRémi Verschelde2024-09-031-1/+1
|\
| * Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
* | Fix `bool` type appearing in GDExtension headerJan Haller2024-08-311-1/+1
|/
* Core: Сheck `r_error` after calling `callp()`Danil Alexeev2024-08-301-1/+1
* Merge pull request #93972 from Hilderin/fix-editor-needs-restart-after-adding...Rémi Verschelde2024-08-302-7/+89
|\
| * Fix editor needs restart after adding GDExtensionsHilderin2024-08-292-7/+89
* | Fix loading GDExtensions in exported gamesDavid Snopek2024-08-291-5/+3
|/
* Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-271-1/+1
* Merge pull request #91166 from raulsntos/gdextension/loaderRémi Verschelde2024-08-267-344/+577
|\
| * GDExtension: Implement `GDExtensionLoader` conceptRaul Santos2024-08-227-344/+577
* | Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-204-17/+137
|/
* Fix reload of GDExtension libraries in framework package on macosJoel Croteau2024-08-081-10/+1
* Merge pull request #94373 from maiself/fix-library-path-as-absRémi Verschelde2024-07-171-1/+1
|\
| * Fix to restore `library_path` as absolute pathMai Lavelle2024-07-141-1/+1
* | GDExtension docs: advise bindings to use uint64_t for bitfieldsJan Haller2024-07-151-1/+5
|/
* [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-122-0/+87
* Merge pull request #91502 from lyuma/gdextension_open_library_compatRémi Verschelde2024-05-303-0/+60
|\
| * Bind compatibility GDExtension methods removed in 88418Lyuma2024-05-073-0/+60
* | Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-212-3/+1
* | GDExtension: Prevent crash during shutdown as singletons are deletedDavid Snopek2024-05-101-0/+3