summaryrefslogtreecommitdiffstats
path: root/tests/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #99131 from MarcusAahl/my-testing-branchThaddeus Crews2024-11-191-0/+82
|\
| * Basic Fontfile testsmarcus åhl2024-11-191-0/+82
* | Merge pull request #98816 from arkology/to-infinity-and-beyondThaddeus Crews2024-11-181-0/+92
|\ \ | |/ |/|
| * Improve set_radial_initial_angle by removing loopsarkology2024-11-141-0/+92
* | Merge pull request #97363 from reduz/deterministic-gen-suberesources-idThaddeus Crews2024-11-111-1/+1
|\ \
| * | Allow passing UID to importerJuan2024-11-111-1/+1
| |/
* / Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
|/
* Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-6/+12
* Merge pull request #97157 from pafuent/fixing_tree_item_get_prev_wrapThaddeus Crews2024-10-251-0/+126
|\
| * Fixing TreeItem get_prev_xxx methods when p_wrap is truePablo Andres Fuente2024-09-231-0/+126
* | Merge pull request #97255 from kitbdev/test-tabsRémi Verschelde2024-10-042-0/+1535
|\ \
| * | Fix TabBar initialization issue and add testskit2024-09-202-0/+1535
| |/
* | Add unit tests for PhysicsMaterialjonas2024-10-041-0/+107
* | Add Unit Test cases for `Sky`MATTHEW ESTOPINAL2024-10-011-0/+141
* | Move Godot Physics 2D into a module; add dummy 2D physics serverRicardo Buring2024-09-231-0/+7
* | Merge pull request #90743 from timothyqiu/empty-selection-clipboardRémi Verschelde2024-09-232-0/+73
|\ \ | |/ |/|
| * Add TextEdit option to prevent copying without a selectionHaoyu Qiu2024-09-142-0/+73
* | Add per-bone meta to Skeleton3Ddemolke2024-09-161-0/+78
* | Enable Drag and Drop for SubViewports and WindowsMarkus Sauermann2024-09-151-13/+131
|/
* Do not defer PathFollow3D transform updatesYaohua Xiong2024-09-101-31/+0
* Add unit tests for Parallax2DLeon Stansfield2024-09-061-0/+131
* Add unit tests for HeightMapShape3DLeon Stansfield2024-09-061-0/+122
* Merge pull request #96564 from Geometror/tests-audio-tagRémi Verschelde2024-09-041-9/+9
|\
| * [Tests] Make `[Audio]` tag consistent with other test environment tagsHendrik Brucker2024-09-041-9/+9
* | Merge pull request #96038 from kitbdev/fix-line-edit-caret-word-modeRémi Verschelde2024-09-041-0/+44
|\ \ | |/ |/|
| * Fix LineEdit word mode when there are no wordskit2024-08-241-0/+44
* | Merge pull request #96292 from AThousandShips/null_check_ref_fixRémi Verschelde2024-09-033-5/+5
|\ \
| * | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-313-5/+5
* | | ResourceImporterWAV: Enable QOA compression by defaultDeeJayLSP2024-08-311-0/+2
|/ /
* | [Tree] Fix error when removing child from `Tree`A Thousand Ships2024-08-281-0/+24
* | Merge pull request #93824 from wheatear-dev/test-option-buttonRémi Verschelde2024-08-281-0/+136
|\ \
| * | Add tests for OptionButtonEdward Moulsdale2024-07-181-0/+136
* | | Merge pull request #93381 from Luis-Wong/test-buttonRémi Verschelde2024-08-281-0/+66
|\ \ \
| * | | Created button test for is_hovered() method.Luis-Wong2024-07-261-0/+66
* | | | Merge pull request #90501 from Calinou/test-add-gradienttextureRémi Verschelde2024-08-281-0/+87
|\ \ \ \
| * | | | Add unit tests for GradientTexture1D and GradientTexture2DHugo Locurcio2024-04-101-0/+87
* | | | | Merge pull request #95218 from MylesScholz/unit-testsRémi Verschelde2024-08-271-0/+194
|\ \ \ \ \
| * | | | | StyleBoxTexture unit testsMylesScholz2024-08-081-0/+194
* | | | | | Merge pull request #94748 from aaronp64/tree_perfRémi Verschelde2024-08-271-0/+151
|\ \ \ \ \ \
| * | | | | | Improve Tree performanceaaronp642024-07-261-0/+151
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #91654 from 2nafish117/node2d-helper-testsRémi Verschelde2024-08-271-0/+125
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | add unit tests for Node2D helper methodsunknown2024-08-051-0/+125
| | |/ / / | |/| | |
* | | | | Merge pull request #89554 from smnast/backspace-unfoldRémi Verschelde2024-08-191-0/+20
|\ \ \ \ \
| * | | | | Fix backspace always unfolding previous lineMrPersonDev2024-05-271-0/+20
* | | | | | Fix TextEdit caret movement at start of wrapped lineskit2024-08-161-4/+62
| |/ / / / |/| | | |
* | | | | 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