summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-15Fix shader array parsing in variable declarationYuri Roubinsky
2021-12-15Merge pull request #55903 from Chaosus/shader_structRémi Verschelde
2021-12-15Merge pull request #55913 from Chaosus/fix_shader_crashRémi Verschelde
2021-12-15Merge pull request #55927 from pycbouh/editor-add-theme-type-communicationRémi Verschelde
2021-12-15Merge pull request #55951 from Chaosus/shader_hint_anisoRémi Verschelde
2021-12-15Merge pull request #55952 from Faless/net/4.x_webrtc_mp_connect_fixRémi Verschelde
2021-12-15Merge pull request #55905 from bruvzg/ts_substring_reshapeRémi Verschelde
2021-12-15Merge pull request #55657 from MorganKF/patch-multiplayer-peer-extensionFabio Alessandrelli
Patch `MultiplayerPeerExtension` to allow derived classes
2021-12-15Rename shader hint `filter_aniso` to `filter_anisotropy`Yuri Roubinsky
2021-12-15Merge pull request #55940 from Calinou/editor-spin-slider-tweak-grabberRémi Verschelde
2021-12-15[Net] Fix WebRTC returning packets from peers too early.Fabio Alessandrelli
Due to the async nature of WebRTC implementations, the multiplayer peer could end up having queued packets from a given connection before it is able to emit the "peer_added" signal. This commit ensures that packets from peers which are not notified yet are skipped by `get_packet` and `get_available_packet_count`.
2021-12-15[Text Server] Fix re-shaping of substrings, improve oversampling scale.bruvzg
2021-12-15Merge pull request #55699 from Mickeon/patch-1Max Hilbrunner
Various tweaks to Camera2D's documentation
2021-12-15Merge pull request #55935 from KoBeWi/get_minimum_size_notMax Hilbrunner
Document get_minimum_size not called in some nodes
2021-12-15Merge pull request #55777 from cdemirer/doc-replace_byMax Hilbrunner
Clarify that replace_by keeps child nodes in tree
2021-12-15Merge pull request #55831 from Calinou/doc-reflectionprobeMax Hilbrunner
Improve the ReflectionProbe class documentation
2021-12-15Make EditorSpinSlider grabbers thicker to be more noticeableHugo Locurcio
2021-12-14Merge pull request #55932 from xsellier/bugfix/fix-random-crash-on-launchRémi Verschelde
2021-12-14Defer the call to 'popup_str' to the next cycle to let Godot Engine's editor ↵Xavier Sellier
time to properly start
2021-12-14Merge pull request #55936 from Calinou/portal-room-add-compatibility-classesRémi Verschelde
2021-12-14Add compatibility class handlers for portal and room occlusion cullingHugo Locurcio
Portal and room occlusion culling is replaced by raster occlusion in 4.0, which undergoes an entirely different setup process. Therefore, we can only convert those nodes to Node3Ds to allow loading `3.x` scenes while keeping transforms valid.
2021-12-14Merge pull request #55931 from groud/avoid_crash_gdscript_analyzerRémi Verschelde
2021-12-14Document get_minimum_size not called in some nodeskobewi
2021-12-14Avoid a crash in the gdscript analyserGilles Roudière
2021-12-14Merge pull request #55924 from bruvzg/win_console_4Rémi Verschelde
2021-12-14Improve user communication in the Add Item Type dialogYuri Sizov
2021-12-14[Windows] Open a new console window for the editor instances.bruvzg
2021-12-13Fix shader crash when assigned array from struct to a variable by indexYuri Roubinsky
2021-12-13Merge pull request #55906 from Chaosus/vss_fixRémi Verschelde
2021-12-13Fix incorrect placement of default value editor in visual scriptsYuri Roubinsky
2021-12-13Allow declaring multiple members in one expression in shader structsYuri Roubinsky
2021-12-13Merge pull request #55609 from rcorre/doc-scrollRémi Verschelde
2021-12-13Merge pull request #55898 from KoBeWi/nodes_from_faraway_landsRémi Verschelde
2021-12-13Allow to copy foreign nodeskobewi
2021-12-13Merge pull request #55890 from Vitika9/54100Rémi Verschelde
2021-12-13Merge pull request #55889 from Chaosus/fix_warning_duplicationRémi Verschelde
2021-12-13Added check for SceneTree being nullvitika9
2021-12-13Fix shadowed global identifier warning duplicationYuri Roubinsky
2021-12-13Merge pull request #52998 from AnilBK/node2d-renamesRémi Verschelde
Node2D member renames.
2021-12-12Merge pull request #55821 from Chaosus/shader_fix_semicolonRémi Verschelde
2021-12-12Merge pull request #55825 from zaevi/fix_PluginConfigDialog_UIRémi Verschelde
2021-12-12Merge pull request #55816 from RandomShaper/fix_revert_null_defaultsRémi Verschelde
2021-12-12Merge pull request #55814 from williamd67/GPULightMapper-correct-colorsRémi Verschelde
2021-12-12Merge pull request #55729 from ↵Rémi Verschelde
cdemirer/fix-script-editor-unexpected-scroll-upon-resize
2021-12-12Merge pull request #55836 from jabcross/asset-selectableRémi Verschelde
2021-12-12Merge pull request #55828 from Calinou/doc-physics-angular-velocity-masterHugo Locurcio
2021-12-12Merge pull request #55860 from rcorre/mesh_typoRémi Verschelde
2021-12-12Document how to autoscroll ScrollContainer.Ryan Roden-Corrent
It is not uncommon to want to scroll to the most recently added child of a ScrollContainer (e.g. a chat box or activity log). This is a little tricky, since `ensure_control_visible` will not work on a node on the same frame as you add it. Let's at least document that you need to wait until the next frame. Relates to https://github.com/godotengine/godot-proposals/issues/3629. Co-authored-by: Yuri Sizov <pycbouh@users.noreply.github.com>
2021-12-12Fix typo in create_outline error message.Ryan Roden-Corrent
2021-12-12Merge pull request #55852 from jmb462/fix-bad-tooltip-offsetRémi Verschelde