summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-18prevent acceptdialog taking over main editor window when made visiblekeptsecret
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
2022-02-17[Windows] Fix Vulkan driver crash on sub-window minimization.bruvzg
2022-02-17Merge pull request #56032 from diddykonga/get_children_of_typeRémi Verschelde
2022-02-17Merge pull request #58189 from fazil47/gltf-export-default-material-fixRémi Verschelde
Default material is assigned to meshes without material for glTF export
2022-02-17Change 'find_node' to 'find_nodes' and Add 'type' parameterdiddykonga
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-17Merge pull request #58212 from Calinou/line2d-round-precision-add-property-hintRémi Verschelde
Add a property hint for the Line2D Round Precision property
2022-02-17Merge pull request #58219 from timothyqiu/bbcode-tagRémi Verschelde
Fix mismatched BBCode tags in classref
2022-02-17Merge pull request #58222 from timothyqiu/doctool-link-title-i18nRémi Verschelde
Translate link titles in classref XML
2022-02-16Use prefiltered radianceclayjohn
2022-02-16Merge pull request #58130 from timothyqiu/ogg-seek-crashEllen Poe
Fix infinite recursion when seeking Ogg Vorbis file
2022-02-17Translate link titles in classref XMLHaoyu Qiu
2022-02-17Fix mismatched BBCode tags in classrefHaoyu Qiu
2022-02-17Add a property hint for the Line2D Round Precision propertyHugo Locurcio
This prevents choosing extremely high values which cause performance issues for no visual benefit.
2022-02-16Merge pull request #58197 from timothyqiu/tree-item-button-docRémi Verschelde
Fix documentation about `TreeItem` button ID
2022-02-16Merge pull request #58187 from jakobbouchard/notification-switch-chunk-cRémi Verschelde
Convert _notification methods to switch - Chunk C
2022-02-16Convert _notification methods to switch - Chunk CJakob Bouchard
2022-02-16Fix extension registration order.Paulo Poiati
2022-02-17Fix documentation about TreeItem button IDHaoyu Qiu
2022-02-16Merge pull request #58190 from MisoMosiSpy/vs_iconsRémi Verschelde
2022-02-16Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcodeRémi Verschelde
2022-02-16Merge pull request #58169 from ↵Rémi Verschelde
megalobyte/update-notificatin-if-to-switch-batch-B
2022-02-16Added icons for missing types in visual script’s icon list.MisoMosiSpy
2022-02-16Default material is assigned to meshes without material for glTF exportFazil Babu
2022-02-16Merge pull request #58163 from jmb462/notification-chunk-ARémi Verschelde
2022-02-17We were only getting our available shader features, now we also enabling themBastiaan Olij
2022-02-16Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte
2022-02-16Merge pull request #58055 from markdibarry/add_get_line_offsetRémi Verschelde
2022-02-16Merge pull request #58154 from markdibarry/fix_scroll_to_lineRémi Verschelde
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
Remove currently unused implementation of TextureBasisU, could be re-added later on if needed and ported.