summaryrefslogtreecommitdiffstats
path: root/tests/scene
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-2738-76/+76
* Add an additional input stage after physics pickingMarkus Sauermann2024-10-171-0/+12
* Rebrand preambles to RedotSpartan3222024-10-1338-0/+76
* Rebrand Godot 4.3 to RedotTrashguy2024-10-132-2/+2
* Do not defer PathFollow3D transform updatesYaohua Xiong2024-09-171-31/+0
* Fix backspace always unfolding previous lineMrPersonDev2024-09-161-0/+20
* Fix compilation failure in test_graph_node.h with disable_exceptions=falseze2j2024-07-271-1/+3
* Fix PathFollow tests, Add forward vector test to PathFollow3DRaul Santos2024-07-202-103/+222
* [Tests] Fix various unit tests on minimal buildsA Thousand Ships2024-07-181-1/+1
* [Tests] Fix unit tests in template buildsA Thousand Ships2024-06-292-0/+4
* CodeEdit Fix move lines up/down viewport and selection issueskit2024-06-251-1/+119
* Fix storing of Node Array propertieskobewi2024-06-211-2/+57
* Merge pull request #92810 from KoBeWi/redirect_tests_to_dev/nullRémi Verschelde2024-06-133-9/+9
|\
| * Use subfolder for temporary test fileskobewi2024-06-053-9/+9
* | Add unit test cases for ImageTexture3Dgaven2024-06-121-0/+101
* | Merge pull request #91390 from kitbdev/add-selection-unhide-caretsRémi Verschelde2024-06-071-0/+39
|\ \ | |/ |/|
| * Unhide carets in add selection for occurrencekit2024-05-271-0/+39
* | Fix default NodePaths saved in scenekobewi2024-06-031-0/+73
* | make InstancePlaceholder in charge of node reference resolutionAdriano Orioli2024-05-281-0/+532
|/
* Merge pull request #91909 from KoBeWi/have_fun_reviewing_thisRémi Verschelde2024-05-141-87/+87
|\
| * Use Core/Scene stringnames consistentlykobewi2024-05-131-87/+87
* | [Tests] Expand tests for `Curve2D/3D`A Thousand Ships2024-05-122-3/+62
|/
* 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