Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-19 | Merge pull request #58166 from Zylann/fix_binary_resource_with_doubles | Rémi Verschelde | |
Fix loading of binary resources with 64-bit floats | |||
2022-02-19 | Merge pull request #58205 from Zylann/fix_variant_encode_with_doubles | Rémi Verschelde | |
Add missing flag when encode_variant writes math types with doubles | |||
2022-02-18 | Merge pull request #58288 from bruvzg/fix_editor_en_locale | Rémi Verschelde | |
[Editor] Fix "en" editor translation detection. | |||
2022-02-18 | Merge pull request #58291 from Calinou/doc-voxelgi-procedural-bake-deferred | Rémi Verschelde | |
Document that meshes and lights must be fully set up before baking VoxelGI | |||
2022-02-18 | Merge pull request #58287 from rburing/cull_aabb_for_body_once | Rémi Verschelde | |
In final phase of test_body_motion, move and cull AABB for body once instead of for every shape | |||
2022-02-18 | Document that meshes and lights must be fully set up before baking VoxelGI | Hugo Locurcio | |
2022-02-18 | [Editor] Fix "en" editor translation detection. | bruvzg | |
2022-02-18 | In final phase of test_body_motion, move and cull AABB for body once, ↵ | Ricardo Buring | |
instead of for every shape | |||
2022-02-18 | Merge pull request #58278 from Ev1lbl0w/fix_decompress_retcode | Rémi Verschelde | |
2022-02-18 | Merge pull request #54513 from EricEzaM/3d-editor-inputs-fix | Rémi Verschelde | |
2022-02-18 | Merge pull request #58276 from akien-mga/revert-58196 | Rémi Verschelde | |
2022-02-18 | Fix decompression functions not returning errcodes | Ricardo Subtil | |
2022-02-18 | Fixed issues with shortcut checking in 3d node editor | Eric M | |
The freelook shortcuts now use the action system by proxy. This allows the actions system to be leveraged for input checking. When the shortcut changes, the respective action is updated. | |||
2022-02-18 | Revert "Fix extension registration order." | Rémi Verschelde | |
This reverts commit 94ef200bab8feb5024b2c64ac14daa24e0c4cc55. This broke extension loading. Fixes #58273. | |||
2022-02-18 | Merge pull request #58261 from STUDIOEMBYR/CharacterBody-docs-update | Rémi Verschelde | |
2022-02-18 | Merge pull request #58266 from clayjohn/revert-sky-change | Rémi Verschelde | |
2022-02-18 | Merge pull request #58268 from ↵ | Rémi Verschelde | |
piiertho/bugfix/fix-display-server-virtual-keyboard-show-default-argument | |||
2022-02-18 | Fix default value for DisplayServer::virtual_keyboard_show Rect2 parameter | Pierre-Thomas Meisels | |
2022-02-18 | Merge pull request #58106 from Calinou/audioserver-capture-device-property | Rémi Verschelde | |
2022-02-18 | Merge pull request #58196 from poiati/fix-extension-registration-order | Rémi Verschelde | |
2022-02-18 | Merge pull request #58236 from bruvzg/win_min_fix | Rémi Verschelde | |
2022-02-17 | Revert "Default to real-time radiance map filter for environment sky ↵ | clayjohn | |
reflections" This reverts commit 09563e4bd8fa4dda8802b3b48f111f3c1de499d8. | |||
2022-02-17 | Revert "Fix default sky process mode not being Real-Time" | clayjohn | |
This reverts commit aa1cba1d53270cd14339141082d9d5dc9c3857ef. | |||
2022-02-17 | Updated out of date CharacterBody documentation. | Hannah Crawford | |
2022-02-18 | Merge pull request #58186 from BastiaanOlij/fix_shader_features_init | Rémi Verschelde | |
Enable features we require when creating a Vulkan Device | |||
2022-02-17 | Expose `AudioServer.capture_device` as a property | Hugo Locurcio | |
This is more consistent with `AudioServer.device` (for output), which is already exposed as a property. | |||
2022-02-17 | Merge pull request #58249 from Calinou/editor-online-docs-use-versioned-url | Rémi Verschelde | |
2022-02-17 | Use versioned URL for "Online Documentation" buttons in the editor | Hugo Locurcio | |
This also avoids a redirect, making the page appear to load faster. | |||
2022-02-17 | Merge pull request #58246 from KoBeWi/submit_yer_name | Rémi Verschelde | |
2022-02-17 | Merge pull request #58177 from clayjohn/VULKAN-prefiltered-radiance | Rémi Verschelde | |
2022-02-17 | Merge pull request #58243 from timothyqiu/doc-ani-node | Rémi Verschelde | |
2022-02-17 | Connect text_submitted of built-in script name | kobewi | |
2022-02-17 | Fix wording in AnimationNode classref | Haoyu Qiu | |
2022-02-17 | Merge pull request #58238 from pycbouh/docs-enum-suggestion-typo | Rémi Verschelde | |
2022-02-17 | Fix a typo in PROPERTY_HINT_ENUM_SUGGESTION description | Yuri Sizov | |
2022-02-17 | [Windows] Fix Vulkan driver crash on sub-window minimization. | bruvzg | |
2022-02-17 | Merge pull request #56032 from diddykonga/get_children_of_type | Rémi Verschelde | |
2022-02-17 | Merge pull request #58189 from fazil47/gltf-export-default-material-fix | Rémi Verschelde | |
Default material is assigned to meshes without material for glTF export | |||
2022-02-17 | Change 'find_node' to 'find_nodes' and Add 'type' parameter | diddykonga | |
Changed 'find_node' to 'find_nodes' which now returns an 'TypedArray<Node>', as well as Added a 'type' parameter to match against specific node types, which supports inheritance. | |||
2022-02-17 | Merge pull request #58212 from Calinou/line2d-round-precision-add-property-hint | Rémi Verschelde | |
Add a property hint for the Line2D Round Precision property | |||
2022-02-17 | Merge pull request #58219 from timothyqiu/bbcode-tag | Rémi Verschelde | |
Fix mismatched BBCode tags in classref | |||
2022-02-17 | Merge pull request #58222 from timothyqiu/doctool-link-title-i18n | Rémi Verschelde | |
Translate link titles in classref XML | |||
2022-02-16 | Use prefiltered radiance | clayjohn | |
2022-02-16 | Merge pull request #58130 from timothyqiu/ogg-seek-crash | Ellen Poe | |
Fix infinite recursion when seeking Ogg Vorbis file | |||
2022-02-17 | Translate link titles in classref XML | Haoyu Qiu | |
2022-02-17 | Fix mismatched BBCode tags in classref | Haoyu Qiu | |
2022-02-17 | Add a property hint for the Line2D Round Precision property | Hugo Locurcio | |
This prevents choosing extremely high values which cause performance issues for no visual benefit. | |||
2022-02-16 | Add missing flag when encode_variant writes math types with doubles | Marc Gilleron | |
2022-02-16 | Merge pull request #58197 from timothyqiu/tree-item-button-doc | Rémi Verschelde | |
Fix documentation about `TreeItem` button ID | |||
2022-02-16 | Merge pull request #58187 from jakobbouchard/notification-switch-chunk-c | Rémi Verschelde | |
Convert _notification methods to switch - Chunk C |