summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/variant
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1609 from Ivorforce/patch-3David Snopek2024-10-301-3/+4
|\
| * Rename Vector4.components -> coords. Lukas Tenbrink2024-10-301-3/+4
* | Merge pull request #1626 from ruffenman/remove-unimplemented-variant-functionsDavid Snopek2024-10-301-2/+0
|\ \
| * | Remove unimplemented static variant functions 'blend' and 'interpolate'. If a...ruffenman2024-10-141-2/+0
| |/
* | Merge pull request #1591 from dsnopek/variant-object-instance-idDavid Snopek2024-10-291-0/+2
|\ \
| * | Directly get object instance ID from `Variant` and implement `Variant::get_va...David Snopek2024-10-171-0/+2
* | | Sync `Quaternion` with the version in GodotDavid Snopek2024-10-281-44/+42
* | | Add p_use_model_front to Basis::looking_at()Florent Guiocheau2024-10-141-1/+1
| |/ |/|
* | Implement typed dictionariesThaddeus Crews2024-09-171-0/+238
|/
* Fix missing type info for PackedVector4ArrayAaron Franke2024-08-101-0/+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 #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 #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
* | [Math] Add `is_finite` methodsA Thousand Ships2024-04-1110-0/+10
|/
* Merge pull request #1409 from Repiteo/class-to-typenameDavid Snopek2024-04-024-17/+17
|\
| * Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-104-17/+17
* | Merge pull request #1379 from dsnopek/uninitialized-value-mk2David Snopek2024-03-141-2/+1
|\ \
| * | Avoid creating most objects that Godot is going to use placement new to initi...David Snopek2024-02-261-2/+1
* | | Add support for getting argument count from `Callable`sA Thousand Ships2024-03-142-0/+26
| |/ |/|
* | Added newer Variant types to `typed_array.hpp`Allen Pestaluky2024-02-061-0/+9
|/
* Merge pull request #1357 from bruvzg/cpp_64David Snopek2024-01-191-9/+9
|\
| * Switch to 64-bit ints.bruvzg2024-01-101-9/+9
* | Fix `AABB.encloses` failing on shared upper boundA Thousand Ships2024-01-121-3/+3
* | Add missing `OP_POWER` operator to `Variant`A Thousand Ships2024-01-061-0/+1
|/
* Add `Vector2i/3i/4i` methods: `distance_to` and `distance_squared_to`Jakub Mateusz Marcowski2024-01-033-0/+25
* Add PackedRealArray as an alias for PackedFloat(32/64)ArrayAaron Franke2023-12-191-0/+6
* Fix comparison of `Callable`s from callable_mp() of the same methodDavid Snopek2023-11-171-27/+63
* Merge pull request #1280 from dsnopek/callable-customDavid Snopek2023-11-172-21/+81
|\
| * Add `CallableCustom` that devs can use in their GDExtensionsDavid Snopek2023-11-062-21/+81
* | Add missing int→Variant conversionsThaddeus Crews2023-11-081-1/+13
|/
* clang: Add CallableCustomMethodPointerBase virtual destructorMartin Capitanio2023-10-191-0/+1
* Declare explicit specializations for `CharStringT`Mikael Hermansson2023-10-121-0/+12
* Implement `callable_mp()` and `callable_mp_static()`David Snopek2023-09-211-0/+215
* Fix variant call compiler errorMatthew Murphy2023-09-091-6/+14
* Merge pull request #1091 from Daylily-Zeleen/daylily-zeleen/implement_builtin...David Snopek2023-09-021-0/+2
|\
| * Implement vararg methods of builtin classes.Daylily-Zeleen2023-07-031-0/+2
* | Add remaining component-wise `min/max` functions to `Vector*`A Thousand Ships2023-08-164-0/+32
* | Attempt to fully implement CharStringDavid Snopek2023-06-221-54/+71
|/
* Update typed array API to match "GDScript: Fix typed arrays".bruvzg2023-01-311-23/+19
* Merge pull request #1004 from asmaloney/remove-unused-ucapsRémi Verschelde2023-01-191-1415/+0
|\
| * Remove unused ucaps headerAndy Maloney2023-01-191-1415/+0
* | Expose some low level functions and String operators.bruvzg2023-01-191-0/+12
|/
* Merge pull request #997 from asmaloney/fix-shadow-eulerorderRémi Verschelde2023-01-181-9/+1
|\
| * Fix a shadowed enum (EulerOrder)Andy Maloney2023-01-171-9/+1
* | Merge pull request #983 from rburing/variant_to_from_objectidRémi Verschelde2023-01-181-0/+4
|\ \ | |/ |/|
| * Add conversions between Variant and ObjectIDRicardo Buring2023-01-011-0/+4