summaryrefslogtreecommitdiffstats
path: root/core/variant/variant_construct.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-1/+1
|\
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Refactor ref-counting code and fix ref counted releasing before aquiringrune-scape2024-09-211-30/+0
* Implement typed dictionariesThaddeus Crews2024-09-041-0/+1
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+5
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-0/+11
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #62814 from KoBeWi/strintRémi Verschelde2022-11-151-0/+2
|\
| * Restore numeric from String constructorskobewi2022-09-191-0/+2
* | Replace Quaternion Euler constructor with `from_euler` methodAaron Franke2022-11-011-1/+0
* | [GDExtension] Implement support for typed arrays.bruvzg2022-09-221-0/+1
|/
* Add constructor accepting four Vector4's to `Projection`Yuri Rubinsky2022-08-241-0/+1
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+15
* Core: Rename math 'phi' arguments to 'angle'Rémi Verschelde2022-05-051-1/+1
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-5/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Refactored Node3D rotation modesreduz2021-10-251-2/+1
* Swap args of Plane(point, normal) constructormennomax2021-10-151-1/+2
* Expose get_skew for transform2d and add new constructorVincent D2021-09-191-0/+1
* Make some variant internal functions public.reduz2021-06-171-537/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-3/+3
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-9/+9
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-5/+5
* Add missing ERR_FAIL_INDEX check to Variant::constructAlex Hirsch2021-03-041-0/+1
* Replace ColorN and from HTML with a string constructorAaron Franke2021-02-011-0/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44406 from vnen/variant-ptr-constructRémi Verschelde2020-12-151-10/+64
|\
| * Add PtrConstruct template to use in Variant constructorsGeorge Marques2020-12-151-10/+64
* | Use pointer parameters in Variant function pointersGeorge Marques2020-12-101-30/+30
|/
* Fix VariantInternal initialization and setting of objectGeorge Marques2020-11-301-10/+15
* Create Variant built-in functions.reduz2020-11-101-20/+0
* Variant: Sync docs with new constructors, fixups after #43403Rémi Verschelde2020-11-091-3/+14
* Change how no-arg constructor is handled internally in Variant.reduz2020-11-091-97/+137
* Merge pull request #43415 from bruvzg/var_ctr_af32Rémi Verschelde2020-11-091-1/+1
|\
| * Fix duplicate variant constructor typo.bruvzg2020-11-091-1/+1
* | Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-2/+2
|/
* Refactored variant constructor logicreduz2020-11-091-0/+781