summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/core/class_db.hpp
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
* Update for new NOTIFICATION_POSTINITIALIZE handlingDavid Snopek2024-10-291-5/+8
* Avoid `thread_local` on MacOS to prevent issues with hot reloadDavid Snopek2024-10-171-0/+3
* Correctly set instance bindings on reloadDavid Snopek2024-09-171-2/+1
* Explicitly refer to `godot` namespace in `GDREGISTER_*_CLASS()` macrosDavid Snopek2024-06-011-5/+5
* Clean up instance bindings for engine singletons to prevent crashDavid Snopek2024-05-101-0/+18
* Merge pull request #1450 from dsnopek/free-property-list-countDavid Snopek2024-05-081-1/+1
|\
| * Update `free_property_list` callback to take countDavid Snopek2024-04-301-1/+1
* | Merge pull request #1445 from dsnopek/classdb-enum-issueDavid Snopek2024-04-301-0/+2
|\ \
| * | Allow forwarding from `ClassDB` to `ClassDBSingleton` to support enumerationsDavid Snopek2024-04-231-0/+2
* | | Give compile-time error if registering a class without its own `_bind_methods...David Snopek2024-04-241-0/+1
| |/ |/|
* | Add static_assert() for register_classpupil13372024-04-111-0/+1
|/
* Merge pull request #1409 from Repiteo/class-to-typenameDavid Snopek2024-04-021-18/+18
|\
| * Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-101-18/+18
* | Fix explicit namespaces in macrosMarc Gilleron2024-03-081-4/+4
|/
* Allow registering "runtime classes"David Snopek2024-02-131-4/+13
* Allow GDExtensions to register virtual methods and call them on scriptsDavid Snopek2024-02-121-0/+3
* Rework GDCLASS macro to allow pure virtual functionsChris Cranford2024-01-181-2/+29
* Add protections against registering classes that didn't use GDCLASS()David Snopek2023-10-221-0/+1
* Automatically register only engine classes whose header has been includedDavid Snopek2023-10-161-7/+4
* Changes necessary for hot reload to workDavid Snopek2023-09-251-0/+1
* Implement `callable_mp()` and `callable_mp_static()`David Snopek2023-09-211-0/+4
* Update for addition of `get_virtual_call_data_func` and `call_virtual_func` t...David Snopek2023-09-201-0/+2
* Merge pull request #1242 from AThousandShips/null_checkDavid Snopek2023-09-201-1/+1
|\
| * Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-131-1/+1
* | Merge pull request #1164 from dsnopek/classdb-singleton-alternateDavid Snopek2023-09-191-0/+4
|\ \ | |/ |/|
| * Add static methods to `ClassDB` for the methods bound to the `ClassDB` singletonDavid Snopek2023-07-311-0/+4
* | Support `_validate_property()`David Snopek2023-09-121-0/+1
* | Implement register unexposed class.Daylily-Zeleen2023-09-041-2/+11
* | Fix `Object::notification` orderMarkus Sauermann2023-08-301-3/+3
|/
* Merge pull request #1184 from Zylann/fix_get_property_list_calling_parentDavid Snopek2023-07-261-1/+1
|\
| * Don't call parent _get_property_list when a class doesn't define it.Marc Gilleron2023-07-261-1/+1
* | Add support for indexed propertiesMikael Hermansson2023-07-261-9/+0
|/
* Unregister custom classes in reverse registration orderKehom2023-06-191-0/+3
* Identifiers containing double underscore are reserved according to the C++ st...Andy Maloney2023-06-151-11/+11
* Ensure GDExtension class is the correct type for the Godot engine classDavid Snopek2023-05-161-0/+11
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-091-1/+1
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+29
* Extension header: amend const correctness of `p_args` parametersJan Haller2022-12-141-6/+6
* Rename godot-headers to gdextension, move header to top folderRémi Verschelde2022-12-141-1/+1
* Rename GDNative to GDExtensionGilles Roudière2022-12-121-33/+33
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-031-7/+7
* StringName is working fine with demo \o/Emmanuel Leblond2022-11-081-2/+2
* Remove now useless `_alloc_and_copy_cstr`Emmanuel Leblond2022-11-081-7/+0
* Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-081-34/+42
* Add support for virtual and abstract classesRicardo Buring2022-10-151-3/+22
* Run scripts to format and make headers consistentAaron Franke2022-10-091-3/+3
* Merge pull request #876 from Daylily-Zeleen/Daylily-Zeleen/masterRémi Verschelde2022-10-071-2/+2
|\
| * Add detail infos for binding error message.daylilyzeleen2022-09-301-2/+2
* | Fix deriving a custom class with virtual methodsMarc Gilleron2022-09-211-3/+7
|/