index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
variant
/
variant_utility.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-7
/
+7
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-36
/
+36
*
VariantUtility: Unexpose `Math::range_step_decimals`
Rémi Verschelde
2022-03-07
1
-5
/
+0
*
Implement cubic_interpolate() as MathFunc for refactoring
Silc 'Tokage' Renew
2022-02-12
1
-0
/
+5
*
Rename Variant::is_ref() to is_ref_counted()
Pedro J. Estébanez
2022-01-20
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Expose `randfn` to global scope
Yuri Roubinsky
2021-11-17
1
-0
/
+5
*
Rename built-in `SGN()` macro to `SIGN()`
Hugo Locurcio
2021-11-16
1
-4
/
+4
*
reimplement ping-pong
Silc 'Tokage' Renew
2021-11-03
1
-0
/
+5
*
Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...
Juan Linietsky
2021-10-11
1
-5
/
+0
*
Merge pull request #48332 from TokageItLab/implement-ping-pong
Rémi Verschelde
2021-10-11
1
-0
/
+5
|
\
|
*
implement ping-pong loop in animation
Tokage
2021-10-09
1
-0
/
+5
*
|
Fix autocompletion of built-in functions in GDScript
Yuri Roubinsky
2021-10-11
1
-0
/
+22
|
/
*
Add `print_verbose()` built-in function to print in verbose mode only
Hugo Locurcio
2021-09-21
1
-20
/
+23
*
Remove cartesian2polar and polar2cartesian
kobewi
2021-08-31
1
-11
/
+0
*
Expose RID creation utilities.
reduz
2021-08-23
1
-0
/
+12
*
Merge pull request #38992 from Dragoncraft89/master
Rémi Verschelde
2021-08-11
1
-0
/
+9
|
\
|
*
Add error_string function
Florian Kothmeier
2021-04-27
1
-0
/
+9
*
|
Remove obsolete "dectime" method
Aaron Franke
2021-07-30
1
-5
/
+0
*
|
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-2
/
+2
*
|
Implement native extension system
reduz
2021-06-25
1
-1
/
+18
*
|
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-1
/
+1
*
|
Re-bind posmod, use int64_t instead of int
Rémi Verschelde
2021-05-04
1
-0
/
+5
|
/
*
Merge pull request #44661 from AndreaCatania/AndreaCatania-patch-5
Rémi Verschelde
2021-01-05
1
-2
/
+2
|
\
|
*
Fixes: GDscript min and max are inverted
Andrea Catania
2020-12-24
1
-2
/
+2
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
|
Rename Math::stepify to snapped
Marcel Admiraal
2020-12-28
1
-3
/
+3
*
|
Add helper count function to Variant
George Marques
2020-12-27
1
-0
/
+4
|
/
*
Fix prints and printt functions printing as errors
George Marques
2020-11-25
1
-2
/
+2
*
doc: Sync classref with Variant utility methods
Rémi Verschelde
2020-11-17
1
-46
/
+35
*
Refactor variant built-in methods yet again.
reduz
2020-11-11
1
-0
/
+1392