summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-09Improve Scene Tree Dock's Node filter (Allow multiple terms & more)Micky
- Allows more than one parameter to be passed in the "Filter Node" search box, each term separated by spaces. - Grays out any parent Node not matching the search, but still having to be there because a child is. - Adds a `group:` filter. It matches any Node belonging to the passed group. If no argument is passed, it matches all Nodes belonging to any group. It also ignores groups used internally, and its alias is `g`.
2022-09-04Merge pull request #65299 from paddy-exe/linear-depth-disable-output-previewRémi Verschelde
Disable Output port preview of Visual Shader nodes using SpatialShader specific built-ins
2022-09-04Merge pull request #65326 from timothyqiu/element-checkClay John
Fix crash when executing `LightmapGIData._set_light_textures_data`
2022-09-04Merge pull request #65024 from yedpodtrzitko/yed/fix-macos-missing-vulkanRémi Verschelde
fix: graceful exit on macOS with missing Vulkan SDK
2022-09-04Fix crash when executing `LightmapGIData._set_light_textures_data`Haoyu Qiu
2022-09-04fix: graceful exit on macOS missing VulkanJiri Suchan
2022-09-03Merge pull request #65301 from KoBeWi/get_serious()Rémi Verschelde
Remove pathed `get_node()` use from scene tree dock
2022-09-03Merge pull request #65283 from bruvzg/reenable_per_pix_transpRémi Verschelde
Re-enable per-pixel transparency support on Linux, macOS, and Windows.
2022-09-03Merge pull request #65296 from raulsntos/dotnet/signal-onceIgnacio Roldán Etcheverry
C#: Connect only once for each signal of a script
2022-09-03Remove pathed get_node() use from scene tree dockkobewi
2022-09-03Merge pull request #65259 from ↵Ignacio Roldán Etcheverry
AlmightyLaxz/dotnet-build_assemblies-double-support Add float arg to build_assemblies.py
2022-09-03Disable Output port preview of Linear Depth Visual Shader nodePatrick
This disables the output port preview of the node because it's enabled preview caused a shader compilation error
2022-09-03C#: Connect only once for each signal of a scriptRaul Santos
Since the list of signals in `CSharpScript::event_signals` retrieved from calling `ScriptManagerBridge.UpdateScriptClassInfo` already includes the signals from base scripts there is no need to iterate the hierarchy again on `CSharpInstance::connect_event_signals`.
2022-09-03Merge pull request #65111 from MatthewZelriche/DroppedXEventFixRémi Verschelde
Fix dropped XEvents early in main window lifetime.
2022-09-04Add float arg to build_assemblies.pyAlmighty Laxz
2022-09-03Merge pull request #65284 from MJacred/docs/vector4iRémi Verschelde
Document Vector4i
2022-09-03Merge pull request #65285 from YuriSizov/window-theme-change-is-imminentRémi Verschelde
Un-defer the initial theme changed notification in `Window`
2022-09-03Merge pull request #63026 from Xwdit/improve_scene_tree_timerRémi Verschelde
Some improvements to the SceneTreeTimer
2022-09-03Re-enable per-pixel transparency support on Linux, macOS, and Windows (for ↵bruvzg
Vulkan and OpenGL rendering drivers).
2022-09-03Document Vector4iMJacred
2022-09-03Un-defer the initial theme changed notification in WindowYuri Sizov
2022-09-03Merge pull request #65279 from Rindbee/fix-Skeleton3DEditor-crashRémi Verschelde
Fix Skeleton3DEditor crash
2022-09-03Some improvements to the SceneTreeTimerXwdit
2022-09-03Fix Skeleton3DEditor crashRindbee
2022-09-02Merge pull request #65267 from Calinou/cameraserver-print-verboseRémi Verschelde
2022-09-02Use verbose prints when registering cameras in CameraServerHugo Locurcio
This prevents lines from being printed every time the editor or project starts in the editor Output log.
2022-09-02Merge pull request #65250 from YuriSizov/theme-owner-risesRémi Verschelde
2022-09-02Merge pull request #65181 from fire-forge/corner-detailsRémi Verschelde
2022-09-02Merge pull request #65256 from RedMser/unrounds-your-cornersRémi Verschelde
2022-09-02Merge pull request #65264 from MewPurPur/all-hail-icon-annotationRémi Verschelde
2022-09-02Merge pull request #65248 from Mickeon/docs-improve-icons-non-breaking-spaceRémi Verschelde
2022-09-02Merge pull request #65260 from Calinou/doc-audio-input-permissionsRémi Verschelde
2022-09-02Merge pull request #59589 from Calinou/rename-or-lesser-range-property-hintRémi Verschelde
2022-09-02Un-defer the initial theme changed notificationYuri Sizov
Co-authored-by: Rindbee <idleman@yeah.net>
2022-09-02Add ThemeOwner type for managing theme propagation and lookupYuri Sizov
2022-09-02Merge pull request #65251 from AlmightyLaxz/fix-real_t-double-csharp-compilingIgnacio Roldán Etcheverry
Fixed GodotSharp build failing when real_t is double
2022-09-02Merge pull request #65115 from raulsntos/linux/dark-modeRémi Verschelde
2022-09-02Remove old syntax for custom class iconVolTer
2022-09-02Merge pull request #64917 from Tim-Fronsee/fix/add-gutter-total-widthRémi Verschelde
2022-09-02Merge pull request #65261 from YuriSizov/property-MUST-revertRémi Verschelde
2022-09-02Fix property revert logic in the sectioned inspectorYuri Sizov
Co-authored-by: derammo <817160+derammo@users.noreply.github.com>
2022-09-02Improve documentation related to audio input permissionsHugo Locurcio
2022-09-02Rename `or_lesser` range property hint to `or_less`Hugo Locurcio
"less" should be used for quantity, rather than "lesser". Existing scripts that use `or_lesser` in `_get_property_list()` will need to be updated to account for this change.
2022-09-02EditorTheme: Remove rounded corners for all popupsRedMser
Expands #59045 to apply to all kinds of popups, since they all render as separate windows.
2022-09-02Merge pull request #65249 from Chaosus/revert_array_paramYuri Rubinsky
2022-09-02Revert usage of typed array in `add_surface_from_arrays` parametersYuri Rubinsky
2022-09-03Fixed build failing when REAL_T double and dotnet enabledAlmighty Laxz
2022-09-02Add support for system dark mode (Linux)Raul Santos
- Use `org.freedesktop.appearance color-scheme` to support system dark mode.
2022-09-02Improve Docs' inheritance tree icons on newlineMicky
Uses a Non-Breaking Space to prevent the icon from detaching from the name on newline, improving the look considerably.
2022-09-02Merge pull request #64735 from KoBeWi/viewportshifterRémi Verschelde