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
*
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
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Fix font preview text color on light background
Haoyu Qiu
2021-12-18
1
-0
/
+1
*
Make `--doctool` locale aware
Haoyu Qiu
2021-12-16
1
-0
/
+1
*
Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusive
Rémi Verschelde
2021-12-07
1
-9
/
+9
|
\
|
*
PackedByteArray, Array slice end exclusive, rename subarray to slice
Nathan Franke
2021-11-26
1
-9
/
+9
*
|
Expose max_axis_index and max_axis_index for Vector2(i)
Aaron Franke
2021-12-02
1
-4
/
+8
*
|
Rename Vector parameters to be consistent
Raul Santos
2021-12-01
1
-4
/
+4
|
/
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-10
/
+10
*
Merge pull request #54869 from akien-mga/string-remove-erase
Rémi Verschelde
2021-11-11
1
-2
/
+0
|
\
|
*
String: Remove `erase` method, bindings can't mutate String
Rémi Verschelde
2021-11-11
1
-2
/
+0
*
|
Color: Bind `from_hsv` as static method
Rémi Verschelde
2021-11-11
1
-5
/
+2
|
/
*
Merge pull request #54186 from miraz12/fix-packedByteArray-memcpy-crash
Rémi Verschelde
2021-11-08
1
-4
/
+8
|
\
|
*
Fixed crash in `variant_call` when trying to memcpy 0 bytes.
Anton Christoffersson
2021-10-27
1
-4
/
+8
*
|
Rename AABB `get_area` to `get_volume`
Brian Semrau
2021-11-05
1
-2
/
+2
*
|
Expose String.get_slice
kobewi
2021-11-02
1
-0
/
+1
*
|
Refactored Node3D rotation modes
reduz
2021-10-25
1
-1
/
+9
*
|
Implement Animation Compression
reduz
2021-10-21
1
-0
/
+4
|
/
*
Merge pull request #52850 from mashumafi/vector-bsearch
Rémi Verschelde
2021-10-01
1
-0
/
+9
|
\
|
*
Implement bsearch for Vector and Packed*Array
mashumafi
2021-09-30
1
-0
/
+9
*
|
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-4
/
+4
*
|
Merge pull request #52849 from KoBeWi/know_no_binds
Rémi Verschelde
2021-09-25
1
-1
/
+1
|
\
\
|
*
|
Remove binds from Signal.connect
kobewi
2021-09-24
1
-1
/
+1
|
|
/
*
|
Merge pull request #52878 from AnilBK/add-get-center
Rémi Verschelde
2021-09-21
1
-0
/
+3
|
\
\
|
*
|
Add Get Center Method for Rect2/Rect2i and AABB.
Anilforextra
2021-09-21
1
-0
/
+3
|
|
/
*
|
Merge pull request #52398 from deakcor/dev-transform
Rémi Verschelde
2021-09-20
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Expose get_skew for transform2d and add new constructor
Vincent D
2021-09-19
1
-0
/
+3
*
|
Replace Vector3.to_diagonal_matrix with Basis.from_scale
Aaron Franke
2021-09-17
1
-1
/
+1
|
/
*
Merge pull request #48237 from KoBeWi/they_came_from_angle
George Marques
2021-09-01
1
-0
/
+2
|
\
|
*
Add Vector2.from_angle() method
kobewi
2021-08-31
1
-0
/
+2
[next]