summaryrefslogtreecommitdiffstats
path: root/core/variant/variant.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Core: Improve vformat error reporting on sprintf failureRémi Verschelde2024-07-041-1/+1
* Core: Readd Variant class initializer, fix commentThaddeus Crews2024-05-141-3/+5
* Use Core/Scene stringnames consistentlykobewi2024-05-131-0/+1
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+5
* [GDScript] Correctly report invalid read-only accessA Thousand Ships2024-05-011-0/+1
* Make varray() variadickobewi2024-04-261-6/+17
* Core: Integrate initalizer lists for VariantThaddeus Crews2024-04-191-4/+5
* [Core] Add iteration support to `Array`A Thousand Ships2024-04-101-0/+52
* Core: Use fixed-width integer types in VariantThaddeus Crews2024-04-041-23/+14
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* Make Callable bind method constAaron Franke2024-02-221-1/+1
* Use Packed*Array over Vector<T> in VariantMicky2024-02-061-22/+22
* Merge pull request #87688 from AThousandShips/what_is_thisRémi Verschelde2024-01-291-1/+1
|\
| * Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-1/+1
* | Add InputEventKey.location to tell left from rightMel Collins2024-01-261-0/+1
|/
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-2/+2
* Merge pull request #82639 from golfinq/gdscript-improve-indexing-errorRémi Verschelde2024-01-041-3/+14
|\
| * GDScript: Improve error messages for invalid indexingRémi Verschelde2023-10-021-3/+14
* | Merge pull request #82264 from dalexeev/core-builtin-methods-as-callablesRémi Verschelde2024-01-021-0/+1
|\ \
| * | Core: Allow methods of built-in `Variant` types to be used as CallablesDanil Alexeev2023-10-251-0/+1
* | | Add PackedRealArray as an alias for Vector<real_t>Aaron Franke2023-12-181-0/+1
* | | Rework blending method in Variant animation for Int/Array/StringSilc Lizard (Tokage) Renew2023-11-161-0/+3
|/ /
* / Add vararg call() method to C++ Callablekobewi2023-10-051-0/+14
|/
* Support both semantic (by default) and numeric Variant hash comparisonArman Elgudzhyan2023-08-311-1/+2
* Don't use a const reference for the enum constructor in VariantAaron Franke2023-06-111-1/+1
* Make sure Variant is not implicitely cast when using operator[]Gilles Roudière2023-02-131-0/+4
* Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`Adam Scott2023-01-251-0/+1
* Add property usage to array indexerRaul Santos2023-01-191-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unify String and StringNamerune-scape2022-12-051-0/+4
* Unify Node3D RotationOrder with global EulerOrderAaron Franke2022-11-021-0/+1
* Merge pull request #65325 from TokageItLab/refactor-variant-for-animRémi Verschelde2022-09-161-3/+0
|\
| * Move some methods to Animation from Variant for refactoringSilc Renew2022-09-151-3/+0
* | Use variadic template in `vformat()`Micky2022-09-141-1/+16
|/
* Variant large bucket memory pool - for Projectionlawnjelly2022-08-021-2/+8
* Merge pull request #61315 from lawnjelly/variant_bucket_poolsRémi Verschelde2022-08-021-0/+19
|\
| * Variant memory poolslawnjelly2022-07-041-0/+19
* | Remove Signal connect bindsJuan Linietsky2022-07-291-0/+10
* | Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+16
|/
* Merge pull request #62468 from V-Sekai/core-const-expressionsRémi Verschelde2022-06-281-0/+1
|\
| * Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-0/+1
* | GDScript: Fix setter being called in chains for shared typesGeorge Marques2022-06-271-0/+1
|/
* Add core types enums description to extension api jsonPierre-Thomas Meisels2022-06-231-0/+4
* Implement exponential operator (**) to GDScript/ExpressionsYuri Roubinsky2022-05-111-0/+1
* Make blend animation to use ResetTrack as default valueSilc 'Tokage' Renew2022-04-101-0/+1
* Remove VARIANT_ARG* macrosreduz2022-03-091-2/+25
* Fix Variant Ref<> assignment.reduz2022-02-111-0/+1
* Core: Move Vector2i to its own `vector2i.h` headerRémi Verschelde2022-02-041-0/+1