summaryrefslogtreecommitdiff
path: root/core/variant/variant_call.cpp
AgeCommit message (Expand)Author
2023-01-27GDScript: Fix test for read-only state of constantsDmitrii Maganov
2023-01-23Fix bind " convergence_dist" containing spaceJan Haller
2023-01-15Rename `center` method to `get_center` in Plane.Raul Santos
2023-01-10Fix Callable call error reporting.Juan Linietsky
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-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-05Unify String and StringNamerune-scape
2022-11-25Remove `Array.find_last()`Micky
2022-11-24Merge pull request #68386 from MewPurPur/snappedi-snappedfRémi Verschelde
2022-11-24Refactor Curve3D::_bake() methodYaohua Xiong
2022-11-19Implement snappedi, snappedf, and Vector[2/3/4]i.snappedVolTer
2022-11-14Remove redundant Variant-types initializationsMarkus Sauermann
2022-11-04Add support for empty delimiter in String.splitkobewi
2022-11-02Allow getting Quaternion rotation in different Euler ordersAaron Franke
2022-11-02Move EulerOrder enum to math_defs.h and global scopeAaron Franke
2022-11-02Merge pull request #68118 from aaronfranke/quat-from-eulerRémi Verschelde
2022-11-02Merge pull request #64830 from dalexeev/color-hide-internalsRémi Verschelde
2022-11-01Replace Quaternion Euler constructor with `from_euler` methodAaron Franke
2022-10-21Clean up Basis from Euler codeAaron Franke
2022-10-21Remove internal functions of named colors from the public APIDanil Alexeev
2022-10-20add ability to pick random value from arrayNonunknown
2022-10-08Add `is_finite` method for checking built-in typesHaoyu Qiu
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-04Replace Rect2(i) has_no_area with has_areaAaron Franke
2022-09-04Replace AABB has_no_volume with has_volumeAaron Franke
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-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-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-07Vector4/Vector4i: Add missing methods, tests and fix change of sign operatorHendrik Brucker
2022-08-04Arrays: Zero new items of trivial types on resize() (bindings only)Rémi Verschelde
2022-08-02Fix consistency of translated/scaled/rotated in Transform2D and Transform3DFabian Keller
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-28Merge pull request #63532 from TokageItLab/rename-cubic-slerpRémi Verschelde
2022-07-28Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...Rémi Verschelde
2022-07-27rename and unify notation for spherical interpolationSilc Renew