summaryrefslogtreecommitdiff
path: root/core/variant
AgeCommit message (Expand)Author
2022-10-10Merge pull request #64692 from touilleMan/no-variant-destructor-for-struct-bu...Rémi Verschelde
2022-10-10Merge pull request #66584 from rune-scape/rune-validated-call-obj-bugRémi Verschelde
2022-10-09Fix Array.`slice()` and `filter()` forgetting Typed ArrayMicky
2022-10-07Fix more MSVC C4702 (unreachable code) warningsRémi Verschelde
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-10-05Merge pull request #66898 from aaronfranke/proj-mat-columnsRémi Verschelde
2022-10-04Improve dictionary printing to avoid confusion with arraysHugo Locurcio
2022-10-04Rename Projection `matrix` to `columns`Aaron Franke
2022-09-29Merge pull request #66583 from bruvzg/constexprRémi Verschelde
2022-09-29Use `constexpr` in the conditions with template parameters and `sizeof`s to s...bruvzg
2022-09-28Fix unset `ObjectID` with validated `get_object()` callrune-scape
2022-09-28Change BitField to use 64-bit int.bruvzg
2022-09-28Use 64bit integers in utility methodskobewi
2022-09-27Fix wrong floori() behaviorkobewi
2022-09-23Merge pull request #65817 from bruvzg/typed_arrayRémi Verschelde
2022-09-22[GDExtension] Implement support for typed arrays.bruvzg
2022-09-21Callable: add callv methodRicardo Buring
2022-09-17Remove Transfor2/3D,AABB,Basis,RID from Variant destructors given Variant::cl...Emmanuel Leblond
2022-09-16Merge pull request #65325 from TokageItLab/refactor-variant-for-animRémi Verschelde
2022-09-14Use variadic template in `vformat()`Micky
2022-09-15Move some methods to Animation from Variant for refactoringSilc Renew
2022-09-06Merge pull request #64417 from aaronfranke/has-spaceRémi Verschelde
2022-09-06Rename `range_lerp` to `remap`Micky
2022-09-04Replace Rect2(i) has_no_area with has_areaAaron Franke
2022-09-04Replace AABB has_no_volume with has_volumeAaron Franke
2022-09-04Fix crash when encoding freed object in ConfigFileHaoyu Qiu
2022-09-02Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl
2022-09-01Merge pull request #63968 from KoBeWi/finding_stuff_in_a_dictionaryRémi Verschelde
2022-08-31Merge pull request #63411 from Calinou/improve-null-object-dictionary-printRémi Verschelde
2022-08-31Improve null and object printing to avoid confusion with arraysHugo Locurcio
2022-08-31Discontinued spherical_interpolate_with in Transform3DSilc Renew
2022-08-30Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-27Add linear/cubic angle interpolation to Animation interpolation typeSilc Renew
2022-08-26Rename `str2var` to `str_to_var` and similarMicky
2022-08-24Add constructor accepting four Vector4's to `Projection`Yuri Rubinsky
2022-08-22Merge pull request #63602 from TokageItLab/cubic-interp-timeRémi Verschelde
2022-08-20Expose Basis `set_orthogonal_index` method as a GridMap functionrafallus
2022-08-19Make `cubic_interpolate()` consider key time in animationSilc Renew
2022-08-16Add Dictionary.find_key()kobewi
2022-08-10Expose clear method for packed arraysHaoyu Qiu
2022-08-09vector4 distance_squared_to and update csharpantonWetzel
2022-08-07Merge pull request #64027 from Geometror/add-vector4-testsRémi Verschelde
2022-08-07Vector4/Vector4i: Add missing methods, tests and fix change of sign operatorHendrik Brucker
2022-08-06Merge pull request #63361 from KoBeWi/floorf_lolRémi Verschelde
2022-08-06Restore old lerp() behavior and add lerpf()kobewi
2022-08-06Merge pull request #63698 from PrecisionRender/plane-operator-asteriskRémi Verschelde
2022-08-04Arrays: Zero new items of trivial types on resize() (bindings only)Rémi Verschelde
2022-08-03Merge pull request #55923 from bluenote10/feature/consistent_transform_operat...Rémi Verschelde
2022-08-02Fix consistency of translated/scaled/rotated in Transform2D and Transform3DFabian Keller