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
*
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-1
/
+1
|
\
|
*
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Add support for Transform2D/3D in lerp()
aXu-AP
2024-09-03
1
-1
/
+9
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+0
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-0
/
+2
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-19
/
+19
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-3
/
+3
*
GDScript: Fix incorrect error message for utility functions
Danil Alexeev
2023-10-16
1
-28
/
+106
*
Add type_string() utility
Jakub Janšta
2023-10-02
1
-0
/
+6
*
Merge pull request #80844 from dalexeev/fix-callable-expected-argc
Rémi Verschelde
2023-10-02
1
-13
/
+12
|
\
|
*
Fix expected argument count for `Callable` call errors
Danil Alexeev
2023-09-29
1
-13
/
+12
*
|
Add rotate_toward and angle_difference to GDScript and C#
etti
2023-10-01
1
-0
/
+10
|
/
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
1
-1
/
+1
*
Add a type conversion method to Variant Utility and expose to scripting
Aaron Franke
2023-09-08
1
-0
/
+85
*
Add inverse hyperbolic functions `asinh()`, `acosh()` & `atanh()`
Jcrespo
2023-09-01
1
-0
/
+16
*
Make a header for VariantUtilityFunctions
Aaron Franke
2023-06-12
1
-787
/
+784
*
Redo how the remote filesystem works
Juan Linietsky
2023-05-08
1
-0
/
+2
*
Fix lerp error message
Paweł
2023-04-21
1
-0
/
+1
*
Fix type check for max/min
Ninni Pipping
2023-03-11
1
-2
/
+10
*
Make max() and min() global functions only accept numbers
George Marques
2023-02-24
1
-0
/
+14
*
Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`
Adam Scott
2023-01-25
1
-0
/
+7
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Merge pull request #68386 from MewPurPur/snappedi-snappedf
Rémi Verschelde
2022-11-24
1
-3
/
+84
|
\
|
*
Implement snappedi, snappedf, and Vector[2/3/4]i.snapped
VolTer
2022-11-19
1
-3
/
+84
*
|
Refactor Curve3D::_bake() method
Yaohua Xiong
2022-11-24
1
-0
/
+5
*
|
Add case for Variant::INT in lerp variant switch
Xpertice
2022-11-22
1
-0
/
+3
|
/
*
Add `is_finite` method for checking built-in types
Haoyu Qiu
2022-10-08
1
-0
/
+5
*
Use 64bit integers in utility methods
kobewi
2022-09-28
1
-6
/
+6
*
Fix wrong floori() behavior
kobewi
2022-09-27
1
-1
/
+1
*
Rename `range_lerp` to `remap`
Micky
2022-09-06
1
-3
/
+3
*
Add linear/cubic angle interpolation to Animation interpolation type
Silc Renew
2022-08-27
1
-0
/
+11
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-24
/
+24
*
Make `cubic_interpolate()` consider key time in animation
Silc Renew
2022-08-19
1
-0
/
+6
*
Merge pull request #63361 from KoBeWi/floorf_lol
Rémi Verschelde
2022-08-06
1
-9
/
+102
|
\
|
*
Split ceil(), floor() and round() method
kobewi
2022-07-27
1
-10
/
+102
*
|
Restore old lerp() behavior and add lerpf()
kobewi
2022-08-06
1
-3
/
+40
|
/
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+12
*
Adding print_rich for printing with BBCode
Voylin
2022-06-29
1
-0
/
+17
*
Merge pull request #62449 from Chaosus/wrap_func
Rémi Verschelde
2022-06-27
1
-0
/
+47
|
\
|
*
Add generalized version of `wrap` function
Yuri Rubinsky
2022-06-27
1
-0
/
+47
*
|
Refactor bezier interpolation functions
Hendrik Brucker
2022-06-27
1
-0
/
+5
|
/
*
Clean up Hash Functions
reduz
2022-06-20
1
-6
/
+6
*
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
[next]