summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #80647 from ↵Rémi Verschelde2023-08-171-1/+1
|\ | | | | | | | | | | jsjtxietian/CollisionShape3D-Shape-Size-handles-missing-when-Script-editor-floating Fix 2D/3D viewport context switching issues when script editor is floating
| * fix CollisionShape3D Shape Size handle will missingjsjtxietian2023-08-151-1/+1
| | | | | | | | when Script editor floating
* | Merge pull request #79382 from MewPurPur/better-prepare-scene-context-menuRémi Verschelde2023-08-171-4/+11
|\ \ | | | | | | | | | Disable irrelevant scene tab context menu items
| * | Disable irrelevant scene tab context menu itemsMewPurPur2023-08-041-4/+11
| | |
* | | Add option to allow echo events in menu shortcutsTomasz Chabora2023-08-161-2/+2
| |/ |/|
* | Merge pull request #80377 from YuriSizov/importers-are-made-to-be-aloneRémi Verschelde2023-08-091-8/+4
|\ \ | | | | | | | | | Register and cleanup resource importer singletons in a predictable way
| * | Register and cleanup resource importer singletons in a predictable wayYuri Sizov2023-08-071-8/+4
| | |
* | | Merge pull request #80355 from jcovin293/issue/80347/fix-missing-ellipsisRémi Verschelde2023-08-091-2/+2
|\ \ \ | | | | | | | | | | | | Fix menu items that trigger secondary interface missing ellipsis
| * | | Fix menu items that trigger secondary interface missing ellipsisRandomWalrus132023-08-091-2/+2
| | | | | | | | | | | | | | | | fix #80347
* | | | Merge pull request #80285 from YeldhamDev/just_a_little_bitRémi Verschelde2023-08-091-1/+0
|\ \ \ \ | |/ / / |/| | | | | | | Further separate icon from text of buttons in both editor and default themes
| * | | Further separate icon from text of buttons in both editor and default themesMichael Alexsander2023-08-071-1/+0
| |/ /
* | | Merge pull request #80215 from clayjohn/HDR-2DRémi Verschelde2023-08-081-0/+3
|\ \ \ | |/ / |/| | | | | Add option to enable HDR rendering in 2D
| * | Add option to enable HDR rendering in 2Dclayjohn2023-08-071-0/+3
| | | | | | | | | | | | | | | | | | | | | This is needed to allow 2D to fully make use of 3D effects (e.g. glow), and can be used to substantially improve quality of 2D rendering at the cost of performance Additionally, the 2D rendering pipeline is done in linear space (we skip linear_to_srgb conversion in 3D tonemapping) so the entire Viewport can be kept linear. This is necessary for proper HDR screen support in the future.
* | | Merge pull request #79971 from Calinou/editor-filesystem-dock-expand-favoritesRémi Verschelde2023-08-071-1/+6
|\ \ \ | |/ / |/| | | | | Uncollapse favorites by default in the editor FileSystem dock
| * | Uncollapse favorites by default in the editor FileSystem dockHugo Locurcio2023-07-281-1/+6
| | |
* | | Avoid crash on exiting due to late printsPedro J. Estébanez2023-08-021-0/+6
| | |
* | | Merge pull request #80089 from AThousandShips/editor_settings_fixRémi Verschelde2023-08-021-1/+0
|\ \ \ | | | | | | | | | | | | Fix API hash related crash in `EditorSettings`
| * | | Fix API hash related crash in `EditorSettings`Ninni Pipping2023-07-311-1/+0
| |/ /
* | | Merge pull request #79852 from YeldhamDev/that_was_getting_annoyingYuri Sizov2023-08-011-4/+10
|\ \ \ | | | | | | | | | | | | Fix usability issues with scene tabs
| * | | Fix some issues with scene tabsMichael Alexsander2023-07-301-4/+10
| |/ / | | | | | | | | | | | | - Stop scene creation on double-click when hovering the offset buttons. - Fix the "Add Scene" button's position on RTL mode.
* | | Merge pull request #79945 from hvarga/fix-current-scene-updateYuri Sizov2023-07-311-5/+4
|\ \ \ | | | | | | | | | | | | Fix out of bounds access when updating current scene
| * | | Fix current-scene updateHrvoje Varga2023-07-271-5/+4
| | | |
* | | | Merge pull request #79917 from hvarga/fix-scene-tab-closeYuri Sizov2023-07-311-1/+3
|\ \ \ \ | |_|/ / |/| | | | | | | Fix crash when using "Close All Tabs"
| * | | Fix scene tab closeHrvoje Varga2023-07-271-1/+3
| |/ /
* | | Merge pull request #79908 from YeldhamDev/output_icon_spaceYuri Sizov2023-07-271-0/+1
|\ \ \ | | | | | | | | | | | | Fix spacing between icon and "Output" button
| * | | Fix spacing between icon and "Output" buttonMichael Alexsander2023-07-261-0/+1
| |/ /
* | | Merge pull request #79203 from KoBeWi/visible_confusionYuri Sizov2023-07-261-2/+12
|\ \ \ | | | | | | | | | | | | Don't grab theme icons for scripts
| * | | Don't grab theme icons for scriptskobewi2023-07-211-2/+12
| | | |
* | | | Merge pull request #78827 from Rindbee/fix-history-mismatchYuri Sizov2023-07-261-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | Fix history mismatch
| * | | | Fix history mismatchRindbee2023-07-111-0/+3
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Set the properties of the resource's proxy instead of setting the resource's properties directly. (For action "Set ...") Update the path of the edited scene when saving the scene. (For action "Add atlas source")
* | | | Merge pull request #78615 from RandomShaper/fix_doc_cacheYuri Sizov2023-07-261-1/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | Re-enable docs cache with fixes
| * | | Re-enable docs cache with fixesPedro J. Estébanez2023-07-051-1/+2
| |/ /
* | | Merge pull request #79793 from trollodel/hide_make_floating_swmYuri Sizov2023-07-251-1/+1
|\ \ \ | | | | | | | | | | | | Make the single window mode check more strict
| * | | Make the single window mode check more stricttrollodel2023-07-221-1/+1
| | | | | | | | | | | | | | | | Check the "interface/editor/single_window_mode" editor settings.
* | | | Merge pull request #79492 from ↵Yuri Sizov2023-07-251-0/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | dsnopek/gdextension-remove-editor-plugins-at-shutdown Prevent GDExtensions from trying to remove editor plugins at shutdown
| * | | Prevent GDExtensions from trying to remove editor plugins at shutdownDavid Snopek2023-07-141-0/+3
| | | |
* | | | Merge pull request #79396 from Sauermann/fix-systeminfo-displayserverYuri Sizov2023-07-211-0/+8
|\ \ \ \ | |_|_|/ |/| | | | | | | Include display server type in "Copy System Info"
| * | | Include Display Server Type in Copy System InfoMarkus Sauermann2023-07-161-0/+8
| | | | | | | | | | | | | | | | Add info about X11 or Wayland to System Information on LinuxBSD.
* | | | Re-architect how Android plugins are packaged and handled at export timeFredia Huya-Kouadio2023-07-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous packaging format for Godot Android plugins consisted of the plugin's `gdap` config file accompanied by binaries defined in the `gdap` file. This format is now deprecated (starting with Godot 4.2), and instead Godot Android plugins are now packaged as `EditorExportPlugin` plugins. The `EditorExportPlugin` class has been updated with the following methods to provide the necessary set of functionality: - `_supports_platform`: returns true if the plugin supports the given platform - `_get_android_dependencies`: retrieve the set of android dependencies (e.g: `org.godot.example:my-plugin:0.0.0`) provided by the plugin - `_get_android_dependencies_maven_repos`: retrieve the urls of the maven repos for the provided android dependencies - `_get_android_libraries`: retrieve the local paths of the android libraries (AAR files) provided by the plugin - `_get_android_manifest_activity_element_contents`: update the contents of the `<activity>` element in the generated Android manifest - `_get_android_manifest_application_element_contents`: update the contents of the `<application>` element in the generated Android manifest - `_get_android_manifest_element_contents`: update the contents of the `<manifest>` element in the generated Android manifest
* | | | Check for unsaved changes when closing a scenekobewi2023-07-181-13/+39
| | | |
* | | | Add `_get_unsaved_status()` method to EditorPluginkobewi2023-07-181-0/+26
| | | |
* | | | Merge pull request #79416 from sepTN/fix-copy-system-infoYuri Sizov2023-07-181-5/+6
|\ \ \ \ | | | | | | | | | | | | | | | Fix rendering driver in Copy System Info for the Compatibility rendering method
| * | | | Fix Copy System Info to copy the correct rendering driver for the ↵Septian2023-07-181-5/+6
| | | | | | | | | | | | | | | | | | | | Compatibility rendering method
* | | | | Unify and streamline connecting to Resource changeskobewi2023-07-171-1/+1
| |_|/ / |/| | |
* | | | Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+2
|/ / /
* / / Add missing word to text of the alert dialogWiseNoodle2023-07-121-1/+1
|/ /
* / Collapse bottom panel if there is no active tabkobewi2023-07-051-5/+13
|/
* Improve script icon cachekobewi2023-06-261-17/+1
|
* Handle contextual editors gracefully when restoring layoutYuri Sizov2023-06-231-1/+8
|
* Revert "Remember only permanent bottom tabs"Yuri Sizov2023-06-231-4/+3
| | | | This reverts commit 5dde57e95827806101cede5d46391f2bd4b9150c.