summaryrefslogtreecommitdiffstats
path: root/core/variant
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Fix can_reference check for typed arraysDmitrii Maganov2023-02-062-22/+17
* Merge pull request #71786 from raulsntos/dotnet/arrayRémi Verschelde2023-02-042-4/+4
|\
| * Sync C# Array with CoreRaul Santos2023-01-302-4/+4
* | GDScript: Improve usability of setter chainsGeorge Marques2023-02-021-9/+0
* | Fix various typos with codespellRémi Verschelde2023-02-011-1/+1
* | GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-317-118/+259
* | Move Array:set_typed to internal GDExtension structure and unexposed it.bruvzg2023-01-301-1/+0
|/
* Merge pull request #62499 from fire/gltf-binary-img-compressionRémi Verschelde2023-01-271-0/+1
|\
| * Handle gltf binaryK. S. Ernest (iFire) Lee2023-01-271-0/+1
* | GDScript: Fix test for read-only state of constantsDmitrii Maganov2023-01-275-19/+9
|/
* Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`Adam Scott2023-01-253-0/+48
* Fix bind " convergence_dist" containing spaceJan Haller2023-01-231-1/+1
* Use range iterators in LocalVector loopskobewi2023-01-211-4/+4
* Add property usage to array indexerRaul Santos2023-01-192-1/+17
* Merge pull request #71279 from vonagam/fix-iterator-number-typeRémi Verschelde2023-01-161-2/+2
|\
| * GDScript: Fix typing of iterator in for loopDmitrii Maganov2023-01-131-2/+2
* | Rename `center` method to `get_center` in Plane.Raul Santos2023-01-151-1/+1
|/
* Merge pull request #68450 from KoBeWi/bracket_escapistRémi Verschelde2023-01-121-2/+19
|\
| * Allow to escape closing brackets in CFG tagskobewi2022-11-091-2/+19
* | Fix Callable call error reporting.Juan Linietsky2023-01-106-1/+101
* | Merge pull request #71051 from vonagam/consts-are-deep-startRémi Verschelde2023-01-092-20/+0
|\ \
| * | GDScript: Begin making constants deep, not shallow or flatDmitrii Maganov2023-01-082-20/+0
* | | Merge pull request #71082 from AThousandShips/array_find_fixRémi Verschelde2023-01-091-37/+38
|\ \ \
| * | | Fix for PackedArray comparisonNinni Pipping2023-01-081-37/+38
| |/ /
* | | Merge pull request #70996 from reduz/properly-report-callable-bound-argumentsRémi Verschelde2023-01-095-1/+25
|\ \ \
| * | | Properly report Callable bound argumentsJuan Linietsky2023-01-085-1/+25
* | | | Use BitField<> in core type masksJuan Linietsky2023-01-082-7/+41
| |/ / |/| |
* | | Merge pull request #71000 from reduz/callable-bind-from-arrayRémi Verschelde2023-01-073-0/+16
|\ \ \
| * | | Allow binding Callable arguments from an arrayJuan Linietsky2023-01-063-0/+16
| |/ /
* / / Unbind Variant methods that change immutable types.Juan Linietsky2023-01-061-3/+1
|/ /
* | One Copyright Update to rule them allRémi Verschelde2023-01-0529-841/+841
* | GDScript: Error when assigning return value of void functionGeorge Marques2022-12-301-0/+2
* | Fix empty zero assigners for the variant typesYuri Rubinsky2022-12-201-14/+14
* | Merge pull request #69709 from RandomShaper/refactor_spirv_reflectionRémi Verschelde2022-12-151-0/+1
|\ \
| * | Add default, zeroing constructor to BitFieldPedro J. Estébanez2022-12-121-0/+1
* | | VariantParser make readahead optionallawnjelly2022-12-122-4/+23
* | | Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde2022-12-122-47/+47
|\ \ \ | |/ / |/| |
| * | Rename all gdnative occurences to gdextensionGilles Roudière2022-12-122-47/+47
* | | Merge pull request #68747 from rune-scape/rune-stringname-unificationRémi Verschelde2022-12-098-258/+465
|\ \ \
| * | | Unify String and StringNamerune-scape2022-12-058-258/+465
| |/ /
* / / Fix Variant StringName `is_zero` being invertedAaron Franke2022-12-061-1/+1
|/ /
* | Fix suppressed error message on error when using % format stringRindbee2022-12-051-8/+16
* | Merge pull request #69119 from lawnjelly/faster_variant_parser_masterRémi Verschelde2022-12-052-25/+80
|\ \
| * | Add readahead to VariantParserlawnjelly2022-11-242-25/+80
* | | Don't break parsing on missing resourceskobewi2022-11-281-1/+1
* | | Remove `Array.find_last()`Micky2022-11-253-7/+0
* | | Merge pull request #68386 from MewPurPur/snappedi-snappedfRémi Verschelde2022-11-242-3/+87
|\ \ \ | |/ / |/| |
| * | Implement snappedi, snappedf, and Vector[2/3/4]i.snappedVolTer2022-11-192-3/+87
| |/
* | Refactor Curve3D::_bake() methodYaohua Xiong2022-11-242-0/+7
* | Merge pull request #67726 from HenryClones/integer-lerping-errorsRémi Verschelde2022-11-231-0/+3
|\ \