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
/
scene
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #90705 from AThousandShips/foreach_list
Rémi Verschelde
2024-05-07
1
-2
/
+3
|
\
|
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-2
/
+3
*
|
add timer node tests
Shashank C
2024-05-06
1
-0
/
+217
|
/
*
Fix TextEdit crash with multiple carets disabled
kit
2024-05-02
1
-0
/
+5
*
Overhaul multiple caret editing in TextEdit.
kit
2024-04-26
2
-1094
/
+5958
*
Merge pull request #90229 from Santoss1809/master
Rémi Verschelde
2024-04-26
1
-0
/
+59
|
\
|
*
Fix error message when removing only child from GraphNode
João Santos
2024-04-26
1
-0
/
+59
*
|
Merge pull request #91103 from smix8/navregion_test_err
Rémi Verschelde
2024-04-24
1
-0
/
+2
|
\
\
|
*
|
NavigationRegion test suppress warning
smix8
2024-04-24
1
-0
/
+2
*
|
|
Set animation step from importers. Increase default step from 10 to 30 FPS.
Lyuma
2024-04-19
1
-1
/
+1
|
/
/
*
|
Update NavigationRegion test rid function
smix8
2024-04-16
2
-2
/
+2
*
|
Tests: Remove NavigationRegion3D race condition that fails on CI
Rémi Verschelde
2024-04-13
1
-9
/
+0
*
|
Merge pull request #88614 from ramadm/test-camera-2d
Rémi Verschelde
2024-04-10
1
-0
/
+318
|
\
\
|
*
|
Add unit tests for Camera2D
Rama Del Maestro
2024-02-21
1
-0
/
+318
*
|
|
Fix a special case for button masks
Markus Sauermann
2024-03-28
1
-0
/
+1
|
|
/
|
/
|
*
|
Add 'Skip to next (text) occurrence' feature to text editor
Christophe Andral
2024-03-25
1
-0
/
+147
*
|
Fix region section not ignoring #region and #endregion when in a string
Rafael Chuva
2024-03-11
1
-0
/
+22
*
|
Split monolithic physics class files
smix8
2024-02-27
1
-2
/
+2
*
|
Move 3D-only resources to their own folder
Aaron Franke
2024-02-26
3
-3
/
+3
*
|
Move 2D-only resources to their own folder
Aaron Franke
2024-02-26
1
-1
/
+1
*
|
Fix some additional errors with 3D disabled
A Thousand Ships
2024-02-23
1
-0
/
+12
|
/
*
Added ImageTexture unit tests
b
2024-02-19
1
-0
/
+111
*
Avoid unqualified-id "near" and "far" in Node3DEditor/Viewport
Silc Lizard (Tokage) Renew
2024-02-13
1
-6
/
+6
*
Expose `is_baking` method in navigation servers and region nodes.
Pawel Lampe
2024-02-05
1
-0
/
+40
*
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
*
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 #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
1
-0
/
+370
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add tests for Camera3D
CHM
2023-11-13
1
-0
/
+370
|
|
|
/
|
|
/
|
*
|
|
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
*
|
|
|
Reduce minimum capsule/cylinder mesh rings to 0
Aaron Franke
2023-12-05
1
-1
/
+1
|
/
/
/
*
/
/
Make mouse-enter/exit notifications match mouse event propagation
kit
2023-11-09
1
-5
/
+639
|
/
/
*
|
Add test justifying change to expected horizontal scroll position
Bronson Holden
2023-10-13
1
-1
/
+2
*
|
Code Editor: Fix regression with using doc comments for code regions
Danil Alexeev
2023-10-13
1
-3
/
+3
*
|
Fix code completion override of home and end keys
Adam Scott
2023-10-06
1
-4
/
+34
*
|
Merge pull request #82694 from BrianMacIntosh/master
Rémi Verschelde
2023-10-05
1
-1
/
+6
|
\
\
|
*
|
"Whole Words" search can detect word boundaries inside the search term.
Brian MacIntosh
2023-10-02
1
-1
/
+6
*
|
|
Merge pull request #81633 from matorin57/code-completion-popup
Rémi Verschelde
2023-10-03
1
-0
/
+61
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Avoid resetting the code completion popup excessively
DESKTOP-UT43QTQ\Garrigan-Desktop
2023-09-20
1
-0
/
+61
*
|
|
Add Duplicate Lines shortcut to CodeTextEditor
PucklaMotzer09
2023-09-25
1
-0
/
+78
*
|
|
Fix Curve3D baking up vectors for nontrivial curves.
Ryan Hitchman
2023-09-18
1
-0
/
+8
*
|
|
Merge pull request #81354 from MJacred/textedit_pixel_pos_fix
Rémi Verschelde
2023-09-18
1
-0
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
[next]