summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix behavior of ResourceFormatLoader `CACHE_MODE_REPLACE`"Rémi Verschelde2024-01-091-2/+4
* Merge pull request #72461 from Calinou/editor-renderer-select-mobileRémi Verschelde2024-01-081-2/+14
|\
| * Make the rendering method dropdown also affect mobile if compatibleHugo Locurcio2024-01-031-2/+14
* | Move 3D scene import classes to their own folderAaron Franke2024-01-041-3/+4
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-7/+7
|\ \ | |/ |/|
| * Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-7/+7
* | Store horizontal and vertical split offsets separately in FileSystem dockVedat Gunel2023-12-251-4/+10
* | Merge pull request #85887 from YuriSizov/editor-enforce-min-windowYuri Sizov2023-12-201-1/+3
|\ \
| * | Correctly enforce minimum window size in editorYuri Sizov2023-12-201-1/+3
* | | Improve editing of min/max particle propertieskobewi2023-12-201-0/+5
|/ /
* | Merge pull request #85000 from bruvzg/ed_ui_directionYuri Sizov2023-12-191-0/+4
|\ \
| * | [Editor] Add option to override editor UI layout direction.bruvzg2023-11-171-0/+4
* | | Merge pull request #86008 from Delsin-Yu/4.2Yuri Sizov2023-12-181-1/+1
|\ \ \
| * | | Correctly free relevant scripts when closing scene tabsDE-YU2023-12-181-1/+1
| | |/ | |/|
* | | Merge pull request #83987 from bruvzg/macos_window_and_helpYuri Sizov2023-12-181-2/+21
|\ \ \ | |/ / |/| |
| * | [macOS] Add default Window and Help menus, allow special menu customization.bruvzg2023-12-131-2/+21
* | | Merge pull request #86129 from TheSofox/color-picker-memoryYuri Sizov2023-12-141-2/+3
|\ \ \
| * | | Remember last 'color_mode' and 'picker_shape' in 'ColorPicker's in the editorSofox2023-12-141-2/+3
| |/ /
* | | Merge pull request #85387 from jsjtxietian/fix-forward-plus-crashYuri Sizov2023-12-141-29/+42
|\ \ \ | |/ / |/| |
| * | Use render method from OS in compositor RD; Update related UIjsjtxietian2023-12-141-29/+42
* | | Fix referring to ResourceImporterScene static importers via instancesAaron Franke2023-12-111-3/+3
* | | Merge pull request #82899 from aaronfranke/import-settings-dialogsRémi Verschelde2023-12-121-3/+3
|\ \ \ | |/ / |/| |
| * | Rename ImportSettings dialogs to have "Dialog" in the nameAaron Franke2023-11-261-3/+3
* | | Merge pull request #85885 from YuriSizov/bench-pressingYuri Sizov2023-12-081-5/+6
|\ \ \
| * | | Improve engine startup/shutdown benchmarksYuri Sizov2023-12-081-5/+6
* | | | Merge pull request #85819 from Malcolmnixon/export-android-build-templateYuri Sizov2023-12-081-1/+5
|\ \ \ \
| * | | | Add option to install android build template for exportMalcolm Nixon2023-12-081-1/+5
| |/ / /
* | | | Merge pull request #84167 from SaracenOne/cache_mode_replace_fixesYuri Sizov2023-12-081-4/+2
|\ \ \ \
| * | | | Fix CACHE_MODE_REPLACESaracen2023-11-151-4/+2
* | | | | Merge pull request #84122 from kitbdev/fix-dock-visibilityYuri Sizov2023-12-081-119/+35
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix dock visibility issueskit2023-10-301-119/+35
* | | | | Merge pull request #85271 from YuriSizov/core-check-please!Rémi Verschelde2023-12-041-3/+3
|\ \ \ \ \
| * | | | | Correctly check scripts that must inherit `EditorPlugin`Yuri Sizov2023-11-231-3/+3
| | |_|/ / | |/| | |
* / | | | [Editor] Save and restore previous window mode when toggling full-screen.bruvzg2023-11-271-2/+7
|/ / / /
* | | | Rework the surface upgrade tool to inform users without blockingYuri Sizov2023-11-221-6/+6
* | | | Avoid saving scene while already saving the scenekobewi2023-11-201-0/+6
* | | | Prevent the surface upgrade tool from running during exportYuri Sizov2023-11-201-0/+11
| |_|/ |/| |
* | | Merge pull request #84927 from bruvzg/macos_ext_frame_updRémi Verschelde2023-11-161-0/+1
|\ \ \ | |_|/ |/| |
| * | [macOS] Process events before changing title style to update window frame.bruvzg2023-11-151-0/+1
* | | Merge pull request #83104 from jsjtxietian/fix-crash-when-reimport-animation-...Rémi Verschelde2023-11-151-0/+6
|\ \ \ | |/ / |/| |
| * | Fix Editor crash when re-importing GLTF while animation is playingjsjtxietian2023-11-151-0/+6
* | | Save scene when saving built-in resourcekobewi2023-11-131-0/+9
|/ /
* | Preserve the output from the gradle build commandFredia Huya-Kouadio2023-11-121-1/+4
* | Scan the filesystem in the first frame when using headless modeclayjohn2023-11-071-0/+8
* | Merge pull request #84200 from clayjohn/surface-upgrade-tool-reworkRémi Verschelde2023-11-011-4/+29
|\ \
| * | Overhaul the SurfaceUpgradeToolclayjohn2023-11-011-4/+29
* | | Disconnect `EditorNode` from file dialogs on destructionYuri Sizov2023-11-011-0/+11
|/ /
* | Make remote inspector groups not foldablekobewi2023-10-311-4/+2
* | Merge pull request #83576 from raulsntos/fix-80883Rémi Verschelde2023-10-301-7/+3
|\ \
| * | Enable new addon after hiding ProjectSettingsRaul Santos2023-10-181-7/+3