summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-19Merge pull request #57163 from ↵Rémi Verschelde
winterpixelgames/feature/allow-disable-atlas-texture-alpha-trim Allow disabling the alpha trim on texture atlas creation.
2022-02-19Merge pull request #58323 from Sauermann/fix-vertical-iconsRémi Verschelde
Fix vertical icons in Container Sizing
2022-02-19Allow disabling the alpha trim on texture atlas creation.Jason Knight
Default to true
2022-02-19Fix vertical icons in container sizingMarkus Sauermann
2022-02-19Merge pull request #58317 from naithar/fix/ios-drag-inputRémi Verschelde
2022-02-19[iOS] Fix incorrect method name for input dragging eventSergey Minakov
2022-02-19Merge pull request #58311 from Sauermann/fix-mouse-in-window-variable-nameRémi Verschelde
Update variable name to reflect usage
2022-02-19Update variable name to reflect usageMarkus Sauermann
2022-02-19Merge pull request #58042 from Sauermann/fix-viewport-border-notificationsRémi Verschelde
Fix Viewport mouse enter+exit notifications
2022-02-19Merge pull request #58308 from timothyqiu/dae-forRémi Verschelde
Fix crash when importing DAE model
2022-02-19Merge pull request #58307 from timothyqiu/normals-sizeRémi Verschelde
Fix crash when importing small GLTF mesh
2022-02-19Merge pull request #58306 from timothyqiu/create-nodeRémi Verschelde
Fix crash in Create New Node dialog with certain user-created scripts
2022-02-19Merge pull request #58166 from Zylann/fix_binary_resource_with_doublesRémi Verschelde
Fix loading of binary resources with 64-bit floats
2022-02-19Merge pull request #58205 from Zylann/fix_variant_encode_with_doublesRémi Verschelde
Add missing flag when encode_variant writes math types with doubles
2022-02-19Fix crash when importing DAE modelHaoyu Qiu
2022-02-19Fix crash when importing small GLTF meshHaoyu Qiu
2022-02-19Fix crash in Create New Node dialog with certain user-created scriptsHaoyu Qiu
2022-02-18Merge pull request #58288 from bruvzg/fix_editor_en_localeRémi Verschelde
[Editor] Fix "en" editor translation detection.
2022-02-18Merge pull request #58291 from Calinou/doc-voxelgi-procedural-bake-deferredRémi Verschelde
Document that meshes and lights must be fully set up before baking VoxelGI
2022-02-18Merge pull request #58287 from rburing/cull_aabb_for_body_onceRémi Verschelde
In final phase of test_body_motion, move and cull AABB for body once instead of for every shape
2022-02-18Document that meshes and lights must be fully set up before baking VoxelGIHugo Locurcio
2022-02-18[Editor] Fix "en" editor translation detection.bruvzg
2022-02-18In final phase of test_body_motion, move and cull AABB for body once, ↵Ricardo Buring
instead of for every shape
2022-02-18Merge pull request #58278 from Ev1lbl0w/fix_decompress_retcodeRémi Verschelde
2022-02-18Merge pull request #54513 from EricEzaM/3d-editor-inputs-fixRémi Verschelde
2022-02-18Merge pull request #58276 from akien-mga/revert-58196Rémi Verschelde
2022-02-18Fix decompression functions not returning errcodesRicardo Subtil
2022-02-18Fixed issues with shortcut checking in 3d node editorEric 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-18Revert "Fix extension registration order."Rémi Verschelde
This reverts commit 94ef200bab8feb5024b2c64ac14daa24e0c4cc55. This broke extension loading. Fixes #58273.
2022-02-18Merge pull request #58261 from STUDIOEMBYR/CharacterBody-docs-updateRémi Verschelde
2022-02-18Merge pull request #58266 from clayjohn/revert-sky-changeRémi Verschelde
2022-02-18Merge pull request #58268 from ↵Rémi Verschelde
piiertho/bugfix/fix-display-server-virtual-keyboard-show-default-argument
2022-02-18Fix default value for DisplayServer::virtual_keyboard_show Rect2 parameterPierre-Thomas Meisels
2022-02-18Merge pull request #58106 from Calinou/audioserver-capture-device-propertyRémi Verschelde
2022-02-18Merge pull request #58196 from poiati/fix-extension-registration-orderRémi Verschelde
2022-02-18Merge pull request #58236 from bruvzg/win_min_fixRémi Verschelde
2022-02-17Revert "Default to real-time radiance map filter for environment sky ↵clayjohn
reflections" This reverts commit 09563e4bd8fa4dda8802b3b48f111f3c1de499d8.
2022-02-17Revert "Fix default sky process mode not being Real-Time"clayjohn
This reverts commit aa1cba1d53270cd14339141082d9d5dc9c3857ef.
2022-02-17Updated out of date CharacterBody documentation.Hannah Crawford
2022-02-18Merge pull request #58186 from BastiaanOlij/fix_shader_features_initRémi Verschelde
Enable features we require when creating a Vulkan Device
2022-02-17Expose `AudioServer.capture_device` as a propertyHugo Locurcio
This is more consistent with `AudioServer.device` (for output), which is already exposed as a property.
2022-02-17Merge pull request #58249 from Calinou/editor-online-docs-use-versioned-urlRémi Verschelde
2022-02-17Use versioned URL for "Online Documentation" buttons in the editorHugo Locurcio
This also avoids a redirect, making the page appear to load faster.
2022-02-17Merge pull request #58246 from KoBeWi/submit_yer_nameRémi Verschelde
2022-02-17Merge pull request #58177 from clayjohn/VULKAN-prefiltered-radianceRémi Verschelde
2022-02-17Merge pull request #58243 from timothyqiu/doc-ani-nodeRémi Verschelde
2022-02-17Connect text_submitted of built-in script namekobewi
2022-02-17Fix wording in AnimationNode classrefHaoyu Qiu
2022-02-17Merge pull request #58238 from pycbouh/docs-enum-suggestion-typoRémi Verschelde
2022-02-17Fix a typo in PROPERTY_HINT_ENUM_SUGGESTION descriptionYuri Sizov