summaryrefslogtreecommitdiff
path: root/core/variant
AgeCommit message (Expand)Author
2023-01-27Merge pull request #62499 from fire/gltf-binary-img-compressionRémi Verschelde
2023-01-27Handle gltf binaryK. S. Ernest (iFire) Lee
2023-01-27GDScript: Fix test for read-only state of constantsDmitrii Maganov
2023-01-25Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`Adam Scott
2023-01-23Fix bind " convergence_dist" containing spaceJan Haller
2023-01-21Use range iterators in LocalVector loopskobewi
2023-01-19Add property usage to array indexerRaul Santos
2023-01-16Merge pull request #71279 from vonagam/fix-iterator-number-typeRémi Verschelde
2023-01-15Rename `center` method to `get_center` in Plane.Raul Santos
2023-01-13GDScript: Fix typing of iterator in for loopDmitrii Maganov
2023-01-12Merge pull request #68450 from KoBeWi/bracket_escapistRémi Verschelde
2023-01-10Fix Callable call error reporting.Juan Linietsky
2023-01-09Merge pull request #71051 from vonagam/consts-are-deep-startRémi Verschelde
2023-01-09Merge pull request #71082 from AThousandShips/array_find_fixRémi Verschelde
2023-01-09Merge pull request #70996 from reduz/properly-report-callable-bound-argumentsRémi Verschelde
2023-01-08Properly report Callable bound argumentsJuan Linietsky
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-08Fix for PackedArray comparisonNinni Pipping
2023-01-08GDScript: Begin making constants deep, not shallow or flatDmitrii Maganov
2023-01-07Merge pull request #71000 from reduz/callable-bind-from-arrayRémi Verschelde
2023-01-06Allow binding Callable arguments from an arrayJuan Linietsky
2023-01-06Unbind Variant methods that change immutable types.Juan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-30GDScript: Error when assigning return value of void functionGeorge Marques
2022-12-20Fix empty zero assigners for the variant typesYuri Rubinsky
2022-12-15Merge pull request #69709 from RandomShaper/refactor_spirv_reflectionRémi Verschelde
2022-12-12VariantParser make readahead optionallawnjelly
2022-12-12Add default, zeroing constructor to BitFieldPedro J. Estébanez
2022-12-12Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde
2022-12-12Rename all gdnative occurences to gdextensionGilles Roudière
2022-12-09Merge pull request #68747 from rune-scape/rune-stringname-unificationRémi Verschelde
2022-12-06Fix Variant StringName `is_zero` being invertedAaron Franke
2022-12-05Unify String and StringNamerune-scape
2022-12-05Fix suppressed error message on error when using % format stringRindbee
2022-12-05Merge pull request #69119 from lawnjelly/faster_variant_parser_masterRémi Verschelde
2022-11-28Don't break parsing on missing resourceskobewi
2022-11-25Remove `Array.find_last()`Micky
2022-11-24Merge pull request #68386 from MewPurPur/snappedi-snappedfRémi Verschelde
2022-11-24Add readahead to VariantParserlawnjelly
2022-11-24Refactor Curve3D::_bake() methodYaohua Xiong
2022-11-23Merge pull request #67726 from HenryClones/integer-lerping-errorsRémi Verschelde
2022-11-22Add case for Variant::INT in lerp variant switchXpertice
2022-11-19Implement snappedi, snappedf, and Vector[2/3/4]i.snappedVolTer
2022-11-15Merge pull request #62814 from KoBeWi/strintRémi Verschelde
2022-11-14Merge pull request #68657 from Sauermann/fix-redundant-initializationRémi Verschelde
2022-11-14Fix periods in editor strings and messagesHugo Locurcio
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-11-09Allow to escape closing brackets in CFG tagskobewi
2022-11-06Merge pull request #67730 from KoBeWi/late_to_the_callRémi Verschelde
2022-11-04Add call_deferred() method to Callablekobewi