summaryrefslogtreecommitdiffstats
path: root/core/variant/variant_utility.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-1/+1
|\
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add support for Transform2D/3D in lerp()aXu-AP2024-09-031-1/+9
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+2
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-19/+19
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-3/+3
* GDScript: Fix incorrect error message for utility functionsDanil Alexeev2023-10-161-28/+106
* Add type_string() utilityJakub Janšta2023-10-021-0/+6
* Merge pull request #80844 from dalexeev/fix-callable-expected-argcRémi Verschelde2023-10-021-13/+12
|\
| * Fix expected argument count for `Callable` call errorsDanil Alexeev2023-09-291-13/+12
* | Add rotate_toward and angle_difference to GDScript and C#etti2023-10-011-0/+10
|/
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-1/+1
* Add a type conversion method to Variant Utility and expose to scriptingAaron Franke2023-09-081-0/+85
* Add inverse hyperbolic functions `asinh()`, `acosh()` & `atanh()`Jcrespo2023-09-011-0/+16
* Make a header for VariantUtilityFunctionsAaron Franke2023-06-121-787/+784
* Redo how the remote filesystem worksJuan Linietsky2023-05-081-0/+2
* Fix lerp error messagePaweł2023-04-211-0/+1
* Fix type check for max/minNinni Pipping2023-03-111-2/+10
* Make max() and min() global functions only accept numbersGeorge Marques2023-02-241-0/+14
* Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`Adam Scott2023-01-251-0/+7
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #68386 from MewPurPur/snappedi-snappedfRémi Verschelde2022-11-241-3/+84
|\
| * Implement snappedi, snappedf, and Vector[2/3/4]i.snappedVolTer2022-11-191-3/+84
* | Refactor Curve3D::_bake() methodYaohua Xiong2022-11-241-0/+5
* | Add case for Variant::INT in lerp variant switchXpertice2022-11-221-0/+3
|/
* Add `is_finite` method for checking built-in typesHaoyu Qiu2022-10-081-0/+5
* Use 64bit integers in utility methodskobewi2022-09-281-6/+6
* Fix wrong floori() behaviorkobewi2022-09-271-1/+1
* Rename `range_lerp` to `remap`Micky2022-09-061-3/+3
* Add linear/cubic angle interpolation to Animation interpolation typeSilc Renew2022-08-271-0/+11
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-24/+24
* Make `cubic_interpolate()` consider key time in animationSilc Renew2022-08-191-0/+6
* Merge pull request #63361 from KoBeWi/floorf_lolRémi Verschelde2022-08-061-9/+102
|\
| * Split ceil(), floor() and round() methodkobewi2022-07-271-10/+102
* | Restore old lerp() behavior and add lerpf()kobewi2022-08-061-3/+40
|/
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+12
* Adding print_rich for printing with BBCodeVoylin2022-06-291-0/+17
* Merge pull request #62449 from Chaosus/wrap_funcRémi Verschelde2022-06-271-0/+47
|\
| * Add generalized version of `wrap` functionYuri Rubinsky2022-06-271-0/+47
* | Refactor bezier interpolation functionsHendrik Brucker2022-06-271-0/+5
|/
* Clean up Hash Functionsreduz2022-06-201-6/+6
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-7/+7
* Fix some issues found by cppcheck.bruvzg2022-04-061-36/+36
* VariantUtility: Unexpose `Math::range_step_decimals`Rémi Verschelde2022-03-071-5/+0
* Implement cubic_interpolate() as MathFunc for refactoringSilc 'Tokage' Renew2022-02-121-0/+5
* Rename Variant::is_ref() to is_ref_counted()Pedro J. Estébanez2022-01-201-1/+1