summaryrefslogtreecommitdiffstats
path: root/core/variant/variant_call.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-15/+15
* Merge pull request #38430 from aaronfranke/transform3dRémi Verschelde2021-06-031-19/+19
|\
| * Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-4/+4
| * Rename Transform to Transform3D in coreAaron Franke2021-06-031-15/+15
* | Allow clamping vectors and colorsAaron Franke2021-06-031-0/+5
* | Rename Vector2 clamped to limit_length and add limit_length to Vector3Aaron Franke2021-06-031-1/+2
|/
* Return error when decompressing empty PoolByteArrayPaweł Fertyk2021-05-251-0/+3
* Merge pull request #38645 from KoBeWi/FMRRémi Verschelde2021-05-061-0/+3
|\
| * Add filter, map and reduce to ArrayTomasz Chabora2021-05-051-0/+3
* | Add RPC to Callablereduz2021-05-031-0/+79
|/
* Merge pull request #46476 from DarknessCatt/masterRémi Verschelde2021-04-281-0/+10
|\
| * Add fill method to Arrays and PackedArraysMatheus Lima Cunha2021-04-211-0/+10
* | Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+1
|/
* Remove return value type adjust of builtin method callsGeorge Marques2021-04-161-33/+0
* Add marshalling to PackedByteArrayreduz2021-04-101-41/+304
* Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-211-10/+10
* Merge pull request #46378 from reduz/static-method-in-variant-typesRémi Verschelde2021-03-161-1/+156
|\
| * Add static method support to core Variant typesreduz2021-03-161-1/+156
* | Merge pull request #45545 from abaire/relaxes_gltf_name_sanitizationRémi Verschelde2021-03-091-0/+2
|\ \ | |/ |/|
| * Relaxes Node naming constraints in glTF documents to match the Editor.abaire2021-02-241-0/+2
* | Use Vector3.UP as a default value for look_at's up vectorAaron Franke2021-02-161-1/+1
* | Added signed_angle_to for Vector3JestemStefan2021-02-161-0/+1
|/
* Change sort_custom/bsearch_custom to use Callableskobewi2021-02-041-2/+2
* Unify URI encoding/decoding and add to C#Aaron Franke2021-01-281-4/+2
* Make hex_to_int and bin_to_int handle the prefix automaticallyAaron Franke2021-01-281-2/+2
* Merge pull request #45489 from aaronfranke/coreRémi Verschelde2021-01-271-1/+1
|\
| * Type consistencies in coreAaron Franke2021-01-261-1/+1
* | Renamed String.ord_at to unicode_atYuri Roubinsky2021-01-261-1/+1
|/
* Remove Quat set methods in favour of constructorsMarcel Admiraal2021-01-261-4/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44586 from madmiraal/rename-stepifyRémi Verschelde2020-12-281-2/+2
|\
| * Rename Math::stepify to snappedMarcel Admiraal2020-12-281-2/+2
* | Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde2020-12-281-1/+1
|\ \
| * | Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal2020-12-061-1/+1
* | | Rename Rect2 and Rect2i grow_margin() to grow_side()Marcel Admiraal2020-12-281-4/+4
| |/ |/|
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-12/+12
* | Add helper count function to VariantGeorge Marques2020-12-271-0/+12
* | Merge pull request #44472 from winterpixelgames/PR-duplicate-packedarraysRémi Verschelde2020-12-211-0/+9
|\ \
| * | packed*arrays are pass by ref now. support duplicate and update documentationJordan Schidlowsky2020-12-171-0/+9
* | | Rename Rect2 and Rect2i clip() to intersection()Marcel Admiraal2020-12-191-2/+2
|/ /
* / Improve argument names for core typesAaron Franke2020-12-071-12/+12
|/
* [Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...bruvzg2020-11-261-2/+2
* Fix variant getters not setting return typeGeorge Marques2020-11-201-24/+3
* Fix return type on builtin validated callsGeorge Marques2020-11-181-2/+27
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Refactor variant built-in methods yet again.reduz2020-11-111-611/+544
* Create Variant built-in functions.reduz2020-11-101-20/+0
* Merge pull request #43398 from KoBeWi/add_an_array_to_another_array_but_with_...Rémi Verschelde2020-11-101-0/+1
|\
| * Add append_array() method to Array classTomasz Chabora2020-11-081-0/+1
* | Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-1/+1