| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Added test cases for constructor and property getters/setters:
- Map width, depth, and data
- Minimum and maximum height
- Update map data from image
|
|\
| |
| |
| | |
[Tests] `create_test` script: Improve argument description and snake_case name conversion
|
| |
| |
| |
| | |
generator script
|
|\ \
| | |
| | |
| | | |
[Tests] Make `[Audio]` tag consistent with other test environment tags
|
| |/ |
|
|\ \
| |/
|/|
| | |
Fix LineEdit word mode when there are no more words
|
| | |
|
|\ \
| | |
| | |
| | | |
StringName Dictionary keys
|
| | |
| | |
| | |
| | |
| | | |
also added 'is_string()' method to Variant
and refactored many String type comparisons to use it instead
|
|\ \ \
| | | |
| | | |
| | | | |
Cleanup of raw `nullptr` checks with `Ref`
|
| | | |
| | | |
| | | |
| | | | |
Using `is_valid/null` over checks with `nullptr` or `ERR_FAIL_NULL` etc.
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Improve pathfinding performance by using a heap to store traversable polygons
|
| | |/ /
| |/| | |
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | | |
Add more unit tests for String `insert` and `join`.
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | | |
Ability to convert native engine types to JSON and back.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
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)
|
| | |
| | |
| | |
| | | |
New `last_child` member was not properly updated
|
|\ \ \
| | | |
| | | |
| | | | |
SCons: Add method to generate raw cstrings
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Add unit tests for `OptionButton`
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Add button unit test
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Add unit tests for GradientTexture1D and GradientTexture2D
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Co-authored-by: ArthyChaux <53626057+ArthyChaux@users.noreply.github.com>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add unit tests for `StyleBoxTexture`
|
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Improve `Tree` performance
|
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
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.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add unit tests for Node2D helper methods
|
| | |/ / / / /
| |/| | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
- Adds `is_valid_unicode_identifier()`
- Adds `is_valid_ascii_identifier()`
- Deprecates `is_valid_identifier()`
- Renames `validate_identifier()` to `validate_ascii_identifier()`
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | | |
[Tests] Ensure all default method arguments can be encoded
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Checks that all arguments of bound methods can be encoded in extensions, checking non-empty or non-null cases for containers and objects
|
| |_|_|_|_|/
|/| | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Fix backspace always unfolding previous line
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix `String::simplify_path` handling of relative paths to parent dir (`../`), fixes relative shader includes
|
| | |_|/ / / /
| |/| | | | | |
|
| |_|/ / / /
|/| | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Fix `split_floats` behavior when spaces are used as separators
|
| | | | | | | |
|
|/ / / / / / |
|
|/ / / / / |
|
| |/ / /
|/| | | |
|
| | | | |
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|