summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot-cpp@c20a84e483ec61c77e5903cb4a139f6875e28a3bSpartan3222024-11-121-1/+6
|\
| * Fix crash in `ClassDB::add_virtual_method()` if arguments metadata is the wro...David Snopek2024-10-291-1/+6
* | Rebrand preambles to RedotSpartan3222024-10-315-10/+20
|/
* Integrate `.pre-commit-config.yaml`Thaddeus Crews2024-06-241-3/+3
* Fix warnings emitted with -WallRichard Hozák2024-06-022-3/+3
* Clean up instance bindings for engine singletons to prevent crashDavid Snopek2024-05-101-0/+18
* Implement to/from dict helpers for PropertyInfo/MethodInfoChris Cranford2024-04-201-0/+58
* Merge pull request #1383 from bruvzg/memalignDavid Snopek2024-02-261-6/+6
|\
| * [Core] Improve `CowData` and `Memory` metadata alignment.bruvzg2024-02-051-6/+6
* | Allow GDExtensions to register virtual methods and call them on scriptsDavid Snopek2024-02-121-0/+41
|/
* [iOS] Fix building as static library or xcframework, add iOS config and xcfra...bruvzg2023-11-091-5/+6
* Fixes crash in ClassDB::deinitialize due to usage of invalid iterator.Joël Lamotte (Klaim)2023-10-051-3/+12
* Changes necessary for hot reload to workDavid Snopek2023-09-251-0/+3
* Merge pull request #1165 from dsnopek/missing-classesDavid Snopek2023-09-211-1/+12
|\
| * Handle missing instance binding callbacks by finding the closest parentDavid Snopek2023-09-191-1/+12
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-132-4/+4
|/
* Add support for indexed propertiesMikael Hermansson2023-07-261-9/+1
* Unregister custom classes in reverse registration orderKehom2023-06-191-3/+6
* Identifiers containing double underscore are reserved according to the C++ st...Andy Maloney2023-06-151-1/+1
* Ensure GDExtension class is the correct type for the Godot engine classDavid Snopek2023-05-162-0/+37
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-094-16/+16
* Fix incorrect memory allocation in release builds.bruvzg2023-02-211-6/+53
* Update error macros to match coreMikael Hermansson2023-01-221-31/+26
* Fix sign comparison warnings in class_db.cppAndy Maloney2023-01-191-4/+4
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-105-145/+145
* Extension header: amend const correctness of `p_args` parametersJan Haller2022-12-141-2/+2
* Rename GDNative to GDExtensionGilles Roudière2022-12-125-72/+72
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-032-7/+7
* Fixup after 243ec87918Rémi Verschelde2022-11-161-1/+1
* StringName is working fine with demo \o/Emmanuel Leblond2022-11-081-6/+6
* Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-083-85/+82
* Type `GDNativePropertyInfo.type` field as `GDNativeVariantType`Emmanuel Leblond2022-10-131-2/+2
* Merge pull request #876 from Daylily-Zeleen/Daylily-Zeleen/masterRémi Verschelde2022-10-071-22/+22
|\
| * Add detail infos for binding error message.daylilyzeleen2022-09-301-22/+22
* | Fix deriving a custom class with virtual methodsMarc Gilleron2022-09-211-5/+14
|/
* Change PropertyInfo members to String.bruvzg2022-09-141-11/+21
* Add support for BitField hint, sync API files.bruvzg2022-07-111-2/+2
* [Method Bind] Add support for default argument values and static method bindi...bruvzg2022-05-063-19/+45
* Update copyright yearRémi Verschelde2022-03-155-10/+10
* Port a bunch of Godot container templates to GDExtension.bruvzg2022-02-181-0/+13
* Add ERR_ macros variants using `String` messages.bruvzg2022-02-171-0/+34
* Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add missi...bruvzg2022-02-141-1/+1
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-284-13/+13
* Fully register class on register_class callBastiaan Olij2021-09-271-103/+77
* _err_print_error only output p_message so swapped parameters aroundBastiaan Olij2021-09-271-1/+1
* Add support for property groupsBastiaan Olij2021-09-271-2/+24
* Change initialization to allow custom level callbacksGeorge Marques2021-09-271-0/+1
* Silence delete compile warning in memory.h/cpp on WindowsBastiaan Olij2021-09-271-0/+19
* Fix issues with method callsGeorge Marques2021-09-271-1/+1
* Replace bindgins to work with extensionsGeorge Marques2021-09-2722-6516/+473