summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/classes/wrapped.hpp
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
* Update for new NOTIFICATION_POSTINITIALIZE handlingDavid Snopek2024-10-291-6/+0
* Merge pull request #1594 from dsnopek/macos-thread-localDavid Snopek2024-10-291-3/+18
|\
| * Avoid `thread_local` on MacOS to prevent issues with hot reloadDavid Snopek2024-10-171-3/+18
* | Merge pull request #1574 from dsnopek/unicode-class-namesDavid Snopek2024-10-291-1/+1
|\ \ | |/ |/|
| * Allow unicode class namesDavid Snopek2024-09-181-1/+1
* | Correctly set instance bindings on reloadDavid Snopek2024-09-171-9/+4
|/
* removes warnings generated by GDCLASS usageKlaim (Joël Lamotte)2024-08-081-6/+6
* Make sure `_get` and `_set` dispatch up the class hierarchyChris Cranford2024-08-011-4/+8
* Set instance and instance binding in Wrapped constructor.Daylily-Zeleen2024-05-281-13/+29
* Merge pull request #1447 from dsnopek/avoid-double-postinitializeDavid Snopek2024-05-171-0/+6
|\
| * Fix NOTIFICATION_POSTINITIALIZE sent twice to native parent classDavid Snopek2024-04-241-0/+6
* | Merge pull request #1463 from Daylily-Zeleen/daylily-zeleen/const_get_class_s...David Snopek2024-05-171-8/+8
|\ \
| * | mark return value of `get_class_static` and `get_parent_class_static` as constDaylily-Zeleen2024-05-171-8/+8
| |/
* | Merge pull request #1450 from dsnopek/free-property-list-countDavid Snopek2024-05-081-3/+2
|\ \
| * | Update `free_property_list` callback to take countDavid Snopek2024-04-301-3/+2
| |/
* / Give compile-time error if registering a class without its own `_bind_methods...David Snopek2024-04-241-0/+5
|/
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-101-4/+4
* Fix _notification with parent and child classesDavid Snopek2024-02-221-2/+7
* Allow GDExtensions to register virtual methods and call them on scriptsDavid Snopek2024-02-121-0/+31
* Rework GDCLASS macro to allow pure virtual functionsChris Cranford2024-01-181-28/+1
* [iOS] Fix building as static library or xcframework, add iOS config and xcfra...bruvzg2023-11-091-1/+1
* GDCLASS synced by ending with "private:"Thaddeus Crews2023-11-011-97/+101
* Add protections against registering classes that didn't use GDCLASS()David Snopek2023-10-221-0/+19
* Automatically register only engine classes whose header has been includedDavid Snopek2023-10-161-0/+17
* Changes necessary for hot reload to workDavid Snopek2023-09-251-0/+24
* Merge pull request #1164 from dsnopek/classdb-singleton-alternateDavid Snopek2023-09-191-3/+6
|\
| * Add static methods to `ClassDB` for the methods bound to the `ClassDB` singletonDavid Snopek2023-07-311-3/+6
* | Support `_validate_property()`David Snopek2023-09-121-0/+25
* | Ensure `const` correctness for wrappersA Thousand Ships2023-09-061-9/+9
* | GDExtension: fix `bool` unknown in CJan Haller2023-09-021-2/+2
* | Fix `Object::notification` orderMarkus Sauermann2023-08-301-3/+3
|/
* Don't call parent _get_property_list when a class doesn't define it.Marc Gilleron2023-07-261-29/+28
* Identifiers containing double underscore are reserved according to the C++ st...Andy Maloney2023-06-151-81/+81
* Merge pull request #965 from WildRackoon/fix-GDCLASS-fwddeclarationRémi Verschelde2023-01-191-0/+2
|\
| * Fix GDCLASS needs explicit ClassDB fwd declarationRackoon2022-12-161-0/+2
* | "Wrapped" has virtual functions so it should have a virtual destructor.Andy Maloney2023-01-191-0/+1
* | Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+29
* | Rename GDNative to GDExtensionGilles Roudière2022-12-121-95/+95
|/
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-031-8/+8
* Fix lifetime of StringName objects returned by Wrapped::_get_property_listEmmanuel Leblond2022-11-291-206/+207
* Basic static analysis fixesAndy Maloney2022-11-181-6/+6
* Fix broken namespace isolation in GDCLASS macroEmmanuel Leblond2022-11-111-12/+12
* StringName is working fine with demo \o/Emmanuel Leblond2022-11-081-5/+5
* Correct GDNativeExtensionScriptInstanceToStringEmmanuel Leblond2022-11-081-3/+4
* 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-11/+6
* Uses `StringName` in GDExtension perf critical instance creation & method/pro...Emmanuel Leblond2022-11-081-12/+16
* Type `GDNativePropertyInfo.type` field as `GDNativeVariantType`Emmanuel Leblond2022-10-131-1/+1
* Run scripts to format and make headers consistentAaron Franke2022-10-091-3/+3