summaryrefslogtreecommitdiffstats
path: root/core/variant
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-0719-246/+246
* | | | | Merge pull request #87680 from AThousandShips/the_angry_countRémi Verschelde2024-03-137-0/+54
|\ \ \ \ \
| * | | | | Add methods to get argument count of methodsA Thousand Ships2024-03-107-0/+54
| |/ / / /
* / / / / Fix `rpc` call from name based `Callable`sA Thousand Ships2024-03-101-4/+25
|/ / / /
* | / / Allow returning Dictionary after mergingkobewi2024-03-063-0/+9
| |/ / |/| |
* | | Merge pull request #88959 from akien-mga/pre-commit-clang-17.0.6-black-24.2.0Rémi Verschelde2024-02-292-5/+5
|\ \ \
| * | | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-282-5/+5
* | | | Merge pull request #88948 from dalexeev/core-add-callable-createRémi Verschelde2024-02-293-9/+26
|\ \ \ \
| * | | | Core: Add `Callable.create` static method for `Variant` callablesDanil Alexeev2024-02-293-9/+26
| |/ / /
* | | | Merge pull request #81822 from nlupugla/nodepath-sliceRémi Verschelde2024-02-291-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Added NodePath::slice method.nlupugla2023-12-131-0/+1
* | | | Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-231-1/+1
* | | | Make Callable bind method constAaron Franke2024-02-222-2/+2
* | | | Add const lvalue ref to core/* container parametersMuller-Castro2024-02-144-129/+129
* | | | Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-092-7/+7
* | | | Merge pull request #87992 from allenwp/87991-typed-array-additionsRémi Verschelde2024-02-071-0/+8
|\ \ \ \
| * | | | Added newer Variant types to typed_array.hAllen Pestaluky2024-02-051-0/+8
* | | | | Merge pull request #67226 from Mickeon/typed-packingRémi Verschelde2024-02-071-18/+18
|\ \ \ \ \
| * | | | | Use `Packed*Array` over `Vector<T>` in TypedArrayMicky2024-02-061-18/+18
| |/ / / /
* | | | | Merge pull request #67220 from Mickeon/variant-packingRémi Verschelde2024-02-072-113/+113
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use Packed*Array over Vector<T> in VariantMicky2024-02-062-113/+113
| | |/ / | |/| |
* / | | Use '_v' shorthand for type traits and 'if constexpr' where appropriatevittorioromeo2024-02-022-12/+8
|/ / /
* | | Merge pull request #87688 from AThousandShips/what_is_thisRémi Verschelde2024-01-293-17/+17
|\ \ \
| * | | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-293-17/+17
* | | | Add InputEventKey.location to tell left from rightMel Collins2024-01-262-0/+2
|/ / /
* | | Merge pull request #86730 from reduz/64-bit-cowdataRémi Verschelde2024-01-191-1/+1
|\ \ \
| * | | Promote CowData to 64 bitsJuan Linietsky2024-01-191-1/+1
* | | | Update deferred calls to use Callableskobewi2024-01-091-2/+1
|/ / /
* | | Add const lvalue ref to container parametersMuller-Castro2024-01-052-7/+7
* | | Merge pull request #82639 from golfinq/gdscript-improve-indexing-errorRémi Verschelde2024-01-042-5/+52
|\ \ \
| * | | GDScript: Improve error messages for invalid indexingRémi Verschelde2023-10-022-5/+52
* | | | Merge pull request #86364 from aaronfranke/basis-divideRémi Verschelde2024-01-041-0/+9
|\ \ \ \
| * | | | Add and expose Basis/Transform2D/3D division by float operatorAaron Franke2023-12-201-0/+9
* | | | | Merge pull request #83163 from Chubercik/vectorXi_dist_methodsRémi Verschelde2024-01-031-0/+6
|\ \ \ \ \
| * | | | | Implement `Vector2i/3i/4i` methods: `distance_to` and `distance_squared_to`Jakub Marcowski2023-10-121-0/+6
* | | | | | Merge pull request #82264 from dalexeev/core-builtin-methods-as-callablesRémi Verschelde2024-01-025-61/+217
|\ \ \ \ \ \
| * | | | | | Core: Allow methods of built-in `Variant` types to be used as CallablesDanil Alexeev2023-10-255-61/+217
* | | | | | | Merge pull request #83452 from RandomShaper/rd_commonYuri Sizov2023-12-201-4/+7
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | BitField: allow chained set_flag(), make constructors constexprPedro J. Estébanez2023-12-151-4/+7
* | | | | | | Add PackedRealArray as an alias for Vector<real_t>Aaron Franke2023-12-181-0/+1
* | | | | | | Rename VariantZeroAssigner to VariantDefaultInitializerAaron Franke2023-12-171-76/+76
* | | | | | | Merge pull request #78095 from aaronfranke/dict-get-or-set-defaultYuri Sizov2023-12-163-0/+11
|\ \ \ \ \ \ \
| * | | | | | | Add a `get_or_add` method to DictionaryAaron Franke2023-12-063-0/+11
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #73896 from vnen/object-null-boolean-consistencyYuri Sizov2023-12-162-17/+17
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Make freed object different than null in comparison operatorsGeorge Marques2023-08-212-17/+17
* | | | | | | Don't abort loading when ext_resource is missingkobewi2023-11-221-1/+4
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #84815 from TokageItLab/array-animationRémi Verschelde2023-11-161-0/+3
|\ \ \ \ \ \
| * | | | | | Rework blending method in Variant animation for Int/Array/StringSilc Lizard (Tokage) Renew2023-11-161-0/+3
* | | | | | | Fix sizeof usage for Variant pointers in allocaAlistair Leslie-Hughes2023-11-161-2/+2
|/ / / / / /
* | / / / / Keep Variant type after zero()kobewi2023-11-081-0/+6
| |/ / / / |/| | | |