Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #80647 from ↵ | Rémi Verschelde | 2023-08-17 | 1 | -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 missing | jsjtxietian | 2023-08-15 | 1 | -1/+1 |
| | | | | | | | | when Script editor floating | ||||
* | | Merge pull request #79382 from MewPurPur/better-prepare-scene-context-menu | Rémi Verschelde | 2023-08-17 | 1 | -4/+11 |
|\ \ | | | | | | | | | | Disable irrelevant scene tab context menu items | ||||
| * | | Disable irrelevant scene tab context menu items | MewPurPur | 2023-08-04 | 1 | -4/+11 |
| | | | |||||
* | | | Add option to allow echo events in menu shortcuts | Tomasz Chabora | 2023-08-16 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge pull request #80377 from YuriSizov/importers-are-made-to-be-alone | Rémi Verschelde | 2023-08-09 | 1 | -8/+4 |
|\ \ | | | | | | | | | | Register and cleanup resource importer singletons in a predictable way | ||||
| * | | Register and cleanup resource importer singletons in a predictable way | Yuri Sizov | 2023-08-07 | 1 | -8/+4 |
| | | | |||||
* | | | Merge pull request #80355 from jcovin293/issue/80347/fix-missing-ellipsis | Rémi Verschelde | 2023-08-09 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | Fix menu items that trigger secondary interface missing ellipsis | ||||
| * | | | Fix menu items that trigger secondary interface missing ellipsis | RandomWalrus13 | 2023-08-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | fix #80347 | ||||
* | | | | Merge pull request #80285 from YeldhamDev/just_a_little_bit | Rémi Verschelde | 2023-08-09 | 1 | -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 themes | Michael Alexsander | 2023-08-07 | 1 | -1/+0 |
| |/ / | |||||
* | | | Merge pull request #80215 from clayjohn/HDR-2D | Rémi Verschelde | 2023-08-08 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | | | | Add option to enable HDR rendering in 2D | ||||
| * | | Add option to enable HDR rendering in 2D | clayjohn | 2023-08-07 | 1 | -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-favorites | Rémi Verschelde | 2023-08-07 | 1 | -1/+6 |
|\ \ \ | |/ / |/| | | | | | Uncollapse favorites by default in the editor FileSystem dock | ||||
| * | | Uncollapse favorites by default in the editor FileSystem dock | Hugo Locurcio | 2023-07-28 | 1 | -1/+6 |
| | | | |||||
* | | | Avoid crash on exiting due to late prints | Pedro J. Estébanez | 2023-08-02 | 1 | -0/+6 |
| | | | |||||
* | | | Merge pull request #80089 from AThousandShips/editor_settings_fix | Rémi Verschelde | 2023-08-02 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | | | | | Fix API hash related crash in `EditorSettings` | ||||
| * | | | Fix API hash related crash in `EditorSettings` | Ninni Pipping | 2023-07-31 | 1 | -1/+0 |
| |/ / | |||||
* | | | Merge pull request #79852 from YeldhamDev/that_was_getting_annoying | Yuri Sizov | 2023-08-01 | 1 | -4/+10 |
|\ \ \ | | | | | | | | | | | | | Fix usability issues with scene tabs | ||||
| * | | | Fix some issues with scene tabs | Michael Alexsander | 2023-07-30 | 1 | -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-update | Yuri Sizov | 2023-07-31 | 1 | -5/+4 |
|\ \ \ | | | | | | | | | | | | | Fix out of bounds access when updating current scene | ||||
| * | | | Fix current-scene update | Hrvoje Varga | 2023-07-27 | 1 | -5/+4 |
| | | | | |||||
* | | | | Merge pull request #79917 from hvarga/fix-scene-tab-close | Yuri Sizov | 2023-07-31 | 1 | -1/+3 |
|\ \ \ \ | |_|/ / |/| | | | | | | | Fix crash when using "Close All Tabs" | ||||
| * | | | Fix scene tab close | Hrvoje Varga | 2023-07-27 | 1 | -1/+3 |
| |/ / | |||||
* | | | Merge pull request #79908 from YeldhamDev/output_icon_space | Yuri Sizov | 2023-07-27 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | | | | | Fix spacing between icon and "Output" button | ||||
| * | | | Fix spacing between icon and "Output" button | Michael Alexsander | 2023-07-26 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge pull request #79203 from KoBeWi/visible_confusion | Yuri Sizov | 2023-07-26 | 1 | -2/+12 |
|\ \ \ | | | | | | | | | | | | | Don't grab theme icons for scripts | ||||
| * | | | Don't grab theme icons for scripts | kobewi | 2023-07-21 | 1 | -2/+12 |
| | | | | |||||
* | | | | Merge pull request #78827 from Rindbee/fix-history-mismatch | Yuri Sizov | 2023-07-26 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix history mismatch | ||||
| * | | | | Fix history mismatch | Rindbee | 2023-07-11 | 1 | -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_cache | Yuri Sizov | 2023-07-26 | 1 | -1/+2 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | Re-enable docs cache with fixes | ||||
| * | | | Re-enable docs cache with fixes | Pedro J. Estébanez | 2023-07-05 | 1 | -1/+2 |
| |/ / | |||||
* | | | Merge pull request #79793 from trollodel/hide_make_floating_swm | Yuri Sizov | 2023-07-25 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | Make the single window mode check more strict | ||||
| * | | | Make the single window mode check more strict | trollodel | 2023-07-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Check the "interface/editor/single_window_mode" editor settings. | ||||
* | | | | Merge pull request #79492 from ↵ | Yuri Sizov | 2023-07-25 | 1 | -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 shutdown | David Snopek | 2023-07-14 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge pull request #79396 from Sauermann/fix-systeminfo-displayserver | Yuri Sizov | 2023-07-21 | 1 | -0/+8 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | Include display server type in "Copy System Info" | ||||
| * | | | Include Display Server Type in Copy System Info | Markus Sauermann | 2023-07-16 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | Add info about X11 or Wayland to System Information on LinuxBSD. | ||||
* | | | | Re-architect how Android plugins are packaged and handled at export time | Fredia Huya-Kouadio | 2023-07-18 | 1 | -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 scene | kobewi | 2023-07-18 | 1 | -13/+39 |
| | | | | |||||
* | | | | Add `_get_unsaved_status()` method to EditorPlugin | kobewi | 2023-07-18 | 1 | -0/+26 |
| | | | | |||||
* | | | | Merge pull request #79416 from sepTN/fix-copy-system-info | Yuri Sizov | 2023-07-18 | 1 | -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 ↵ | Septian | 2023-07-18 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | Compatibility rendering method | ||||
* | | | | | Unify and streamline connecting to Resource changes | kobewi | 2023-07-17 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | Extract and reorganize texture resource classes | Hendrik Brucker | 2023-07-14 | 1 | -0/+2 |
|/ / / | |||||
* / / | Add missing word to text of the alert dialog | WiseNoodle | 2023-07-12 | 1 | -1/+1 |
|/ / | |||||
* / | Collapse bottom panel if there is no active tab | kobewi | 2023-07-05 | 1 | -5/+13 |
|/ | |||||
* | Improve script icon cache | kobewi | 2023-06-26 | 1 | -17/+1 |
| | |||||
* | Handle contextual editors gracefully when restoring layout | Yuri Sizov | 2023-06-23 | 1 | -1/+8 |
| | |||||
* | Revert "Remember only permanent bottom tabs" | Yuri Sizov | 2023-06-23 | 1 | -4/+3 |
| | | | | This reverts commit 5dde57e95827806101cede5d46391f2bd4b9150c. |