summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-04Update the editor display scale based on the device's scaled densityFredia Huya-Kouadio
2022-04-04Merge pull request #59861 from m4gr3d/enable_resizable_mainRémi Verschelde
2022-04-04Update `resize` settings:Fredia Huya-Kouadio
- Unlock resizing for the Godot Editor - Add an option to specify whether a game is resizeable for the Godot template
2022-04-04Merge pull request #59819 from YeldhamDev/fixing_the_thing_nobody_usesRémi Verschelde
Fix creation and reopening of built-in scripts
2022-04-04Merge pull request #59854 from Zylann/fix_blender_import_non_initialized_varsRémi Verschelde
Initialize pointer variables to fix random crash on startup.
2022-04-04Merge pull request #59856 from KoBeWi/touching_spamRémi Verschelde
Fix TouchScreenButton error spam
2022-04-04Merge pull request #59800 from bruvzg/osx_1014_crash_fixRémi Verschelde
[macOS] Add bundle launch code for older (pre 10.15) macOS versions.
2022-04-04Merge pull request #59859 from bruvzg/center_alignRémi Verschelde
Fix center aligned text clipping.
2022-04-04Fix center aligned text clipping.bruvzg
2022-04-04[macOS] Add bundle launch code for older (pre 10.15) macOS versions.bruvzg
2022-04-04Fix TouchScreenButton error spamkobewi
2022-04-03Initialize pointer variables to fix random crash on startup.Marc Gilleron
`configure_blender_dialog` is lazily created if equal to null, however nothing really sets it to null.
2022-04-03Fix creation and reopening of built-in scriptsMichael Alexsander
2022-04-03Merge pull request #59633 from EricEzaM/better-code-complete-updateRémi Verschelde
Improve sorting of Code Completion options.
2022-04-02Merge pull request #59777 from octetdev2/chore-normalize-formattingRémi Verschelde
2022-04-02Merge pull request #59415 from KoBeWi/tween_time()Rémi Verschelde
2022-04-01Merge pull request #59774 from Chaosus/shader_fixYuri Rubinsky
2022-04-01Merge pull request #59791 from fountainment/fix_scroll_zoomRémi Verschelde
2022-04-01Merge pull request #59792 from ↵Rémi Verschelde
Pineapple/audio-channels-count-change-crash-fix-master
2022-04-01Fix crash in AudioServer when switching audio devices with different audio ↵Bartłomiej T. Listwon
channels count (connecting PS5 controller, bluetooth 5.1 headphones etc.)
2022-04-01Merge pull request #59205 from JFonS/color_pass_flagsRémi Verschelde
2022-04-01Merge pull request #59782 from bruvzg/clang_ci_sanRémi Verschelde
2022-04-01Merge pull request #59331 from bartekd97/navigation-agent-layersRémi Verschelde
2022-04-01Merge pull request #59759 from novaplusplus/month_late_typo_fixMax Hilbrunner
Fixing some of my own typos
2022-04-01Improve sorting of Code Completion options.Eric M
Done by ordering options by their location in the code - e.g. local, parent class, global, etc.
2022-04-01Fix that slow mouse wheel scroll has no zoom effect on 2D editorC.Even
* scroll_vec in ViewPanner::gui_input is multiplied by float factors, so it should be a Vector2 rather than Vector2i * Fixes #57423
2022-04-01Add CI build with clang sanitizers, increase stack size to 30 MB for builds ↵bruvzg
with sanitizers.
2022-04-01Add color pass flags to Forward Clustered rendererjfons
This commit removes a lot of enum values related to the color render pass in favor of a new flag-bases approach. This means instead of hard-coding all the possible option combinations into enums, we can write our logic by checking a bit-mask. The changes in rendering_device_vulkan.cpp add support for unused attachments. That means RenderingDeviceVulkan::framebuffer_create() can take null RIDs in the attachments vector, which will result in VK_ATTACHMENT_UNUSED entries in the render pass. This is used in this same PR to establish fixed locations for the color pass attachments (only color and separate specular so far, but TAA will add motion vectors as well). This way the attachment locations in the shader can stay the same regardless of which attachments are actually used. Right now all the combinations of flags are generated, but we will need to add a way to limit the amount of combinations in the future.
2022-04-01Merge pull request #59764 from reduz/blender-import-autodetectRémi Verschelde
2022-04-01Add Blender install autodetection and configuration.reduz
This PR is a continuation to #54886 * Changed Blender path editor setting from binary to installation. * Add a class to query whether the format is supported. * This class allows to create proper editors to configure support. **NOTE**: This PR only provides autodetection on Linux. Code needs to be added for Windows and MacOS to autodetect the Blender installation. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> Co-authored-by: Pedro J. Estébanez <pedrojrulez@gmail.com>
2022-04-01Normalize thirdparty readme formattingCasper Beyer
2022-04-01Merge pull request #59771 from timothyqiu/i18n-theme-propsRémi Verschelde
Extract theme property names for localization
2022-04-01Merge pull request #59769 from fire-forge/fastnoise-group-nameRémi Verschelde
Fix group names in FastNoise and Gradient
2022-04-01Fix shader crashing when attempting to access `length()` at global spaceYuri Roubinsky
2022-04-01Extract theme property names for localizationHaoyu Qiu
2022-03-31Fix group name in FastNoise and GradientFireForge
2022-04-01Merge pull request #59755 from V-Sekai/import-gltf-mat-placeholderRémi Verschelde
2022-03-31Merge pull request #59768 from ConteZero/window_unmaximize_masterRémi Verschelde
2022-03-31Fix X11 is_window_maximizedConteZero
2022-03-31Merge pull request #59712 from Calinou/doc-canvasitem-top-levelRémi Verschelde
2022-03-31Merge pull request #59709 from Sauermann/fix-dragndrop-subviewport-transformRémi Verschelde
2022-03-31Merge pull request #59762 from YeldhamDev/tabc_fixesRémi Verschelde
2022-03-31Merge pull request #59590 from Calinou/rename-print-stray-nodesRémi Verschelde
2022-03-31Merge pull request #59753 from V-Sekai/let-there-be-lightRémi Verschelde
2022-03-31Small fixes for `TabContainer`Michael Alexsander
2022-03-31Fixing some of my own typos...nova++
(and a little improvement to wording that was bugging me)
2022-03-31Merge pull request #59385 from BastiaanOlij/extract_shader_storageRémi Verschelde
2022-03-31Add support for Blend importing of material placeholders.K. S. Ernest (iFire) Lee
Couldn't get the 'NONE' option to work.
2022-03-31Merge pull request #59750 from KoBeWi/commit_farm_seems_still_functional_🤔Rémi Verschelde
2022-03-31Merge pull request #59747 from bruvzg/clang_san_fixesRémi Verschelde