summaryrefslogtreecommitdiffstats
path: root/core/variant
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #48239 from akien-mga/goodbye-copymemRémi Verschelde2021-04-282-5/+5
|\
| * Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-272-5/+5
* | Raise error if Resource is of wrong type as function argumentFlorian Kothmeier2021-04-271-0/+12
|/
* Remove return value type adjust of builtin method callsGeorge Marques2021-04-161-33/+0
* Fix PackedFloat32Array get index not workingJulien Nguyen2021-04-121-0/+1
* Add marshalling to PackedByteArrayreduz2021-04-102-41/+370
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-051-2/+4
* Merge pull request #46991 from madmiraal/rename-invert-reverseRémi Verschelde2021-04-013-13/+13
|\
| * Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-213-13/+13
* | Merge pull request #46830 from vnen/gdscript-typed-arraysRémi Verschelde2021-03-293-67/+91
|\ \
| * | Make Variant setget use set() method of ArrayGeorge Marques2021-03-181-60/+58
| * | Add functions to retrieve type of a typed ArrayGeorge Marques2021-03-182-0/+20
| * | Don't check type when assigning ArrayGeorge Marques2021-03-182-7/+13
| |/
* / Use real_t in GridMap and VariantParserAaron Franke2021-03-191-23/+22
|/
* Merge pull request #46378 from reduz/static-method-in-variant-typesRémi Verschelde2021-03-163-1/+323
|\
| * Add static method support to core Variant typesreduz2021-03-163-1/+323
* | Fixes small typos and grammar correctionAnshul7sp12021-03-123-4/+4
* | 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
* | | Add missing ERR_FAIL_INDEX check to Variant::constructAlex Hirsch2021-03-041-0/+1
| |/ |/|
* | Bind ClockDirection enumGeorge Marques2021-02-231-0/+1
* | 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-043-18/+15
* Replace ColorN and from HTML with a string constructorAaron Franke2021-02-012-1/+3
* 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
* Merge pull request #44427 from briansemrau/fix-variant-bitand-validated-evalRémi Verschelde2021-01-111-0/+1
|\
| * Fix bitwise-and eval not updating return typeBrian Semrau2020-12-161-0/+1
* | Merge pull request #44661 from AndreaCatania/AndreaCatania-patch-5Rémi Verschelde2021-01-051-2/+2
|\ \
| * | Fixes: GDscript min and max are invertedAndrea Catania2020-12-241-2/+2
* | | Update copyright statements to 2021Rémi Verschelde2021-01-0123-46/+46
* | | Merge pull request #44586 from madmiraal/rename-stepifyRémi Verschelde2020-12-282-5/+5
|\ \ \
| * | | Rename Math::stepify to snappedMarcel Admiraal2020-12-282-5/+5
* | | | 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-287-28/+28
* | | | Add helper count function to VariantGeorge Marques2020-12-274-0/+25
* | | | Rename Control margin to offsetMarcel Admiraal2020-12-234-5/+5
| |/ / |/| |
* | | Merge pull request #44472 from winterpixelgames/PR-duplicate-packedarraysRémi Verschelde2020-12-212-0/+27
|\ \ \
| * | | packed*arrays are pass by ref now. support duplicate and update documentationJordan Schidlowsky2020-12-172-0/+27
* | | | Rename Rect2 and Rect2i clip() to intersection()Marcel Admiraal2020-12-191-2/+2
|/ / /
* | / Fix crash parsing a serialized ReferencePedro J. Estébanez2020-12-171-6/+3
| |/ |/|
* | Merge pull request #44406 from vnen/variant-ptr-constructRémi Verschelde2020-12-152-13/+70
|\ \
| * | Change template order in method_ptrcall.hGeorge Marques2020-12-151-3/+6