summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add unit tests for HeightMapShape3DLeon Stansfield2024-09-062-0/+123
| | | | | | | Added test cases for constructor and property getters/setters: - Map width, depth, and data - Minimum and maximum height - Update map data from image
* Merge pull request #96565 from Geometror/improve-test-generatorRémi Verschelde2024-09-041-5/+10
|\ | | | | | | [Tests] `create_test` script: Improve argument description and snake_case name conversion
| * [Tests] Improve argument description and snake_case name conversion of test ↵Hendrik Brucker2024-09-041-5/+10
| | | | | | | | generator script
* | Merge pull request #96564 from Geometror/tests-audio-tagRémi Verschelde2024-09-042-10/+10
|\ \ | | | | | | | | | [Tests] Make `[Audio]` tag consistent with other test environment tags
| * | [Tests] Make `[Audio]` tag consistent with other test environment tagsHendrik Brucker2024-09-042-10/+10
| |/
* | 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 more words
| * Fix LineEdit word mode when there are no wordskit2024-08-241-0/+44
| |
* | Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-031-2/+1
|\ \ | | | | | | | | | StringName Dictionary keys
| * | StringName Dictionary keysrune-scape2024-08-291-2/+1
| | | | | | | | | | | | | | | also added 'is_string()' method to Variant and refactored many String type comparisons to use it instead
* | | Merge pull request #96292 from AThousandShips/null_check_ref_fixRémi Verschelde2024-09-034-6/+6
|\ \ \ | | | | | | | | | | | | Cleanup of raw `nullptr` checks with `Ref`
| * | | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-314-6/+6
| | | | | | | | | | | | | | | | Using `is_valid/null` over checks with `nullptr` or `ERR_FAIL_NULL` etc.
* | | | Merge pull request #85965 from ershn/use_heap_in_astar_path_findingRémi Verschelde2024-09-031-0/+160
|\ \ \ \ | | | | | | | | | | | | | | | Improve pathfinding performance by using a heap to store traversable polygons
| * | | | Use a heap to store traversable polygons for pathfindingErshn2024-09-011-0/+160
| | |/ / | |/| |
* | | | ResourceImporterWAV: Enable QOA compression by defaultDeeJayLSP2024-08-311-0/+2
| |/ / |/| |
* | | Merge pull request #96291 from miv391/string-unit-testsRémi Verschelde2024-08-301-3/+28
|\ \ \ | | | | | | | | | | | | Add more unit tests for String `insert` and `join`.
| * | | Added more unit tests for String insert and join.Mika Viskari2024-08-291-3/+28
| |/ /
* | | Merge pull request #92656 from fire/vsk-json-to-native-4.3Rémi Verschelde2024-08-302-0/+161
|\ \ \ | | | | | | | | | | | | Ability to convert native engine types to JSON and back.
| * | | Ability to convert native engine types to JSON and back.K. S. Ernest (iFire) Lee2024-08-292-0/+161
| | | | | | | | | | | | | | | | | | | | | | | | Implements support for all engine types in JSON encoding/decoding Co-Authored-By: Juan <reduzio@gmail.com> Co-Authored-By: Rémi Verschelde <rverschelde@gmail.com>
* | | | Import/export GLTF extras to node->metademolke2024-08-291-0/+25
| |/ / |/| | | | | | | | | | | | | | | | | | | | This is useful for custom tagging of objects with properties (for example in Blender) and having this available in the editor for scripting. - Adds import logic to propagate the parsed GLTF extras all the way to the resulting Node->meta - Adds export logic to save Godot Object meta into GLTF extras - Supports `nodes`, `meshes` and `materials` (in GLTF sense of the words)
* | | [Tree] Fix error when removing child from `Tree`A Thousand Ships2024-08-281-0/+24
| | | | | | | | | | | | New `last_child` member was not properly updated
* | | Merge pull request #94995 from Repiteo/scons/raw-cstringsRémi Verschelde2024-08-285-7/+110
|\ \ \ | | | | | | | | | | | | SCons: Add method to generate raw cstrings
| * | | SCons: Add method to generate raw cstringsThaddeus Crews2024-07-315-7/+110
| | | |
* | | | Merge pull request #93824 from wheatear-dev/test-option-buttonRémi Verschelde2024-08-282-0/+137
|\ \ \ \ | | | | | | | | | | | | | | | Add unit tests for `OptionButton`
| * | | | Add tests for OptionButtonEdward Moulsdale2024-07-182-0/+137
| | | | |
* | | | | Merge pull request #93381 from Luis-Wong/test-buttonRémi Verschelde2024-08-282-0/+67
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add button unit test
| * | | | | Created button test for is_hovered() method.Luis-Wong2024-07-262-0/+67
| | | | | |
* | | | | | Merge pull request #90501 from Calinou/test-add-gradienttextureRémi Verschelde2024-08-282-0/+88
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add unit tests for GradientTexture1D and GradientTexture2D
| * | | | | | Add unit tests for GradientTexture1D and GradientTexture2DHugo Locurcio2024-04-102-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: ArthyChaux <53626057+ArthyChaux@users.noreply.github.com>
* | | | | | | Merge pull request #95218 from MylesScholz/unit-testsRémi Verschelde2024-08-272-0/+195
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add unit tests for `StyleBoxTexture`
| * | | | | | | StyleBoxTexture unit testsMylesScholz2024-08-082-0/+195
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Capitalization fix in test_style_box_texture.h Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> Newline fix in test_style_box_texture.h Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* | | | | | | Merge pull request #94748 from aaronp64/tree_perfRémi Verschelde2024-08-272-0/+152
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve `Tree` performance
| * | | | | | | Improve Tree performanceaaronp642024-07-262-0/+152
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Added TreeItem::last_child to avoid needing to iterate through all children to get to the end. This mainly helps in cases where one TreeItem has many children (1000s), and new children are added to the end, as each add had to iterate through all previously added children.
* | | | | | | Merge pull request #91654 from 2nafish117/node2d-helper-testsRémi Verschelde2024-08-271-0/+125
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add unit tests for Node2D helper methods
| * | | | | | | add unit tests for Node2D helper methodsunknown2024-08-051-0/+125
| | |/ / / / / | |/| | | | |
* | | | | | | Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-272-15/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds `is_valid_unicode_identifier()` - Adds `is_valid_ascii_identifier()` - Deprecates `is_valid_identifier()` - Renames `validate_identifier()` to `validate_ascii_identifier()`
* | | | | | | Merge pull request #93134 from AThousandShips/default_bind_checkRémi Verschelde2024-08-261-0/+40
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | [Tests] Ensure all default method arguments can be encoded
| * | | | | | [Tests] Ensure all default method arguments can be encodedA Thousand Ships2024-08-161-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Checks that all arguments of bound methods can be encoded in extensions, checking non-empty or non-null cases for containers and objects
* | | | | | | Simplify and fix Rect2/AABB get_support functionAaron Franke2024-08-192-7/+29
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #89554 from smnast/backspace-unfoldRémi Verschelde2024-08-191-0/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix backspace always unfolding previous line
| * | | | | | Fix backspace always unfolding previous lineMrPersonDev2024-05-271-0/+20
| | | | | | |
* | | | | | | Merge pull request #95184 from jsjtxietian/shader-include-relativeRémi Verschelde2024-08-172-5/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix `String::simplify_path` handling of relative paths to parent dir (`../`), fixes relative shader includes
| * | | | | | | Fix error when use relative #include in .gdshader / .gdshaderinc filejsjtxietian2024-08-082-5/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Fix TextEdit caret movement at start of wrapped lineskit2024-08-161-4/+62
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #95613 from timothyqiu/split-emptyRémi Verschelde2024-08-161-48/+74
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix `split_floats` behavior when spaces are used as separators
| * | | | | | Fix split_floats behavior when spaces are used as separatorsHaoyu Qiu2024-08-161-48/+74
| | | | | | |
* | | | | | | Split TranslationServer into its own fileHaoyu Qiu2024-08-152-1/+2
|/ / / / / /
* / / / / / Fix Vector4, Vector4i, and Projection missing from ClassDB testsAaron Franke2024-08-141-5/+10
|/ / / / /
* | / / / 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-203-103/+224
| | | |
* | | | Fix Image CowData crash when baking large lightmapsHugo Locurcio2024-07-191-6/+6
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This switches to 64-bit integers in select locations of the Image class, so that image resolutions of 16384×16384 (used by lightmap texture arrays) can be used properly. Values that are larger should also work. VRAM compression is also supported, although most VRAM-compressed formats are limited to individual slices of 16384×16384. WebP is limited to 16383×16383 due to format limitations.