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
/
tests
/
core
/
math
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `Projection::invert` on orthogonal projections and others.
Álex Román
2024-10-22
1
-0
/
+89
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
21
-0
/
+42
*
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-1
/
+1
*
Merge pull request #93856 from timothyqiu/expression-period
Rémi Verschelde
2024-09-11
1
-0
/
+53
|
\
|
*
Fix parsing of `4.` in Expression
Haoyu Qiu
2024-07-02
1
-0
/
+53
*
|
Simplify and fix Rect2/AABB get_support function
Aaron Franke
2024-08-19
2
-7
/
+29
*
|
[Tests] Fix some invalid error messages
A Thousand Ships
2024-07-10
1
-9
/
+9
|
/
*
[Tests] Fix unit tests in template builds
A Thousand Ships
2024-06-29
2
-2
/
+6
*
Merge pull request #90506 from Calinou/test-transform2d-add-more-tests
Rémi Verschelde
2024-05-29
1
-13
/
+97
|
\
|
*
Add more unit tests for Transform2D
titus125
2024-04-10
1
-13
/
+97
*
|
Fix AABB Ray intersection - return inside
lawnjelly
2024-05-09
1
-0
/
+61
*
|
Style: Trim trailing whitespace and ensure newline at EOF
Rémi Verschelde
2024-05-08
1
-1
/
+1
*
|
Add notes for remap's return when istart and istop are the same
Joel Kuntz
2024-05-07
1
-0
/
+3
*
|
Replace Clipper1 library by Clipper2 library
Ricardo Buring
2024-04-20
1
-4
/
+4
*
|
Merge pull request #61013 from Calinou/test-add-transform3d
Rémi Verschelde
2024-04-19
1
-0
/
+29
|
\
\
|
*
|
Add rotation unit tests for Transform3D
Hugo Locurcio
2024-04-10
1
-0
/
+29
|
|
/
*
/
Add `closest_points_between_segments()` basis path tests for Geometry2D
Alex Billedeaux
2024-04-10
1
-30
/
+56
|
/
*
Add unit test for Vector2 plane_project
nazarii
2024-04-05
1
-0
/
+4
*
Fix some uses of float and real_t in core/math
Aaron Franke
2024-03-29
1
-3
/
+3
*
[Core] Fix `AABB.encloses` failing on shared upper bound
A Thousand Ships
2024-01-12
1
-0
/
+9
*
Merge pull request #83163 from Chubercik/vectorXi_dist_methods
Rémi Verschelde
2024-01-03
3
-0
/
+18
|
\
|
*
Implement `Vector2i/3i/4i` methods: `distance_to` and `distance_squared_to`
Jakub Marcowski
2023-10-12
3
-0
/
+18
*
|
Fix potential integer underflow in rounded up divisions
EddieBreeg
2024-01-02
1
-0
/
+23
*
|
Fix Basis is_orthogonal and is_rotation methods, add is_orthonormal
Aaron Franke
2023-12-06
1
-0
/
+94
|
/
*
Add rotate_toward and angle_difference to GDScript and C#
etti
2023-10-01
1
-0
/
+36
*
Merge pull request #79523 from aaronfranke/is-conformal
Rémi Verschelde
2023-09-26
2
-0
/
+60
|
\
|
*
Add `is_conformal` method to Basis and Transform2D
Aaron Franke
2023-09-13
2
-0
/
+60
*
|
Simplify Geometry3D tests
Aaron Franke
2023-09-25
1
-287
/
+54
|
/
*
Fix sign(NAN) returning 1.
AcatXIo
2023-09-09
1
-0
/
+2
*
Add inverse hyperbolic functions `asinh()`, `acosh()` & `atanh()`
Jcrespo
2023-09-01
1
-0
/
+31
*
Merge pull request #76936 from clayjohn/revert-hsl
Rémi Verschelde
2023-05-12
1
-14
/
+0
|
\
|
*
Revert "Add API for HSL conversion"
clayjohn
2023-05-10
1
-14
/
+0
*
|
Merge pull request #76906 from lawnjelly/safe_acos4_2
Rémi Verschelde
2023-05-11
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Make acos and asin safe
lawnjelly
2023-05-11
1
-4
/
+4
*
|
Merge pull request #76830 from ajreckof/fix_wrapf_CI_with_too_big_float
Rémi Verschelde
2023-05-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
fix a test for wrapf with signed 32-bit float
ajreckof
2023-05-08
1
-1
/
+1
*
|
Add API for HSL conversion
bonjorno7
2023-05-09
1
-0
/
+14
|
/
*
Added component-wise `min` and `max` functions for vectors
Andrés Botero
2023-02-11
4
-0
/
+31
*
Add support for interpolating skewed transforms
Aaron Franke
2023-01-28
1
-0
/
+13
*
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
1
-4
/
+4
*
Rename `center` method to `get_center` in Plane.
Raul Santos
2023-01-15
1
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
21
-609
/
+609
*
Merge pull request #68386 from MewPurPur/snappedi-snappedf
Rémi Verschelde
2022-11-24
3
-2
/
+22
|
\
|
*
Implement snappedi, snappedf, and Vector[2/3/4]i.snapped
VolTer
2022-11-19
3
-2
/
+22
*
|
Generic math function tests: Test float and double variants
Hendrik Brucker
2022-11-09
1
-333
/
+326
|
/
*
[Tests] Replace Math::is_equal_approx with == and doctest::Approx
Hendrik Brucker
2022-11-05
12
-78
/
+78
*
Add a test suite for `Math::` namespace functions
Hendrik Brucker
2022-11-04
1
-0
/
+556
*
Allow getting Quaternion rotation in different Euler orders
Aaron Franke
2022-11-02
1
-5
/
+22
*
Merge pull request #66747 from aaronfranke/move-euler-order
Rémi Verschelde
2022-11-02
1
-24
/
+24
|
\
|
*
Move EulerOrder enum to math_defs.h and global scope
Aaron Franke
2022-11-02
1
-24
/
+24
[next]