summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix some additional errors with 3D disabledA Thousand Ships2024-02-233-8/+31
* Fix running tests in template buildsA Thousand Ships2024-02-224-1/+31
* [Physics] Fix export with 3D disabledA Thousand Ships2024-02-221-0/+8
* Add Unicode support to `String.to_*_case()` methodsDanil Alexeev2024-02-221-25/+40
* Added ImageTexture unit testsb2024-02-192-0/+112
* [Tests] Fix test regression without editorA Thousand Ships2024-02-171-0/+7
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-6/+6
* Avoid unqualified-id "near" and "far" in Node3DEditor/ViewportSilc Lizard (Tokage) Renew2024-02-131-6/+6
* Merge pull request #87715 from Scony/add-is-bakingRémi Verschelde2024-02-072-0/+58
|\
| * Expose `is_baking` method in navigation servers and region nodes.Pawel Lampe2024-02-052-0/+58
* | Add InputEventKey.location to tell left from rightMel Collins2024-01-261-7/+49
|/
* 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
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* [Core] Fix `AABB.encloses` failing on shared upper boundA Thousand Ships2024-01-121-0/+9
* Merge pull request #86874 from AThousandShips/no_3d_fixRémi Verschelde2024-01-081-6/+9
|\
| * Fix some build errors with `disable_3d=Yes`A Thousand Ships2024-01-071-6/+9
* | Merge pull request #86787 from ryevdokimov/code-spell-checkRémi Verschelde2024-01-082-12/+12
|\ \
| * | Fix various spelling errorsRobert Yevdokimov2024-01-042-12/+12
* | | Merge pull request #85178 from HolonProduction/completion-testsRémi Verschelde2024-01-081-1/+16
|\ \ \ | |_|/ |/| |
| * | Add unit test runner for autocompletionHolonProduction2024-01-051-1/+16
| |/
* | 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 #83163 from Chubercik/vectorXi_dist_methodsRémi Verschelde2024-01-033-0/+18
|\ \ \
| * | | Implement `Vector2i/3i/4i` methods: `distance_to` and `distance_squared_to`Jakub Marcowski2023-10-123-0/+18
* | | | Fix potential integer underflow in rounded up divisionsEddieBreeg2024-01-021-0/+23
* | | | 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-192-0/+371
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add tests for Camera3DCHM2023-11-132-0/+371
* | | | | Merge pull request #84782 from rsburke4/image-fixRémi Verschelde2023-12-121-0/+23
|\ \ \ \ \
| * | | | | Added error to catch conversion on invalid imagersburke42023-12-101-0/+23
* | | | | | 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
| |/ / / / /
* | | | | | Merge pull request #85666 from miv391/more-unit-tests-for-string-to-number-co...Yuri Sizov2023-12-081-9/+72
|\ \ \ \ \ \
| * | | | | | Add more C++ unit tests for String to number conversionsMika Viskari2023-12-021-9/+72
| |/ / / / /
* | | | | | Merge pull request #83229 from aaronfranke/basis-is-orthoYuri Sizov2023-12-081-0/+94
|\ \ \ \ \ \
| * | | | | | Fix Basis is_orthogonal and is_rotation methods, add is_orthonormalAaron Franke2023-12-061-0/+94
* | | | | | | Reduce minimum capsule/cylinder mesh rings to 0Aaron Franke2023-12-051-1/+1
|/ / / / / /
* / / / / / Fix memory leak in 'NavigationServer3D' involving static obstaclesPawel Lampe2023-11-171-0/+99
|/ / / / /
* | | | / Make mouse-enter/exit notifications match mouse event propagationkit2023-11-091-5/+639
| |_|_|/ |/| | |
* | | | fix assignment to vec2 testsSilicDev2023-10-251-30/+30
|/ / /
* | | Merge pull request #83286 from bronsonholden/fix-text-edit-hscroll-jitterRémi Verschelde2023-10-171-1/+2
|\ \ \
| * | | Add test justifying change to expected horizontal scroll positionBronson Holden2023-10-131-1/+2
* | | | Merge pull request #76244 from kgrubbs22/variant-test-updatesRémi Verschelde2023-10-161-8/+1025
|\ \ \ \ | |/ / / |/| | |
| * | | Updated Varaint assignemnt unit tests with Vec4,Vec4i,Rect2,Rect2i,Trans2d,Tr...kendelle2023-04-191-8/+1025