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_call.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose clear method for packed arrays
Haoyu Qiu
2022-08-10
1
-0
/
+9
*
vector4 distance_squared_to and update csharp
antonWetzel
2022-08-09
1
-0
/
+1
*
Vector4/Vector4i: Add missing methods, tests and fix change of sign operator
Hendrik Brucker
2022-08-07
1
-0
/
+6
*
Arrays: Zero new items of trivial types on resize() (bindings only)
Rémi Verschelde
2022-08-04
1
-5
/
+5
*
Fix consistency of translated/scaled/rotated in Transform2D and Transform3D
Fabian Keller
2022-08-02
1
-0
/
+6
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-5
/
+5
*
Merge pull request #63532 from TokageItLab/rename-cubic-slerp
Rémi Verschelde
2022-07-28
1
-2
/
+2
|
\
|
*
rename and unify notation for spherical interpolation
Silc Renew
2022-07-27
1
-2
/
+2
*
|
Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...
Rémi Verschelde
2022-07-28
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
rename translate(d) to translate(d)_local in Transform 2D/3D
Fabian Keller
2022-07-16
1
-2
/
+2
*
|
Add some missing Vector4 methods
kobewi
2022-07-26
1
-1
/
+5
*
|
Merge pull request #63219 from reduz/implement-vector4-projection
Rémi Verschelde
2022-07-25
1
-0
/
+104
|
\
\
|
*
|
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+104
*
|
|
Solve discrepancy between code and class reference for Plane
Jcrespo
2022-07-24
1
-1
/
+1
|
/
/
*
/
Rename `epsilon` to `tolerance` in the `Plane::has_point` method
Yuri Rubinsky
2022-07-21
1
-1
/
+1
|
/
*
Merge pull request #61610 from TokageItLab/importer-retarget-registered-gdhum...
Rémi Verschelde
2022-07-02
1
-0
/
+1
|
\
|
*
implement bone renamer in importer
Silc Renew
2022-07-01
1
-0
/
+1
*
|
Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays.
Lyuma
2022-06-30
1
-8
/
+24
|
/
*
Merge pull request #62468 from V-Sekai/core-const-expressions
Rémi Verschelde
2022-06-28
1
-0
/
+36
|
\
|
*
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-27
1
-0
/
+36
*
|
Refactor bezier interpolation functions
Hendrik Brucker
2022-06-27
1
-0
/
+2
|
/
*
Add core types enums description to extension api json
Pierre-Thomas Meisels
2022-06-23
1
-0
/
+82
*
Clean up Hash Functions
reduz
2022-06-20
1
-8
/
+8
*
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
1
-4
/
+4
*
Fix parameter name for String.left and String.right
Haoyu Qiu
2022-06-12
1
-2
/
+2
*
Merge pull request #59786 from V-Sekai/ok_color
Rémi Verschelde
2022-06-07
1
-0
/
+2
|
\
|
*
Allow picking similar colours using OKHSL.
K. S. Ernest (iFire) Lee
2022-06-07
1
-0
/
+2
*
|
Merge pull request #50349 from Calinou/array-add-some-every
Rémi Verschelde
2022-06-07
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Add `any()` and `all()` methods to Array
Hugo Locurcio
2022-05-25
1
-0
/
+2
*
|
Merge pull request #59883 from KoBeWi/merge_this
Rémi Verschelde
2022-06-06
1
-0
/
+1
|
\
\
|
*
|
Add Dictionary.merge()
kobewi
2022-05-31
1
-0
/
+1
|
|
/
*
/
[GDExtension] Expose Variant, NodePath and StringName hash functions.
bruvzg
2022-06-06
1
-0
/
+5
|
/
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-6
/
+6
*
Add search methods for packed arrays
Haoyu Qiu
2022-05-07
1
-0
/
+27
*
Core: Rename math 'phi' arguments to 'angle'
Rémi Verschelde
2022-05-05
1
-5
/
+5
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-9
/
+9
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-3
/
+3
*
Color: Rename `to_srgb`/`to_linear` to include base color space
Rémi Verschelde
2022-04-13
1
-2
/
+2
*
Expose Color's `to_linear()` and `to_srgb()` to scripting
Hugo Locurcio
2022-03-28
1
-0
/
+2
*
Merge pull request #58233 from bruvzg/gde_ts
Rémi Verschelde
2022-03-18
1
-0
/
+2
|
\
|
*
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-17
1
-0
/
+2
*
|
Fix blend animation to solve TRS track bug & blend order inconsistency
Silc 'Tokage' Renew
2022-03-16
1
-0
/
+2
|
/
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-2
/
+2
*
[GDExtension] Add binds for missing methods, operators, and constants require...
bruvzg
2022-02-08
1
-0
/
+3
*
String: Add contains().
Anilforextra
2022-02-04
1
-0
/
+1
*
Merge pull request #57281 from Rubonnek/rename-subsequence
Rémi Verschelde
2022-01-27
1
-1
/
+1
|
\
|
*
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-1
/
+1
*
|
Expose Transform3D::sphere_interpolate_with()
Max Hilbrunner
2022-01-27
1
-0
/
+1
|
/
*
`Array`: Relax `slice` bound checks to properly handle negative indices
Rémi Verschelde
2022-01-10
1
-10
/
+10
*
Add length and length_squared to Vector2i/3i
Aaron Franke
2022-01-06
1
-0
/
+4
[next]