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
*
Fix parsing of `4.` in Expression
Haoyu Qiu
2024-09-17
1
-7
/
+3
*
Add modf function and fix snap behavior
Hristo Iliev
2024-09-17
1
-0
/
+3
*
Fix RandomPCG::rand_weighted incorrectly returning -1
Togira
2024-09-16
1
-0
/
+5
*
Add a check to prevent user to call `AStarGrid2D::update` when its not needed
Yuri Rubinsky
2024-07-06
1
-0
/
+4
*
Physics Interpolation - Fix `interpolated_transform_2d`
lawnjelly
2024-07-02
1
-32
/
+2
*
Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_
Rémi Verschelde
2024-06-25
17
-17
/
+17
|
\
|
*
Core: Replace `_NO_DISCARD_` macro with attribute
Thaddeus Crews
2024-04-12
17
-17
/
+17
*
|
Optimize `Color::find_named_color()`
Danil Alexeev
2024-05-23
2
-13
/
+13
*
|
Clarify is_polygon_clockwise() coordinate system
lawnjelly
2024-05-20
1
-0
/
+2
*
|
Fix AABB Ray intersection - return inside
lawnjelly
2024-05-09
2
-22
/
+55
*
|
Fix `builtin_embree=no` build linking the wrong version of Embree
Jakub Marcowski
2024-05-08
1
-1
/
+1
*
|
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
2
-21
/
+15
*
|
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
A Thousand Ships
2024-05-02
18
-8
/
+164
*
|
Merge pull request #90748 from aaronfranke/fix-basis-scale-global
Rémi Verschelde
2024-04-22
2
-2
/
+2
|
\
\
|
*
|
Fix incorrect name of Basis global scale getter
Aaron Franke
2024-04-16
2
-2
/
+2
|
|
/
*
|
Merge pull request #90701 from permelin/improve-delaunay3d-triangulation
Rémi Verschelde
2024-04-22
1
-39
/
+38
|
\
\
|
*
|
Delaunay3D: Improve triangulation
Per Melin
2024-04-15
1
-39
/
+38
|
|
/
*
/
Replace Clipper1 library by Clipper2 library
Ricardo Buring
2024-04-20
1
-58
/
+53
|
/
*
Update lingering `do/while(0)` defines
Thaddeus Crews
2024-04-04
1
-4
/
+6
*
Merge pull request #90063 from aaronfranke/really-floaty
Rémi Verschelde
2024-04-04
11
-63
/
+59
|
\
|
*
Fix some uses of float and real_t in core/math
Aaron Franke
2024-03-29
11
-63
/
+59
*
|
Merge pull request #88328 from Khasehemwy/reversed-z
Rémi Verschelde
2024-04-04
2
-4
/
+5
|
\
\
|
*
|
Use Reverse Z for the depth buffer
Khasehemwy
2024-04-04
2
-4
/
+5
|
|
/
*
/
add partial path return option for astar
ashley
2024-04-03
6
-24
/
+222
|
/
*
Merge pull request #89619 from AThousandShips/rand_fix
Rémi Verschelde
2024-03-24
1
-1
/
+1
|
\
|
*
[Core] Fix `rand_weighted` not using the current state
A Thousand Ships
2024-03-17
1
-1
/
+1
*
|
Merge pull request #89111 from AThousandShips/vec_use
Rémi Verschelde
2024-03-24
6
-39
/
+18
|
\
\
|
*
|
Use `Vector*` component-wise `min/max/clamp` functions where applicable
A Thousand Ships
2024-03-20
6
-39
/
+18
|
|
/
*
/
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
2
-0
/
+122
|
/
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
8
-22
/
+22
*
[Core] Codestyle improvements to math types
A Thousand Ships
2024-03-04
22
-348
/
+348
*
Fix `RandomNumberGenerator::rand_weighted` return type
David Luevano Alvarado
2024-03-02
3
-3
/
+3
*
Merge pull request #88883 from joaoh82/add-weighted-random-method
Rémi Verschelde
2024-03-01
4
-0
/
+29
|
\
|
*
Add RandomNumberGenerator::rand_weighted method
João Henrique Machado Silva
2024-02-29
4
-0
/
+29
*
|
Pre-commit: Update to clang-format 17.0.6 and black 24.2.0
Rémi Verschelde
2024-02-28
1
-1
/
+1
|
/
*
Remove word duplicates in comments and strings, and fix casing and punctuation
Robert Yevdokimov
2024-02-23
1
-1
/
+1
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
6
-6
/
+6
*
Fix member names of `AudioFrame` to match extension
A Thousand Ships
2024-02-13
1
-46
/
+64
*
Avoid unqualified-id "near" and "far" in Node3DEditor/Viewport
Silc Lizard (Tokage) Renew
2024-02-13
1
-12
/
+7
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
Merge pull request #87688 from AThousandShips/what_is_this
Rémi Verschelde
2024-01-29
4
-13
/
+13
|
\
|
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
4
-13
/
+13
*
|
Display values in vector/quaternion math function errors
Hugo Locurcio
2024-01-28
5
-21
/
+20
|
/
*
Rework GraphEdit connections (drawing, API, optimizations)
Hendrik Brucker
2024-01-18
1
-0
/
+26
*
[Core] Fix `AABB.encloses` failing on shared upper bound
A Thousand Ships
2024-01-12
1
-3
/
+3
*
Merge pull request #83353 from Chubercik/expose_delaunay_3d
Rémi Verschelde
2024-01-04
1
-0
/
+16
|
\
|
*
Expose 3D Delaunay tetrahedralization in `Geometry3D`
Jakub Marcowski
2023-10-16
1
-0
/
+16
*
|
Merge pull request #86364 from aaronfranke/basis-divide
Rémi Verschelde
2024-01-04
5
-0
/
+41
|
\
\
|
*
|
Add and expose Basis/Transform2D/3D division by float operator
Aaron Franke
2023-12-20
5
-0
/
+41
*
|
|
Merge pull request #81267 from Chaosus/astargrid_isometric_mode
Rémi Verschelde
2024-01-04
2
-1
/
+50
|
\
\
\
[next]