summaryrefslogtreecommitdiffstats
path: root/core/variant/variant_call.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add API for HSL conversionbonjorno72023-05-091-0/+1
* Expose `determinant` in Transform2D, rename internal methodAaron Franke2023-04-221-0/+1
* Unify descriptions of vector methodsHaoyu Qiu2023-04-141-1/+1
* add `hex_decode()` to `String`bendn2023-04-051-0/+1
* Add GDScript `to_wchar_buffer` and `get_string_from_wchar` functions.bruvzg2023-03-211-0/+15
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-5/+6
* 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-271-1/+3
|/
* Fix bind " convergence_dist" containing spaceJan Haller2023-01-231-1/+1
* Rename `center` method to `get_center` in Plane.Raul Santos2023-01-151-1/+1
* Fix Callable call error reporting.Juan Linietsky2023-01-101-0/+1
* Merge pull request #70996 from reduz/properly-report-callable-bound-argumentsRémi Verschelde2023-01-091-0/+1
|\
| * Properly report Callable bound argumentsJuan Linietsky2023-01-081-0/+1
* | Merge pull request #71000 from reduz/callable-bind-from-arrayRémi Verschelde2023-01-071-0/+1
|\ \
| * | Allow binding Callable arguments from an arrayJuan Linietsky2023-01-061-0/+1
| |/
* / Unbind Variant methods that change immutable types.Juan Linietsky2023-01-061-3/+1
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* GDScript: Error when assigning return value of void functionGeorge Marques2022-12-301-0/+2
* Unify String and StringNamerune-scape2022-12-051-101/+240
* Remove `Array.find_last()`Micky2022-11-251-1/+0
* Merge pull request #68386 from MewPurPur/snappedi-snappedfRémi Verschelde2022-11-241-0/+3
|\
| * Implement snappedi, snappedf, and Vector[2/3/4]i.snappedVolTer2022-11-191-0/+3
* | Refactor Curve3D::_bake() methodYaohua Xiong2022-11-241-0/+2
* | Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-2/+2
|/
* Add support for empty delimiter in String.splitkobewi2022-11-041-2/+2
* Allow getting Quaternion rotation in different Euler ordersAaron Franke2022-11-021-1/+1
* Move EulerOrder enum to math_defs.h and global scopeAaron Franke2022-11-021-16/+2
* Merge pull request #68118 from aaronfranke/quat-from-eulerRémi Verschelde2022-11-021-0/+1
|\
| * Replace Quaternion Euler constructor with `from_euler` methodAaron Franke2022-11-011-0/+1
* | Merge pull request #64830 from dalexeev/color-hide-internalsRémi Verschelde2022-11-021-4/+0
|\ \ | |/ |/|
| * Remove internal functions of named colors from the public APIDanil Alexeev2022-10-211-4/+0
* | Clean up Basis from Euler codeAaron Franke2022-10-211-2/+2
* | add ability to pick random value from arrayNonunknown2022-10-201-0/+1
|/
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+10
* Merge pull request #65817 from bruvzg/typed_arrayRémi Verschelde2022-09-231-0/+8
|\
| * [GDExtension] Implement support for typed arrays.bruvzg2022-09-221-0/+8
* | Callable: add callv methodRicardo Buring2022-09-211-0/+1
|/
* Replace Rect2(i) has_no_area with has_areaAaron Franke2022-09-041-2/+2
* Replace AABB has_no_volume with has_volumeAaron Franke2022-09-041-2/+2
* Add `is_zero_approx` methods to `Vector2`, `3`, and `4`Jonathan Nicholl2022-09-021-0/+3
* Merge pull request #63968 from KoBeWi/finding_stuff_in_a_dictionaryRémi Verschelde2022-09-011-0/+1
|\
| * Add Dictionary.find_key()kobewi2022-08-161-0/+1
* | Discontinued spherical_interpolate_with in Transform3DSilc Renew2022-08-311-1/+0
* | Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev2022-08-301-0/+3
* | Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
* | Merge pull request #63602 from TokageItLab/cubic-interp-timeRémi Verschelde2022-08-221-0/+4
|\ \
| * | Make `cubic_interpolate()` consider key time in animationSilc Renew2022-08-191-0/+4
| |/
* / Expose Basis `set_orthogonal_index` method as a GridMap functionrafallus2022-08-201-1/+0
|/