summaryrefslogtreecommitdiffstats
path: root/tests/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #90705 from AThousandShips/foreach_listRémi Verschelde2024-05-071-2/+3
|\
| * Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-2/+3
* | add timer node testsShashank C2024-05-061-0/+217
|/
* Fix TextEdit crash with multiple carets disabledkit2024-05-021-0/+5
* Overhaul multiple caret editing in TextEdit.kit2024-04-262-1094/+5958
* Merge pull request #90229 from Santoss1809/masterRémi Verschelde2024-04-261-0/+59
|\
| * Fix error message when removing only child from GraphNodeJoão Santos2024-04-261-0/+59
* | Merge pull request #91103 from smix8/navregion_test_errRémi Verschelde2024-04-241-0/+2
|\ \
| * | NavigationRegion test suppress warningsmix82024-04-241-0/+2
* | | Set animation step from importers. Increase default step from 10 to 30 FPS.Lyuma2024-04-191-1/+1
|/ /
* | Update NavigationRegion test rid functionsmix82024-04-162-2/+2
* | Tests: Remove NavigationRegion3D race condition that fails on CIRémi Verschelde2024-04-131-9/+0
* | Merge pull request #88614 from ramadm/test-camera-2dRémi Verschelde2024-04-101-0/+318
|\ \
| * | Add unit tests for Camera2DRama Del Maestro2024-02-211-0/+318
* | | Fix a special case for button masksMarkus Sauermann2024-03-281-0/+1
| |/ |/|
* | Add 'Skip to next (text) occurrence' feature to text editorChristophe Andral2024-03-251-0/+147
* | Fix region section not ignoring #region and #endregion when in a stringRafael Chuva2024-03-111-0/+22
* | Split monolithic physics class filessmix82024-02-271-2/+2
* | Move 3D-only resources to their own folderAaron Franke2024-02-263-3/+3
* | Move 2D-only resources to their own folderAaron Franke2024-02-261-1/+1
* | Fix some additional errors with 3D disabledA Thousand Ships2024-02-231-0/+12
|/
* Added ImageTexture unit testsb2024-02-191-0/+111
* Avoid unqualified-id "near" and "far" in Node3DEditor/ViewportSilc Lizard (Tokage) Renew2024-02-131-6/+6
* Expose `is_baking` method in navigation servers and region nodes.Pawel Lampe2024-02-051-0/+40
* Test global transform when adding detached treeMarkus Sauermann2024-01-181-0/+28
* Fix `#if *_ENABLED` inconsistencies, should check if definedRémi Verschelde2024-01-171-1/+1
* Merge pull request #78378 from 0xafbf/curve-evaluate-correct-transformRémi Verschelde2024-01-041-8/+28
|\
| * Changed the way the rotation of a curve at a point is evaluated to match Path...Andrés Botero2023-10-281-8/+28
* | Merge pull request #80819 from sepTN/test-packed-scene-v3Rémi Verschelde2024-01-041-0/+65
|\ \
| * | Improve PackedScene unit test by covering more methodsSeptian2023-08-201-0/+65
* | | Merge pull request #86118 from TheSofox/complex-undo-select-fixYuri Sizov2023-12-201-0/+54
|\ \ \
| * | | Fix so undoing complex operations in TextEdit will restore selections.Sofox2023-12-201-0/+54
* | | | Merge pull request #85191 from HolonProduction/off-by-one-code-editYuri Sizov2023-12-201-0/+26
|\ \ \ \ | |/ / / |/| | |
| * | | Fix updating delimiter cache of `CodeEdit` when typing on the first lineHolonProduction2023-12-181-0/+26
* | | | Merge pull request #84826 from chocola-mint/masterYuri Sizov2023-12-191-0/+370
|\ \ \ \ | |/ / / |/| | |
| * | | Add tests for Camera3DCHM2023-11-131-0/+370
| | |/ | |/|
* | | Merge pull request #85054 from miv391/highlight-minimap-error-linesYuri Sizov2023-12-081-1/+1
|\ \ \
| * | | Highlight error lines in minimapMika Viskari2023-12-071-1/+1
* | | | Reduce minimum capsule/cylinder mesh rings to 0Aaron Franke2023-12-051-1/+1
|/ / /
* / / Make mouse-enter/exit notifications match mouse event propagationkit2023-11-091-5/+639
|/ /
* | Add test justifying change to expected horizontal scroll positionBronson Holden2023-10-131-1/+2
* | Code Editor: Fix regression with using doc comments for code regionsDanil Alexeev2023-10-131-3/+3
* | Fix code completion override of home and end keysAdam Scott2023-10-061-4/+34
* | Merge pull request #82694 from BrianMacIntosh/masterRémi Verschelde2023-10-051-1/+6
|\ \
| * | "Whole Words" search can detect word boundaries inside the search term.Brian MacIntosh2023-10-021-1/+6
* | | Merge pull request #81633 from matorin57/code-completion-popupRémi Verschelde2023-10-031-0/+61
|\ \ \ | |/ / |/| |
| * | Avoid resetting the code completion popup excessivelyDESKTOP-UT43QTQ\Garrigan-Desktop2023-09-201-0/+61
* | | Add Duplicate Lines shortcut to CodeTextEditorPucklaMotzer092023-09-251-0/+78
* | | Fix Curve3D baking up vectors for nontrivial curves.Ryan Hitchman2023-09-181-0/+8
* | | Merge pull request #81354 from MJacred/textedit_pixel_pos_fixRémi Verschelde2023-09-181-0/+9
|\ \ \ | |/ / |/| |