summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Implement typed dictionariesThaddeus Crews2024-09-173-0/+440
* Merge pull request #1561 from Spartan322/gcc-14-Wtemplate-id-cdtor-warningDavid Snopek2024-08-261-1/+1
|\
| * Fix GCC 14 -Wtemplate-id-cdtor warningGeorge L. Albany2024-08-251-1/+1
* | Fix missing MAKE_TYPED_ARRAY_INFO for Packed*ArraysAaron Franke2024-08-221-9/+10
|/
* Fix missing type info for PackedVector4ArrayAaron Franke2024-08-103-0/+3
* 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
* Merge pull request #1509 from YuriSizov/method-bind-is-off-by-oneDavid Snopek2024-07-061-1/+1
|\
| * Fix argument metadata when binding methodsYuri Sizov2024-06-271-1/+1
* | Merge pull request #1483 from AThousandShips/arr_typed_fixDavid Snopek2024-06-281-6/+16
|\ \ | |/ |/|
| * Fix sharing of typed arrays from constructorA Thousand Ships2024-06-061-6/+16
* | Merge pull request #1505 from Repiteo/include-formattingDavid Snopek2024-06-251-4/+4
|\ \
| * | Fix `#include` formattingThaddeus Crews2024-06-251-4/+4
* | | Merge pull request #1504 from Repiteo/pre-commit-hooksDavid Snopek2024-06-254-2/+12
|\ \ \
| * | | Integrate `.pre-commit-config.yaml`Thaddeus Crews2024-06-244-2/+12
| |/ /
* / / Add missing enum & ctor for PackedVector4Array implementationChris Cranford2024-06-191-0/+3
|/ /
* | Merge pull request #1446 from Daylily-Zeleen/daylily-zeleen/set_instance_and_...David Snopek2024-06-142-16/+35
|\ \
| * | Set instance and instance binding in Wrapped constructor.Daylily-Zeleen2024-05-282-16/+35
* | | [TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...bruvzg2024-06-131-0/+4
* | | Fix undefined symbol error on Linux with virtual methods that take `Node *` a...David Snopek2024-06-102-14/+14
| |/ |/|
* | Explicitly refer to `godot` namespace in `GDREGISTER_*_CLASS()` macrosDavid Snopek2024-06-011-5/+5
|/
* 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 #1457 from AThousandShips/foreach_listDavid Snopek2024-05-161-24/+42
|\ \
| * | Optionaly add compatibility operatorsA Thousand Ships2024-05-071-0/+10
| * | [Core] Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-071-24/+32
* | | Clean up instance bindings for engine singletons to prevent crashDavid Snopek2024-05-102-0/+19
* | | Merge pull request #1450 from dsnopek/free-property-list-countDavid Snopek2024-05-082-4/+3
|\ \ \
| * | | Update `free_property_list` callback to take countDavid Snopek2024-04-302-4/+3
* | | | Merge pull request #1374 from dsnopek/gdext-docsRémi Verschelde2024-05-082-0/+9
|\ \ \ \
| * | | | Allow submitting documentation to the Godot editorDavid Snopek2024-05-072-0/+9
| | |/ / | |/| |
* | | | Merge pull request #1456 from dsnopek/packedvector4arrayDavid Snopek2024-05-071-0/+2
|\ \ \ \
| * | | | Add support for `PackedVector4Array`David Snopek2024-05-061-0/+2
| |/ / /
* | | | Merge pull request #1455 from AThousandShips/localvector_hasDavid Snopek2024-05-071-0/+4
|\ \ \ \
| * | | | [Core] Add `LocalVector::has` for convenienceA Thousand Ships2024-05-061-0/+4
| |/ / /
* | | | Merge pull request #1437 from AThousandShips/vec_elem_scalarDavid Snopek2024-05-079-19/+76
|\ \ \ \ | |/ / / |/| | |
| * | | Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-04-119-19/+76
* | | | 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
| | |_|/ | |/| |
* | | | Merge pull request #1405 from dsnopek/fix-null-object-argumentsDavid Snopek2024-04-291-4/+4
|\ \ \ \
| * | | | 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 `_bind_methods...David Snopek2024-04-243-0/+16
| |_|_|/ |/| | |
* | | | Merge pull request #1431 from pupil1337/fix-create-instance-funcDavid Snopek2024-04-241-0/+1
|\ \ \ \
| * | | | 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/MethodInfoChris Cranford2024-04-201-0/+34
| | |_|/ | |/| |
* | | | Merge pull request #1436 from AThousandShips/math_updateDavid Snopek2024-04-2411-0/+18
|\ \ \ \ | |/ / / |/| | |
| * | | [Math] Add `is_finite` methodsA Thousand Ships2024-04-1111-0/+18
| |/ /