summaryrefslogtreecommitdiffstats
path: root/core/variant/variant_utility.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Expose `randfn` to global scopeYuri Roubinsky2021-11-171-0/+5
* Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio2021-11-161-4/+4
* reimplement ping-pongSilc 'Tokage' Renew2021-11-031-0/+5
* Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky2021-10-111-5/+0
* Merge pull request #48332 from TokageItLab/implement-ping-pongRémi Verschelde2021-10-111-0/+5
|\
| * implement ping-pong loop in animationTokage2021-10-091-0/+5
* | Fix autocompletion of built-in functions in GDScriptYuri Roubinsky2021-10-111-0/+22
|/
* Add `print_verbose()` built-in function to print in verbose mode onlyHugo Locurcio2021-09-211-20/+23
* Remove cartesian2polar and polar2cartesiankobewi2021-08-311-11/+0
* Expose RID creation utilities.reduz2021-08-231-0/+12
* Merge pull request #38992 from Dragoncraft89/masterRémi Verschelde2021-08-111-0/+9
|\
| * Add error_string functionFlorian Kothmeier2021-04-271-0/+9
* | Remove obsolete "dectime" methodAaron Franke2021-07-301-5/+0
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* | Implement native extension systemreduz2021-06-251-1/+18
* | Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
* | Re-bind posmod, use int64_t instead of intRémi Verschelde2021-05-041-0/+5
|/
* Merge pull request #44661 from AndreaCatania/AndreaCatania-patch-5Rémi Verschelde2021-01-051-2/+2
|\
| * Fixes: GDscript min and max are invertedAndrea Catania2020-12-241-2/+2
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Rename Math::stepify to snappedMarcel Admiraal2020-12-281-3/+3
* | Add helper count function to VariantGeorge Marques2020-12-271-0/+4
|/
* Fix prints and printt functions printing as errorsGeorge Marques2020-11-251-2/+2
* doc: Sync classref with Variant utility methodsRémi Verschelde2020-11-171-46/+35
* Refactor variant built-in methods yet again.reduz2020-11-111-0/+1392