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 surface indices to TriangleMesh
reduz
2022-06-22
2
-6
/
+17
*
Clean up Hash Functions
reduz
2022-06-20
1
-1
/
+1
*
Ensure AudioFrame variables l and r are always initialised
Marcel Admiraal
2022-06-17
1
-1
/
+1
*
Remove redundand header from `a_star.h`
Yuri Rubinsky
2022-06-16
1
-1
/
+0
*
Make AStar to use 64-bit logic
Yuri Rubinsky
2022-06-16
2
-145
/
+140
*
Merge pull request #58669 from theraot/ASar2Dbidirectional
Rémi Verschelde
2022-06-16
2
-8
/
+8
|
\
|
*
Added missing p_bidirectional to AStar2D methods
Theraot
2022-03-01
2
-8
/
+8
*
|
Fix `wrapf` to correct wrap values with 0.1 stepping
Yuri Rubinsky
2022-06-08
1
-2
/
+10
*
|
i18n: Misc fixes translation strings
Rémi Verschelde
2022-06-08
1
-1
/
+1
*
|
Merge pull request #61319 from JFonS/taa_wip
Rémi Verschelde
2022-06-07
2
-0
/
+6
|
\
\
|
*
|
Initial TAA implementation
jfons
2022-06-07
2
-0
/
+6
*
|
|
Allow picking similar colours using OKHSL.
K. S. Ernest (iFire) Lee
2022-06-07
2
-0
/
+69
|
/
/
*
|
Add a new HashSet template
reduz
2022-05-20
5
-17
/
+20
*
|
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-3
/
+3
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
10
-59
/
+66
*
|
Implement exponential operator (**) to GDScript/Expressions
Yuri Roubinsky
2022-05-11
2
-14
/
+27
*
|
Fix warnings found by Emscripten 3.1.10
Rémi Verschelde
2022-05-10
2
-6
/
+0
*
|
Allow AStar2D/AStar3D zero point weight
smix8
2022-05-06
1
-2
/
+2
*
|
Core: Rename math 'phi' arguments to 'angle'
Rémi Verschelde
2022-05-05
8
-42
/
+42
*
|
Rename Basis get_axis to get_column, remove redundant methods
Aaron Franke
2022-05-03
4
-51
/
+31
*
|
Merge pull request #60627 from aaronfranke/rename-elements
Rémi Verschelde
2022-05-03
8
-366
/
+366
|
\
\
|
*
|
Rename Basis "elements" to "rows"
Aaron Franke
2022-04-29
5
-245
/
+245
|
*
|
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-29
4
-121
/
+121
*
|
|
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
3
-6
/
+6
|
/
/
*
|
Fix more issues found by cppcheck.
bruvzg
2022-04-20
3
-5
/
+8
*
|
Color: Rename `to_srgb`/`to_linear` to include base color space
Rémi Verschelde
2022-04-13
1
-2
/
+2
*
|
Rearrange TriangleMesh stack level incrementation to fix MSVC compiler optimi...
SaracenOne
2022-04-13
1
-10
/
+10
*
|
Fix some issues found by cppcheck.
bruvzg
2022-04-06
4
-15
/
+16
*
|
Fix DynamicBVH crash after #59867
Rémi Verschelde
2022-04-05
1
-2
/
+5
*
|
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
4
-47
/
+26
*
|
Add protective checks for invalid handle use in BVH
lawnjelly
2022-03-23
3
-14
/
+28
*
|
Rename `AStar` to `AStar3D`
Yuri Roubinsky
2022-03-20
2
-78
/
+78
*
|
Merge pull request #59229 from taigi100/Bugfix-#59215-Standard-color-name-ret...
Rémi Verschelde
2022-03-17
1
-146
/
+146
|
\
\
|
*
|
Update color constants to use HEX codes
taigi100
2022-03-17
1
-146
/
+146
*
|
|
Fix blend animation to solve TRS track bug & blend order inconsistency
Silc 'Tokage' Renew
2022-03-16
2
-0
/
+21
|
/
/
*
|
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-1
/
+1
*
|
VariantUtility: Unexpose `Math::range_step_decimals`
Rémi Verschelde
2022-03-07
1
-1
/
+1
*
|
Protection for array operator for Vector2 / 3 in DEV builds
lawnjelly
2022-03-07
4
-0
/
+11
*
|
Merge pull request #57630 from lawnjelly/bvh4_templated_checks
Rémi Verschelde
2022-03-04
11
-213
/
+533
|
\
\
|
|
/
|
/
|
|
*
BVH - Sync BVH with 3.x
lawnjelly
2022-02-04
11
-213
/
+533
*
|
Merge pull request #58488 from lawnjelly/float_literals_casts
Rémi Verschelde
2022-03-01
15
-68
/
+68
|
\
\
|
*
|
Float literals - fix main primitives to use real_t casting
lawnjelly
2022-02-24
15
-68
/
+68
*
|
|
Use is_zero_approx and fix spelling in CameraMatrix invert
Aaron Franke
2022-02-26
1
-7
/
+5
|
/
/
*
|
Core: Use forward declares for Vector3/Vector3i
Rémi Verschelde
2022-02-19
5
-38
/
+52
*
|
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
3
-13
/
+6
*
|
Implement cubic_interpolate() as MathFunc for refactoring
Silc 'Tokage' Renew
2022-02-12
3
-32
/
+24
*
|
Float literals - fix main primitives to use .f
lawnjelly
2022-02-10
21
-222
/
+222
*
|
Fix Vector2 and Vector2i coord access via operator[]
Bartłomiej T. Listwon
2022-02-09
2
-10
/
+16
*
|
Merge pull request #57729 from TechnoPorg/astar-fix-invalid-include
Rémi Verschelde
2022-02-07
1
-1
/
+0
|
\
\
|
*
|
Remove a cross include from a_star.cpp
TechnoPorg
2022-02-06
1
-1
/
+0
[next]