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
/
math
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test, refactor and fix a bug in Basis.get_axis_angle
fabriceci
2022-09-14
1
-25
/
+26
*
Fix incorrect heuristic order in `AStarGrid2D`
Yuri Rubinsky
2022-09-12
1
-6
/
+6
*
Merge pull request #64417 from aaronfranke/has-space
Rémi Verschelde
2022-09-06
3
-8
/
+8
|
\
|
*
Replace Rect2(i) has_no_area with has_area
Aaron Franke
2022-09-04
2
-4
/
+4
|
*
Replace AABB has_no_volume with has_volume
Aaron Franke
2022-09-04
1
-4
/
+4
*
|
Rename `range_lerp` to `remap`
Micky
2022-09-06
1
-2
/
+2
*
|
Minor fixes to Vector4
Aaron Franke
2022-09-04
5
-10
/
+25
|
/
*
Add `is_zero_approx` methods to `Vector2`, `3`, and `4`
Jonathan Nicholl
2022-09-02
7
-3
/
+18
*
Replace Vector2(i) with Size2(i) for methods returning a size
Johan Aires Rastén
2022-09-01
2
-10
/
+10
*
Merge pull request #55617 from madmiraal/fix-55384
Rémi Verschelde
2022-09-01
2
-90
/
+107
|
\
|
*
Fix Geometry3D::get_closest_points_between_segments() returns NaN
Marcel Admiraal
2022-08-30
2
-90
/
+107
*
|
Merge pull request #65124 from zhehangd/fix_basis
Rémi Verschelde
2022-09-01
2
-9
/
+7
|
\
\
|
*
|
Basis constructor: row vectors -> column vectors
Zhehang Ding
2022-08-31
2
-9
/
+7
*
|
|
Discontinued spherical_interpolate_with in Transform3D
Silc Renew
2022-08-31
2
-13
/
+1
|
/
/
*
/
Implement `AStarGrid2D` class with jump-point pathfinding
Yuri Rubinsky
2022-08-30
2
-0
/
+767
|
/
*
Add linear/cubic angle interpolation to Animation interpolation type
Silc Renew
2022-08-27
1
-0
/
+60
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
4
-14
/
+14
*
Merge pull request #64678 from TokageItLab/implement-ease-baker
Rémi Verschelde
2022-08-23
1
-2
/
+3
|
\
|
*
Fix Quaternion Tween and implement ease baker
Silc Renew
2022-08-22
1
-2
/
+3
*
|
Replace Array return types with TypedArray
kobewi
2022-08-22
2
-5
/
+5
*
|
Merge pull request #60309 from The-O-King/oct
Rémi Verschelde
2022-08-22
2
-0
/
+18
|
\
\
|
*
|
Octahedral Normal/Tangent Compression
Omar El Sheikh
2022-08-13
2
-0
/
+18
|
|
/
*
|
Merge pull request #63602 from TokageItLab/cubic-interp-time
Rémi Verschelde
2022-08-22
7
-0
/
+102
|
\
\
|
*
|
Make `cubic_interpolate()` consider key time in animation
Silc Renew
2022-08-19
7
-0
/
+102
|
|
/
*
/
Expose Basis `set_orthogonal_index` method as a GridMap function
rafallus
2022-08-20
2
-64
/
+0
|
/
*
vector4 distance_squared_to and update csharp
antonWetzel
2022-08-09
2
-0
/
+5
*
Vector4/Vector4i: Add missing methods, tests and fix change of sign operator
Hendrik Brucker
2022-08-07
2
-25
/
+94
*
Check if the axis is zero / vectors are colinear in Vector3 slerp
Aaron Franke
2022-08-04
1
-1
/
+10
*
Fix consistency of translated/scaled/rotated in Transform2D and Transform3D
Fabian Keller
2022-08-02
4
-18
/
+54
*
Fix `Vector4::min_axis_index` for equal components
Raul Santos
2022-08-01
2
-2
/
+2
*
Make `spherical_cubic_interpolate()` more stable
Silc Renew
2022-07-29
1
-24
/
+28
*
Merge pull request #63532 from TokageItLab/rename-cubic-slerp
Rémi Verschelde
2022-07-28
4
-4
/
+4
|
\
|
*
rename and unify notation for spherical interpolation
Silc Renew
2022-07-27
4
-4
/
+4
*
|
Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...
Rémi Verschelde
2022-07-28
4
-16
/
+16
|
\
\
|
*
|
rename translate(d) to translate(d)_local in Transform 2D/3D
Fabian Keller
2022-07-16
4
-16
/
+16
*
|
|
Merge pull request #63378 from nathanfranke/t3d-errors
Rémi Verschelde
2022-07-28
1
-0
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
add equal checks to Transform3D::looking_at and Transform3D::set_look_at
Nathan Franke
2022-07-25
1
-0
/
+6
*
|
|
Merge pull request #63380 from V-Sekai/fix-cubic-slerp-dot
Rémi Verschelde
2022-07-27
2
-16
/
+44
|
\
\
\
|
*
|
|
Fix cubic_slerp
Silc 'Tokage' Renew
2022-07-25
2
-16
/
+44
*
|
|
|
Merge pull request #63463 from KoBeWi/Vector5
Rémi Verschelde
2022-07-27
2
-5
/
+32
|
\
\
\
\
|
*
|
|
|
Add some missing Vector4 methods
kobewi
2022-07-26
2
-5
/
+32
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Color: Fix resetting alpha when setting H/S/V separately
Rémi Verschelde
2022-07-26
1
-6
/
+6
*
|
|
|
Fixup BVH debugging statements
Ricardo Buring
2022-07-25
2
-4
/
+4
|
/
/
/
*
|
|
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
2
-3
/
+4
*
|
|
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
8
-57
/
+1091
|
/
/
*
|
Rename `epsilon` to `tolerance` in the `Plane::has_point` method
Yuri Rubinsky
2022-07-21
1
-3
/
+3
*
|
Fix the calculation of the angular velocity when the rotation speed is not high.
fabriceci
2022-07-19
1
-7
/
+6
|
/
*
Remove Octree
lawnjelly
2022-07-06
1
-1271
/
+0
*
Expression built-in functions can also be considered as identifiers in subscr...
cdemirer
2022-07-04
1
-1
/
+1
*
Merge pull request #62468 from V-Sekai/core-const-expressions
Rémi Verschelde
2022-06-28
2
-19
/
+23
|
\
[next]