index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
variant
/
variant_utility.cpp
Age
Commit message (
Expand
)
Author
2022-07-23
Implement Vector4, Vector4i, Projection
reduz
2022-06-29
Adding print_rich for printing with BBCode
Voylin
2022-06-27
Merge pull request #62449 from Chaosus/wrap_func
Rémi Verschelde
2022-06-27
Refactor bezier interpolation functions
Hendrik Brucker
2022-06-27
Add generalized version of `wrap` function
Yuri Rubinsky
2022-06-20
Clean up Hash Functions
reduz
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-03-07
VariantUtility: Unexpose `Math::range_step_decimals`
Rémi Verschelde
2022-02-12
Implement cubic_interpolate() as MathFunc for refactoring
Silc 'Tokage' Renew
2022-01-20
Rename Variant::is_ref() to is_ref_counted()
Pedro J. Estébanez
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-17
Expose `randfn` to global scope
Yuri Roubinsky
2021-11-16
Rename built-in `SGN()` macro to `SIGN()`
Hugo Locurcio
2021-11-03
reimplement ping-pong
Silc 'Tokage' Renew
2021-10-11
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-11
Merge pull request #48332 from TokageItLab/implement-ping-pong
Rémi Verschelde
2021-10-11
Fix autocompletion of built-in functions in GDScript
Yuri Roubinsky
2021-10-09
implement ping-pong loop in animation
Tokage
2021-09-21
Add `print_verbose()` built-in function to print in verbose mode only
Hugo Locurcio
2021-08-31
Remove cartesian2polar and polar2cartesian
kobewi
2021-08-23
Expose RID creation utilities.
reduz
2021-08-11
Merge pull request #38992 from Dragoncraft89/master
Rémi Verschelde
2021-07-30
Remove obsolete "dectime" method
Aaron Franke
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-06-25
Implement native extension system
reduz
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-05-04
Re-bind posmod, use int64_t instead of int
Rémi Verschelde
2021-04-27
Add error_string function
Florian Kothmeier
2021-01-05
Merge pull request #44661 from AndreaCatania/AndreaCatania-patch-5
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename Math::stepify to snapped
Marcel Admiraal
2020-12-27
Add helper count function to Variant
George Marques
2020-12-24
Fixes: GDscript min and max are inverted
Andrea Catania
2020-11-25
Fix prints and printt functions printing as errors
George Marques
2020-11-17
doc: Sync classref with Variant utility methods
Rémi Verschelde
2020-11-11
Refactor variant built-in methods yet again.
reduz