summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/core
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #1590 from dsnopek/reload-instance-bindingsDavid Snopek2024-10-171-2/+1
|\ | | | | Correctly set instance bindings on reload
| * Correctly set instance bindings on reloadDavid Snopek2024-09-171-2/+1
| |
* | Implement typed dictionariesThaddeus Crews2024-09-171-0/+201
|/
* Fix missing MAKE_TYPED_ARRAY_INFO for Packed*ArraysAaron Franke2024-08-221-9/+10
|
* Fix missing type info for PackedVector4ArrayAaron Franke2024-08-102-0/+2
|
* Fix argument metadata when binding methodsYuri Sizov2024-06-271-1/+1
| | | | | | | While there doesn't seem to be any runtime issues, this triggers the address sanitizer in a few ways, depending on what kind of method you're binding.
* Merge pull request #1446 from ↵David Snopek2024-06-141-3/+6
|\ | | | | | | | | Daylily-Zeleen/daylily-zeleen/set_instance_and_instance_biding_in_Wrapped_constructor Set instance and instance binding in `Wrapped` constructor.
| * Set instance and instance binding in Wrapped constructor.Daylily-Zeleen2024-05-281-3/+6
| |
* | Fix undefined symbol error on Linux with virtual methods that take `Node *` ↵David Snopek2024-06-101-10/+10
| | | | | | | | arguments
* | 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 count
| * Update `free_property_list` callback to take countDavid Snopek2024-04-301-1/+1
| |
* | Allow submitting documentation to the Godot editorDavid Snopek2024-05-071-0/+2
| |
* | Merge pull request #1445 from dsnopek/classdb-enum-issueDavid Snopek2024-04-301-0/+2
|\ \ | | | | | | Allow forwarding from `ClassDB` to `ClassDBSingleton` to support enumerations
| * | Allow forwarding from `ClassDB` to `ClassDBSingleton` to support enumerationsDavid Snopek2024-04-231-0/+2
| | |
* | | Merge pull request #1405 from dsnopek/fix-null-object-argumentsDavid Snopek2024-04-291-4/+4
|\ \ \ | | | | | | | | Correctly handle `Object *` arguments that were encoded as `nullptr`
| * | | Correctly handle `Object *` arguments that were encoded as `nullptr`David Snopek2024-04-081-4/+4
| | | |
* | | | Give compile-time error if registering a class without its own ↵David Snopek2024-04-242-0/+11
| |_|/ |/| | | | | | | | `_bind_methods()` function
* | | Merge pull request #1431 from pupil1337/fix-create-instance-funcDavid Snopek2024-04-241-0/+1
|\ \ \ | | | | | | | | Fix create instance func
| * | | Add static_assert() for register_classpupil13372024-04-111-0/+1
| | | |
* | | | Merge pull request #1443 from Naros/property-method-dict-helpersDavid Snopek2024-04-241-0/+34
|\ \ \ \ | | | | | | | | | | Implement to/from dict helpers for PropertyInfo/MethodInfo
| * | | | Implement to/from dict helpers for PropertyInfo/MethodInfoChris Cranford2024-04-201-0/+34
| | |_|/ | |/| |
* | | | Merge pull request #1436 from AThousandShips/math_updateDavid Snopek2024-04-241-0/+8
|\ \ \ \ | |/ / / |/| | | [Math] Add `is_finite` methods
| * | | [Math] Add `is_finite` methodsA Thousand Ships2024-04-111-0/+8
| |/ /
* / / Fix PropertyInfo to use hint/usage default constantsChris Cranford2024-04-161-2/+2
|/ /
* | Fix incorrect utility call signatureA Thousand Ships2024-04-021-1/+1
| |
* | Merge pull request #1409 from Repiteo/class-to-typenameDavid Snopek2024-04-0211-117/+117
|\ \ | | | | | | Enforce template syntax `typename` over `class`
| * | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-1011-117/+117
| |/
* | Merge pull request #1407 from AThousandShips/flag_fixDavid Snopek2024-03-111-1/+1
|\ \ | | | | | | Fix invalid `void` return in `BitField`
| * | Fix invalid `void` return in `BitField`A Thousand Ships2024-03-081-1/+1
| |/
* / Fix explicit namespaces in macrosMarc Gilleron2024-03-082-9/+9
|/
* Merge pull request #1383 from bruvzg/memalignDavid Snopek2024-02-261-12/+34
|\ | | | | [Core] Improve `CowData` and `Memory` metadata alignment.
| * [Core] Improve `CowData` and `Memory` metadata alignment.bruvzg2024-02-051-12/+34
| |
* | Allow registering "runtime classes"David Snopek2024-02-131-4/+13
| |
* | Merge pull request #1377 from dsnopek/gdextension-register-virtual-methodDavid Snopek2024-02-123-0/+16
|\ \ | | | | | | Allow GDExtensions to register virtual methods and call them on scripts (godot-cpp support)
| * | Allow GDExtensions to register virtual methods and call them on scriptsDavid Snopek2024-02-123-0/+16
| |/
* | Merge pull request #1363 from ↵David Snopek2024-02-121-0/+12
|\ \ | | | | | | | | | | | | Daylily-Zeleen/daylily-zeleen/fix_object_return_value_of_builtin_types_methods Fix object return value of builtin types' methods.
| * | Fix object return value of builtin types' methods.DaylilyZeleen2024-02-131-0/+12
| | |
* | | Added newer Variant types to `typed_array.hpp`Allen Pestaluky2024-02-061-0/+6
| |/ |/| | | | | | | This is a companion commit to the godot PR https://github.com/godotengine/godot/pull/87992 which fixes https://github.com/godotengine/godot/issues/87991 Also undefines typed array templates after use to match Godot's typed_array.h
* | Rework GDCLASS macro to allow pure virtual functionsChris Cranford2024-01-181-2/+29
|/
* Fix expected argument count for call errorsA Thousand Ships2023-12-301-22/+22
|
* Merge pull request #1280 from dsnopek/callable-customDavid Snopek2023-11-172-22/+64
|\ | | | | Add `CallableCustom` that devs can use in their GDExtensions
| * Add `CallableCustom` that devs can use in their GDExtensionsDavid Snopek2023-11-062-22/+64
| |
* | [iOS] Fix building as static library or xcframework, add iOS config and ↵bruvzg2023-11-091-11/+12
|/ | | | xcframework build script to the test project.
* 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
|