summaryrefslogtreecommitdiffstats
path: root/tests/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+6
|\
| * Merge pull request #98489 from Flarkk/fix_project_positionThaddeus Crews2024-11-271-0/+6
| |\
| | * Fix Camera3D::project_position() when depth=zfarFlorent Guiocheau2024-10-241-0/+6
* | | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-0/+84
|\| |
| * | Merge pull request #99131 from MarcusAahl/my-testing-branchThaddeus Crews2024-11-191-0/+82
| |\ \
| | * | Basic Fontfile testsmarcus åhl2024-11-191-0/+82
* | | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-0/+94
|\| | |
| * | | 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 commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-122-2/+2
|\| | |
| * | | 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
| |/ /
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-6/+12
|\| |
| * | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-6/+12
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2750-100/+100
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-2750-100/+100
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-0/+126
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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
* | | Add an additional input stage after physics pickingMarkus Sauermann2024-10-231-0/+12
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1150-0/+100
* | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-112-2/+2
|/ /
* | 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
|\ \ \ \ \