summaryrefslogtreecommitdiffstats
path: root/src/core/object.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
* Fix warnings emitted with -WallRichard Hozák2024-06-021-1/+1
* Implement to/from dict helpers for PropertyInfo/MethodInfoChris Cranford2024-04-201-0/+58
* 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-161-0/+30
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+29
* Rename GDNative to GDExtensionGilles Roudière2022-12-121-5/+5
* Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-081-3/+3
* [Method Bind] Add support for default argument values and static method bindi...bruvzg2022-05-061-5/+5
* Update copyright yearRémi Verschelde2022-03-151-2/+2
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-0/+54