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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some additional errors with 3D disabled
A Thousand Ships
2024-02-23
3
-8
/
+31
*
Fix running tests in template builds
A Thousand Ships
2024-02-22
4
-1
/
+31
*
[Physics] Fix export with 3D disabled
A Thousand Ships
2024-02-22
1
-0
/
+8
*
Add Unicode support to `String.to_*_case()` methods
Danil Alexeev
2024-02-22
1
-25
/
+40
*
Added ImageTexture unit tests
b
2024-02-19
2
-0
/
+112
*
[Tests] Fix test regression without editor
A Thousand Ships
2024-02-17
1
-0
/
+7
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-6
/
+6
*
Avoid unqualified-id "near" and "far" in Node3DEditor/Viewport
Silc Lizard (Tokage) Renew
2024-02-13
1
-6
/
+6
*
Merge pull request #87715 from Scony/add-is-baking
Rémi Verschelde
2024-02-07
2
-0
/
+58
|
\
|
*
Expose `is_baking` method in navigation servers and region nodes.
Pawel Lampe
2024-02-05
2
-0
/
+58
*
|
Add InputEventKey.location to tell left from right
Mel Collins
2024-01-26
1
-7
/
+49
|
/
*
Test global transform when adding detached tree
Markus Sauermann
2024-01-18
1
-0
/
+28
*
Fix `#if *_ENABLED` inconsistencies, should check if defined
Rémi Verschelde
2024-01-17
1
-1
/
+1
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
[Core] Fix `AABB.encloses` failing on shared upper bound
A Thousand Ships
2024-01-12
1
-0
/
+9
*
Merge pull request #86874 from AThousandShips/no_3d_fix
Rémi Verschelde
2024-01-08
1
-6
/
+9
|
\
|
*
Fix some build errors with `disable_3d=Yes`
A Thousand Ships
2024-01-07
1
-6
/
+9
*
|
Merge pull request #86787 from ryevdokimov/code-spell-check
Rémi Verschelde
2024-01-08
2
-12
/
+12
|
\
\
|
*
|
Fix various spelling errors
Robert Yevdokimov
2024-01-04
2
-12
/
+12
*
|
|
Merge pull request #85178 from HolonProduction/completion-tests
Rémi Verschelde
2024-01-08
1
-1
/
+16
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add unit test runner for autocompletion
HolonProduction
2024-01-05
1
-1
/
+16
|
|
/
*
|
Merge pull request #78378 from 0xafbf/curve-evaluate-correct-transform
Rémi Verschelde
2024-01-04
1
-8
/
+28
|
\
\
|
*
|
Changed the way the rotation of a curve at a point is evaluated to match Path...
Andrés Botero
2023-10-28
1
-8
/
+28
*
|
|
Merge pull request #80819 from sepTN/test-packed-scene-v3
Rémi Verschelde
2024-01-04
1
-0
/
+65
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Improve PackedScene unit test by covering more methods
Septian
2023-08-20
1
-0
/
+65
*
|
|
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
*
|
|
|
Merge pull request #86118 from TheSofox/complex-undo-select-fix
Yuri Sizov
2023-12-20
1
-0
/
+54
|
\
\
\
\
|
*
|
|
|
Fix so undoing complex operations in TextEdit will restore selections.
Sofox
2023-12-20
1
-0
/
+54
*
|
|
|
|
Merge pull request #85191 from HolonProduction/off-by-one-code-edit
Yuri Sizov
2023-12-20
1
-0
/
+26
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix updating delimiter cache of `CodeEdit` when typing on the first line
HolonProduction
2023-12-18
1
-0
/
+26
*
|
|
|
|
Merge pull request #84826 from chocola-mint/master
Yuri Sizov
2023-12-19
2
-0
/
+371
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add tests for Camera3D
CHM
2023-11-13
2
-0
/
+371
*
|
|
|
|
Merge pull request #84782 from rsburke4/image-fix
Rémi Verschelde
2023-12-12
1
-0
/
+23
|
\
\
\
\
\
|
*
|
|
|
|
Added error to catch conversion on invalid image
rsburke4
2023-12-10
1
-0
/
+23
*
|
|
|
|
|
Merge pull request #85054 from miv391/highlight-minimap-error-lines
Yuri Sizov
2023-12-08
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Highlight error lines in minimap
Mika Viskari
2023-12-07
1
-1
/
+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #85666 from miv391/more-unit-tests-for-string-to-number-co...
Yuri Sizov
2023-12-08
1
-9
/
+72
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Add more C++ unit tests for String to number conversions
Mika Viskari
2023-12-02
1
-9
/
+72
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #83229 from aaronfranke/basis-is-ortho
Yuri Sizov
2023-12-08
1
-0
/
+94
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fix Basis is_orthogonal and is_rotation methods, add is_orthonormal
Aaron Franke
2023-12-06
1
-0
/
+94
*
|
|
|
|
|
|
Reduce minimum capsule/cylinder mesh rings to 0
Aaron Franke
2023-12-05
1
-1
/
+1
|
/
/
/
/
/
/
*
/
/
/
/
/
Fix memory leak in 'NavigationServer3D' involving static obstacles
Pawel Lampe
2023-11-17
1
-0
/
+99
|
/
/
/
/
/
*
|
|
|
/
Make mouse-enter/exit notifications match mouse event propagation
kit
2023-11-09
1
-5
/
+639
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
fix assignment to vec2 tests
SilicDev
2023-10-25
1
-30
/
+30
|
/
/
/
*
|
|
Merge pull request #83286 from bronsonholden/fix-text-edit-hscroll-jitter
Rémi Verschelde
2023-10-17
1
-1
/
+2
|
\
\
\
|
*
|
|
Add test justifying change to expected horizontal scroll position
Bronson Holden
2023-10-13
1
-1
/
+2
*
|
|
|
Merge pull request #76244 from kgrubbs22/variant-test-updates
Rémi Verschelde
2023-10-16
1
-8
/
+1025
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Updated Varaint assignemnt unit tests with Vec4,Vec4i,Rect2,Rect2i,Trans2d,Tr...
kendelle
2023-04-19
1
-8
/
+1025
[next]