Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-07 | Export: Fix comma handling in feature list RTL | Rémi Verschelde | |
Fixes #62815. | |||
2022-07-07 | Merge pull request #62808 from bruvzg/macos_file_url_handle | Rémi Verschelde | |
2022-07-07 | Merge pull request #62801 from raulsntos/ensure-nuget-path-exists | Rémi Verschelde | |
2022-07-07 | Merge pull request #62108 from bruvzg/font_config_v3 | Rémi Verschelde | |
2022-07-07 | Merge pull request #62735 from bruvzg/unicode_parsers | Rémi Verschelde | |
2022-07-07 | [macOS] Improve file association handling, and allow URL schema handling. | bruvzg | |
2022-07-07 | Merge pull request #62792 from dpalais/return_option_value | Rémi Verschelde | |
2022-07-07 | Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows ↵ | bruvzg | |
filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose. | |||
2022-07-07 | Merge pull request #62791 from raulsntos/csharp-bezier-interpolation | Rémi Verschelde | |
C#: Add `BezierInterpolate` method | |||
2022-07-07 | Merge pull request #62784 from Chaosus/fix_mesh_crash | Rémi Verschelde | |
Prevent possible crash when creating or deleting a mesh with armature | |||
2022-07-07 | Ensure NuGet.config directory exists | Raul Santos | |
2022-07-06 | EditorScenePostImportPlugin: Return requested option value | Dave Palais | |
2022-07-06 | C#: Add `BezierInterpolate` method | Raul Santos | |
Adds a `BezierInterpolate` method for floats in `Mathf` and for vectors in `Vector2` and `Vector3`. | |||
2022-07-06 | Prevent possible crash when mesh is freed | Yuri Rubinsky | |
2022-07-06 | Sync GDScript doc template for new annotations | Rémi Verschelde | |
2022-07-06 | Merge pull request #62777 from object71/potential-fix-for-crash-error-expand | Rémi Verschelde | |
2022-07-06 | Merge pull request #62701 from cdemirer/for-variable-conflict | Rémi Verschelde | |
2022-07-06 | Merge pull request #62699 from ↵ | Rémi Verschelde | |
cdemirer/fix-autocomplete-var-assigned-same-statement | |||
2022-07-06 | Merge pull request #62690 from cdemirer/fix-infinite-guess-recursion | Rémi Verschelde | |
2022-07-06 | Merge pull request #62760 from cdemirer/fix-annotation-initializer-conflict | Rémi Verschelde | |
Fix priority of annotated type vs initializer type | |||
2022-07-06 | Merge pull request #62776 from lawnjelly/remove_octree | Rémi Verschelde | |
2022-07-06 | Merge pull request #62713 from YuriSizov/docs-scripting-annotations | Rémi Verschelde | |
2022-07-06 | Double check the selected tree item on error activated and error selected ↵ | Hristo Stamenov | |
callbacks as the value might be nullptr which would cause a crash. | |||
2022-07-06 | Merge pull request #62707 from YuriSizov/gdscript-group-those-props | Rémi Verschelde | |
2022-07-06 | Remove Octree | lawnjelly | |
Octree is no longer used in 4.x. | |||
2022-07-06 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 417f20f06c7449bfc3820cdfdde4183082cfb004) | |||
2022-07-06 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 30ceef93b03c235134d6356b708cc2715d9145d2) | |||
2022-07-06 | Merge pull request #62344 from BastiaanOlij/extract_dependencies | Rémi Verschelde | |
2022-07-06 | Refactor Font configuration and import UI, and Font resources. | bruvzg | |
2022-07-06 | Merge pull request #62374 from reduz/implement-bitfield-hint | Rémi Verschelde | |
Implement a BitField hint | |||
2022-07-06 | Merge pull request #62767 from bruvzg/glman_check | Rémi Verschelde | |
Check if GL manager exist to prevent crash when using multithreaded renderer with Vulkan. | |||
2022-07-06 | Check if GL manager exist to prevent crash when using multithreaded renderer ↵ | bruvzg | |
with Vulkan. | |||
2022-07-06 | Merge pull request #62757 from Calinou/voxelgi-remove-unused-anisotropy | Rémi Verschelde | |
Remove unused anisotropy setter/getter methods in VoxelGI | |||
2022-07-06 | Merge pull request #62755 from Calinou/videostreamplayer-default-disable-expand | Rémi Verschelde | |
Disable Expand by default in VideoStreamPlayer | |||
2022-07-06 | Merge pull request #62763 from timothyqiu/nullify | Rémi Verschelde | |
Fix heap-use-after-free when closing a scene with its builtin script open | |||
2022-07-06 | Fix heap-use-after-free when closing a scene with its builtin script open | Haoyu Qiu | |
2022-07-06 | Fix priority of annotated type vs initializer type | cdemirer | |
2022-07-06 | Remove unused anisotropy setter/getter methods in VoxelGI | Hugo Locurcio | |
These methods weren't exposed to the scripting API. Anisotropy was used in earlier iterations of VoxelGI, but it was removed as it was too expensive. | |||
2022-07-06 | Disable Expand by default in VideoStreamPlayer | Hugo Locurcio | |
This ensures videos are always visible as soon as a video file is specified in the VideoStreamPlayer node. The node will no longer be resized to 0×0 by default, making the video invisible in the process (even if the audio can still be heard). | |||
2022-07-05 | Merge pull request #62747 from PZerua/gltf_fixes | Rémi Verschelde | |
Fix light intensity and attenuation import from GLTF | |||
2022-07-05 | Merge pull request #38080 from guilhermefelipecgs/small_fixes | Rémi Verschelde | |
[Node3DEditorViewport] Add correct margin for rotation control and fps label. | |||
2022-07-05 | [Node3DEditorViewport] Add correct margin for rotation control and fps label. | Guilherme Felipe | |
2022-07-05 | Implement a BitField hint | reduz | |
Allows to specify the binder that an enum must be treated as a bitfield. | |||
2022-07-05 | Merge pull request #62742 from Calinou/voxelgi-clamp-extents | Rémi Verschelde | |
2022-07-05 | Add grouping annotations for class properties in GDScript | Yuri Sizov | |
2022-07-05 | Fix light intensity and attenuation import from GLTF | PZerua | |
2022-07-05 | Clamp VoxelGI extents to reasonable values to avoid breaking baking | Hugo Locurcio | |
This also prevents crashes when resizing a VoxelGI's extents to 0 on any axis. | |||
2022-07-05 | Merge pull request #62721 from Nolkaloid/line_edit-caret-blink-fix | Rémi Verschelde | |
Change LineEdit caret blink to use internal process | |||
2022-07-05 | Merge pull request #62539 from KoBeWi/transformers | Rémi Verschelde | |
2022-07-05 | Merge pull request #35626 from ShlomiRex/file-dialog-add-home-desktop-as-drive | Rémi Verschelde | |