summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Collapse)Author
2019-06-04Fix moving and renaming filesHein-Pieter van Braam-Stewart
This commit fixes several issues related to moving scenes and resources in an open project. * Don't try to reload scenes while not all scenes are updated yet. * Don't use the UndoRedo system to update non-user initiated editor state. * Resave scenes after moving files and updating resource path(s).
2019-05-31Merge pull request #27309 from KoBeWi/main_scene_on_androidRémi Verschelde
Ensure main scene is set when running on device
2019-05-31Ensure main scene is set when running on deviceTomasz Chabora
2019-05-31Fix crash when inherit in rootless unsaved sceneTomasz Chabora
2019-05-30Decrease the editor FPS cap when the window is unfocusedHugo Locurcio
This decreases CPU/GPU usage when the window is unfocused, which can be beneficial to laptop users. This also makes the low-processor mode sleep project setting no longer affect the editor. Instead, two new editor settings now define the duration of sleeping when the editor is focused and unfocused. This closes #24209 and partially addresses #29257.
2019-05-29Merge pull request #29253 from IronicallySerious/remove-duplicate-pluginRémi Verschelde
Remove duplicate audio bus plugin registry
2019-05-28Merge pull request #28789 from mitchcurtis/quick-openRémi Verschelde
Add Quick Open dialog
2019-05-28Remove duplicate audio bus plugin registryTwarit
2019-05-28Add Quick Open dialogMitch Curtis
This dialog searches every Resource-derived file in the project, making it extremely useful for searching everything from audio files to scripts. Unlike the Quick Open Script and Quick Open Scene dialogs, you don't need to think about the type of file you're opening, just its name. Shift + Alt + O was chosen to match the existing shortcuts for Quick Open Scene and Quick Open Script.
2019-05-28Merge pull request #28454 from homer666/popup-centered-maxsizeRémi Verschelde
Add `popup_centered_clamped()` method to Popup
2019-05-24Merge pull request #28907 from dankan1890/contextual_helpRémi Verschelde
ScriptEditor: Changed the shortcut for contextual help in ALT + F1
2019-05-18Merge pull request #28970 from KoBeWi/a_wild_bug_appearedMax Hilbrunner
Fix saving scenes when multi-closing scene tabs
2019-05-18Fix "Open Project Data Folder" in the editorHugo Locurcio
The handling code also had to be moved as this option was moved to the Tools submenu.
2019-05-17Fix saving scenes when multi-closing scene tabsTomasz Chabora
2019-05-16Merge pull request #28587 from Daw11/lanczosMax Hilbrunner
Implement Lanczos image filter
2019-05-15Fix leftover connection to the "Open" signal in FileSystemDockMichael Alexsander Silva Dias
Fixes #28903.
2019-05-15ScriptEditor: Changed the shortcut for contextual help in ALT + F1, to ↵dankan1890
resolve the conflict with the help menu opening shortcut.
2019-05-11Make possible to create inherited scenes via the RMB menu in the FileSystem dockMichael Alexsander Silva Dias
2019-05-08Change empty scene closing on new inherented scene to a better approachMichael Alexsander Silva Dias
2019-05-05Implement Lanczos image filterDaw11
2019-04-30Merge pull request #27707 from Calinou/tweak-message-wordingRémi Verschelde
Improve wording of various messages and make casing more consistent
2019-04-30Add Popup::popup_centered_clamped methodhomer666
- Also replace redundant duplicate code in editor dialogs with calls to popup_centered_clamped()
2019-04-26Limit the size of the Manage Editor Feature Profiles dialogHugo Locurcio
This makes it more readable on large monitors.
2019-04-25Merge pull request #28262 from KoBeWi/gotta_close_them_allRémi Verschelde
Add Close Others/Right/All for scene tabs
2019-04-25Add Close Others/Right/All for scene tabsTomasz Chabora
2019-04-23Save Layout When Scene Is Closed Via Context MenuDixiE
2019-04-21Improve wording of various messages and make casing more consistentHugo Locurcio
This also adds the number of selected projects to the confirmation dialog that appears before removing projects.
2019-04-19Added ability for multiple images to be imported as an atlasJuan Linietsky
This adds support for groups in the import system, which point to a single file. Add property hint for saving files in file field
2019-04-15Save opened scenes when necessaryTomasz Chabora
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
It seems to stay compatible with formatting done by clang-format 6.0 and 7.0, so contributors can keep using those versions for now (they will not undo those changes).
2019-04-08Changes to to feature profile editorJuan Linietsky
Changed "Disable Editor" to "Contextual Editor Enabled" Do not show contextual editors for disabled classes.
2019-04-08Add ability to edit editor feature profilesJuan Linietsky
Allows enabling/disabling parts of the editor and storing/loading profiles for that.
2019-04-07Android now (optionally) builds the template when exportingJuan Linietsky
Added new way to create add-ons Removed old way to create add-ons
2019-04-22Merge pull request #27414 from KoBeWi/drop_the_dirRémi Verschelde
Allow to drop folders onto editor
2019-04-21Merge pull request #27979 from Paulb23/remember_script_stateRémi Verschelde
Restore script editor state between sessions
2019-04-13Restore script editor state between sessionsPaulb23
2019-04-07Merge pull request #26551 from ZahFox/editor-shortcutsRémi Verschelde
New shortcuts for the editor menu items
2019-04-07Merge pull request #27151 from vorabrijesh/updatedRémi Verschelde
Changed default shortcut for opening help menu to (Shift + F1)
2019-04-07Change Help menu shortcut to Shift+F1: Fixes #3786vorabrijesh
2019-04-05Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde
Adds `FALLTHROUGH` macro to specify when a fallthrough is intentional. Can be replaced by `[[fallthrough]]` if/when we switch to C++17. The warning is now enabled by default for GCC on `extra` warnings level (part of GCC's `-Wextra`). It's not enabled in Clang's `-Wextra` yet, but we could enable it manually once we switch to C++11. There's no equivalent feature in MSVC for now. Fixes #26135.
2019-04-03Merge pull request #27238 from ShyRed/cpu2dmaskRémi Verschelde
Add Emission Mask to CPUParticle2D
2019-03-26Allow to drop folders onto editorTomasz Chabora
2019-03-20Revert accidental commitsPedro J. Estébanez
This reverts commit fb37284c027b494ed3ec21124001fcb729f42cc4. This reverts commit 4db0f51b9aa76cfc7649787fe1970af606ce8dab.
2019-03-20Create live view dock [wip]Pedro J. Estébanez
2019-03-19Add Emission Mask to CPUParticle2DShyRed
Add ability to load emission masks to CPUParticle2D.
2019-03-17Fix inherited icons for script classesWill Nations
2019-03-16Merge pull request #26935 from qarmin/show_class_name_icon_in_tabsRémi Verschelde
Show in tabs custom class icons
2019-03-16Make bottom panel only try to hide editors when they're visibleMichael Alexsander Silva Dias
2019-03-11Show in tabs non default class iconsqarmin
2019-03-09Allow class_name scripts to have nested inheritanceGeorge Marques