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
*
Add API for HSL conversion
bonjorno7
2023-05-09
2
-0
/
+93
*
Allow negative coordinates in `AStarGrid2D`
Danil Alexeev
2023-04-26
2
-32
/
+57
*
Expose `determinant` in Transform2D, rename internal method
Aaron Franke
2023-04-22
2
-6
/
+6
*
Fix misuses of error macros
Danil Alexeev
2023-04-18
1
-1
/
+0
*
Optimize 2D Delaunay and make it more readable
VolTer
2023-04-09
1
-67
/
+60
*
Fix randfn to prevent generating of nan values
Yuri Rubinsky
2023-03-03
1
-2
/
+10
*
Minor typo and docs URL fixes
Rémi Verschelde
2023-02-28
2
-2
/
+2
*
BVH - fix lockguards for multithread mode
lawnjelly
2023-02-20
1
-6
/
+2
*
Bias octahedral tangent y axis to avoid errors around 0
clayjohn
2023-02-13
1
-0
/
+2
*
Merge pull request #72316 from 0xafbf/component-wise-minmax
Rémi Verschelde
2023-02-11
4
-0
/
+32
|
\
|
*
Added component-wise `min` and `max` functions for vectors
Andrés Botero
2023-02-11
4
-0
/
+32
*
|
Math: Prevent division by zero in posmod
Rémi Verschelde
2023-02-11
1
-0
/
+2
|
/
*
Fix scaled_orthogonal() & subgizmo global scaling
Silc Renew
2023-02-04
1
-1
/
+6
*
More codespell fixes, do more changes from previous ignore list
Rémi Verschelde
2023-02-01
2
-9
/
+9
*
Fix various typos with codespell
Rémi Verschelde
2023-02-01
2
-48
/
+48
*
Add support for interpolating skewed transforms
Aaron Franke
2023-01-28
1
-33
/
+6
*
Merge pull request #72170 from Chaosus/astar_fix
Yuri Rubinsky
2023-01-27
3
-16
/
+16
|
\
|
*
Enchance the performance of AStar by using a LocalVector(2)
Yuri Rubinsky
2023-01-27
3
-16
/
+16
*
|
Merge pull request #72168 from RandomShaper/sensible_lock_return
Rémi Verschelde
2023-01-27
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Booleanize various sync primitives' wait & locking methods
Pedro J. Estébanez
2023-01-27
1
-1
/
+1
*
|
Fix range loop iteration regressions
bitsawer
2023-01-26
1
-1
/
+1
*
|
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
6
-21
/
+21
*
|
Merge pull request #71676 from vnen/gdscript-unicode-identifiers
Rémi Verschelde
2023-01-23
1
-5
/
+4
|
\
\
|
*
|
Add support for Unicode identifiers in Expression class
George Marques
2023-01-21
1
-5
/
+4
|
|
/
*
|
Enchance the performance of `AStar` by using a `LocalVector`
Yuri Rubinsky
2023-01-22
1
-7
/
+7
*
|
Use range iterators in LocalVector loops
kobewi
2023-01-21
3
-27
/
+21
|
/
*
Cleanup unused engine code v2
kobewi
2023-01-19
12
-460
/
+0
*
Rename `center` method to `get_center` in Plane.
Raul Santos
2023-01-15
2
-2
/
+2
*
Fix error in `AstarGrid2D::get_id_path`
Yuri Rubinsky
2023-01-08
1
-1
/
+1
*
Fix jumping in `AStarGrid2D` when `DIAGONAL_MODE_NEVER` is enabled
Yuri Rubinsky
2023-01-06
1
-12
/
+4
*
Merge pull request #70547 from TokageItLab/pingpong-wrap
Rémi Verschelde
2023-01-06
1
-2
/
+2
|
\
|
*
Fix pingpong with loop wrap is not working
Silc Renew
2022-12-25
1
-2
/
+2
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
73
-2088
/
+2118
*
|
Optimize `wrapf` function a bit
Yuri Rubinsky
2023-01-01
1
-2
/
+8
|
/
*
Divide `AStarGrid2D::default_heuristic` into two different heuristics
Yuri Rubinsky
2022-12-24
2
-13
/
+29
*
Merge pull request #70403 from rburing/fix_edge_map_capacity
Rémi Verschelde
2022-12-21
1
-2
/
+1
|
\
|
*
Fix edge map capacity in convex hull computer
Ricardo Buring
2022-12-21
1
-2
/
+1
*
|
Add `get_point_position` method to `AStarGrid2D`
Yuri Rubinsky
2022-12-20
2
-0
/
+8
*
|
Restore weight scale for `AStarGrid2D` (partially)
Yuri Rubinsky
2022-12-20
2
-1
/
+24
|
/
*
[RTL/TextServer] Add baseline inline alignment mode for objects and RTL tables.
bruvzg
2022-12-15
1
-0
/
+1
*
Fix "p_zfar" to "p_znear" in Projection.create_orthogonal
Hei
2022-12-15
1
-1
/
+1
*
Merge pull request #68386 from MewPurPur/snappedi-snappedf
Rémi Verschelde
2022-11-24
6
-0
/
+24
|
\
|
*
Implement snappedi, snappedf, and Vector[2/3/4]i.snapped
VolTer
2022-11-19
6
-0
/
+24
*
|
Refactor interpolating functions in some classes to use Math class
Silc Renew
2022-11-24
4
-53
/
+31
*
|
Refactor Curve3D::_bake() method
Yaohua Xiong
2022-11-24
3
-0
/
+46
*
|
Static analysis: remove "break" after "return"
Andy Maloney
2022-11-18
2
-10
/
+10
*
|
Fix periods in editor strings and messages
Hugo Locurcio
2022-11-14
1
-1
/
+1
|
/
*
Allow getting Quaternion rotation in different Euler orders
Aaron Franke
2022-11-02
2
-19
/
+3
*
Merge pull request #66747 from aaronfranke/move-euler-order
Rémi Verschelde
2022-11-02
4
-30
/
+30
|
\
|
*
Move EulerOrder enum to math_defs.h and global scope
Aaron Franke
2022-11-02
4
-30
/
+30
[next]