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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #65325 from TokageItLab/refactor-variant-for-anim
Rémi Verschelde
2022-09-16
2
-569
/
+0
|
\
|
*
Move some methods to Animation from Variant for refactoring
Silc Renew
2022-09-15
2
-569
/
+0
*
|
Use variadic template in `vformat()`
Micky
2022-09-14
2
-31
/
+16
*
|
Merge pull request #64417 from aaronfranke/has-space
Rémi Verschelde
2022-09-06
1
-4
/
+4
|
\
\
|
*
|
Replace Rect2(i) has_no_area with has_area
Aaron Franke
2022-09-04
1
-2
/
+2
|
*
|
Replace AABB has_no_volume with has_volume
Aaron Franke
2022-09-04
1
-2
/
+2
|
|
/
*
|
Rename `range_lerp` to `remap`
Micky
2022-09-06
1
-3
/
+3
*
|
Fix crash when encoding freed object in ConfigFile
Haoyu Qiu
2022-09-04
1
-1
/
+1
|
/
*
Add `is_zero_approx` methods to `Vector2`, `3`, and `4`
Jonathan Nicholl
2022-09-02
1
-0
/
+3
*
Merge pull request #63968 from KoBeWi/finding_stuff_in_a_dictionary
Rémi Verschelde
2022-09-01
3
-0
/
+11
|
\
|
*
Add Dictionary.find_key()
kobewi
2022-08-16
3
-0
/
+11
*
|
Merge pull request #63411 from Calinou/improve-null-object-dictionary-print
Rémi Verschelde
2022-08-31
1
-4
/
+4
|
\
\
|
*
|
Improve null and object printing to avoid confusion with arrays
Hugo Locurcio
2022-08-31
1
-4
/
+4
*
|
|
Discontinued spherical_interpolate_with in Transform3D
Silc Renew
2022-08-31
1
-1
/
+0
|
/
/
*
|
Add `String.to_{camel,pascal,snake}_case` methods
Danil Alexeev
2022-08-30
1
-0
/
+3
*
|
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-1
/
+1
*
|
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
*
|
Add constructor accepting four Vector4's to `Projection`
Yuri Rubinsky
2022-08-24
1
-0
/
+1
*
|
Merge pull request #63602 from TokageItLab/cubic-interp-time
Rémi Verschelde
2022-08-22
2
-0
/
+10
|
\
\
|
*
|
Make `cubic_interpolate()` consider key time in animation
Silc Renew
2022-08-19
2
-0
/
+10
|
|
/
*
/
Expose Basis `set_orthogonal_index` method as a GridMap function
rafallus
2022-08-20
1
-1
/
+0
|
/
*
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
*
Merge pull request #64027 from Geometror/add-vector4-tests
Rémi Verschelde
2022-08-07
1
-0
/
+6
|
\
|
*
Vector4/Vector4i: Add missing methods, tests and fix change of sign operator
Hendrik Brucker
2022-08-07
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
|
|
/
|
/
|
*
|
Merge pull request #63698 from PrecisionRender/plane-operator-asterisk
Rémi Verschelde
2022-08-06
1
-0
/
+2
|
\
\
|
*
|
Add `operator*` to `Plane`
PrecisionRender
2022-07-30
1
-0
/
+2
*
|
|
Arrays: Zero new items of trivial types on resize() (bindings only)
Rémi Verschelde
2022-08-04
1
-5
/
+5
*
|
|
Merge pull request #55923 from bluenote10/feature/consistent_transform_operat...
Rémi Verschelde
2022-08-03
1
-0
/
+6
|
\
\
\
|
*
|
|
Fix consistency of translated/scaled/rotated in Transform2D and Transform3D
Fabian Keller
2022-08-02
1
-0
/
+6
*
|
|
|
Variant large bucket memory pool - for Projection
lawnjelly
2022-08-02
3
-14
/
+28
|
/
/
/
*
|
|
Merge pull request #61315 from lawnjelly/variant_bucket_pools
Rémi Verschelde
2022-08-02
3
-19
/
+68
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Variant memory pools
lawnjelly
2022-07-04
3
-19
/
+68
*
|
|
Merge pull request #63595 from reduz/remove-signal-connect-binds
Rémi Verschelde
2022-07-29
7
-53
/
+36
|
\
\
\
|
*
|
|
Remove Signal connect binds
Juan Linietsky
2022-07-29
7
-53
/
+36
*
|
|
|
Fix Vector4 serialization
kobewi
2022-07-29
1
-2
/
+2
|
/
/
/
*
|
|
Merge pull request #63049 from Faless/mp/4.x_as_module
Rémi Verschelde
2022-07-28
2
-5
/
+8
|
\
\
\
|
*
|
|
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
2
-5
/
+8
*
|
|
|
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
2
-1
/
+9
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #63219 from reduz/implement-vector4-projection
Rémi Verschelde
2022-07-25
15
-1
/
+789
|
\
\
\
|
*
|
|
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
15
-1
/
+789
*
|
|
|
Solve discrepancy between code and class reference for Plane
Jcrespo
2022-07-24
1
-1
/
+1
|
/
/
/
[next]