summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/core/object.hpp
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
* Merge pull request #1409 from Repiteo/class-to-typenameDavid Snopek2024-04-021-8/+8
|\
| * Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-101-8/+8
* | Fix explicit namespaces in macrosMarc Gilleron2024-03-081-5/+5
|/
* Allow GDExtensions to register virtual methods and call them on scriptsDavid Snopek2024-02-121-0/+2
* Add `CallableCustom` that devs can use in their GDExtensionsDavid Snopek2023-11-061-22/+2
* Add support for indexed propertiesMikael Hermansson2023-07-261-0/+1
* Ensure GDExtension class is the correct type for the Godot engine classDavid Snopek2023-05-161-3/+9
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-091-6/+6
* Revert "Fix Object::cast_to<T>() for custom classes"David Snopek2023-02-161-2/+2
* Fix Object::cast_to<T>() for custom classesDavid Snopek2023-02-111-2/+2
* 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-10/+10
* Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-081-12/+14
* Run scripts to format and make headers consistentAaron Franke2022-10-091-1/+1
* Add `Object::cast_to` for `const Object*`Marc Gilleron2022-09-181-0/+12
* Add support for `_notification`, `_set`, `_get`, `_get_property_list`, `_prop...bruvzg2022-08-221-38/+3
* fix: Object::cast_to checks provided object for nullptrDNKpp2022-07-261-0/+3
* [Method Bind] Add support for default argument values and static method bindi...bruvzg2022-05-061-3/+3
* Sync godot-headers and fix build after "Create GDExtension clases for Physics...bruvzg2022-03-161-0/+22
* Update copyright yearRémi Verschelde2022-03-151-2/+2
* Add `ObjectDB::get_instance` method to get wrapped `Object *` from `ObjectID`.bruvzg2022-03-081-0/+11
* Normalized additional macros to ensure that everything works without client c...Bradley Clemetson2021-12-181-4/+4
* Fix namespace to be consistent with the previous ADD functionsBradley Clemetson2021-12-121-2/+2
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-281-2/+2
* Add support for property groupsBastiaan Olij2021-09-271-0/+2
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-0/+146