summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #73981 from stmSi/fix-filter-files-shortcut-input-not-hand...Rémi Verschelde2023-10-301-0/+1
|\ \ \ | |_|/ |/| |
| * | Fix Filter Files shortcut input is not properly handlingstmSi2023-02-261-0/+1
* | | Merge pull request #82471 from SaracenOne/recache_bone_attachmentRémi Verschelde2023-10-301-1/+24
|\ \ \
| * | | Reimport bone attachment fixes:Saracen2023-10-271-1/+24
* | | | Merge pull request #83498 from SaracenOne/mesh_unwrap_rulesRémi Verschelde2023-10-281-9/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Mesh instance UV2 unwrapping improvements:Saracen2023-10-281-9/+5
* | | | Merge pull request #84048 from SaracenOne/extra_readonly_infoRémi Verschelde2023-10-271-11/+5
|\ \ \ \
| * | | | Add read-only info to resource embedded in other scenes.Saracen2023-10-271-11/+5
| |/ / /
* / / / Use Hashset for dependency list when movingJordyfel2023-10-251-2/+9
|/ / /
* | | Merge pull request #81167 from bitsawer/fix_sdfgi_editor_changeRémi Verschelde2023-10-251-0/+4
|\ \ \
| * | | Reset SDFGI when changing editor scene tabsbitsawer2023-08-301-0/+4
* | | | Merge pull request #83695 from YuriSizov/core-lock-and-keyRémi Verschelde2023-10-241-1/+4
|\ \ \ \
| * | | | Improve threading in ClassDB and EditorHelpYuri Sizov2023-10-201-1/+4
* | | | | Merge pull request #83613 from clayjohn/surface_upgrade_toolRémi Verschelde2023-10-241-1/+10
|\ \ \ \ \
| * | | | | Implementation of tool to automatically upgrade and re-save meshesclayjohn2023-10-231-1/+10
| | |_|_|/ | |/| | |
* | | | | Fix tab dragging issueskit2023-10-221-8/+2
| |/ / / |/| | |
* | | | Clean up some Editor, OpenXR, VideoStream codeYuri Sizov2023-10-201-29/+27
* | | | Merge pull request #83512 from zaevi/fix_remove_from_floating_dockRémi Verschelde2023-10-201-0/+8
|\ \ \ \
| * | | | Editor: Fix `remove_control_from_dock` fails when dock is floating.Zae2023-10-181-0/+8
* | | | | Fix StringName leaks in GDExtension, core, and editor themesYuri Sizov2023-10-181-0/+3
| |/ / / |/| | |
* | | | Merge pull request #83251 from Rindbee/fix-current_edited_scene-wrong-moveRémi Verschelde2023-10-181-2/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Fix saving wrong edited scene state when switching scene tabs风青山2023-10-171-2/+8
* | | | Merge pull request #82742 from kitbdev/empty-dock-layoutRémi Verschelde2023-10-131-5/+8
|\ \ \ \ | |/ / / |/| | |
| * | | fix load floating dock layoutkit2023-10-031-5/+8
* | | | Disable update spinner when debug redraw is activekobewi2023-10-111-1/+1
* | | | Fix dependency menu not showing up if scene failed to load.Saracen2023-10-091-10/+11
* | | | Allow contextual plugins to persist temporarilykobewi2023-10-061-4/+36
* | | | [X11] Add support for using EGL/GLES instead of GLX.bruvzg2023-10-041-1/+1
|/ / /
* | | Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-11/+14
* | | Merge pull request #82347 from SaracenOne/dir_access_checksRémi Verschelde2023-09-261-0/+3
|\ \ \
| * | | Add error checks for DirAccess creation.Saracen2023-09-261-0/+3
* | | | Implement reloading of GDExtensionsDavid Snopek2023-09-251-1/+11
|/ / /
* | | Add Ctrl/CMD+P as a shortcut to quick open files in addition to Shift+Alt+OKevin Cardona2023-09-161-2/+2
* | | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-12/+12
* | | Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-11/+0
* | | Editor: Rearrange "Main Menu > Help" itemsDanil Alexeev2023-09-071-2/+3
* | | Add a theme preview switcher to the 2D viewportYuri Sizov2023-09-061-5/+37
* | | Add theme contexts to various parts of the editorYuri Sizov2023-09-061-138/+141
* | | Check the native base of scripts when resolving iconsYuri Sizov2023-09-061-4/+4
* | | Add EditorStringNames singletonkobewi2023-09-031-84/+85
* | | Merge pull request #80849 from KoBeWi/edit_NOTHINGRémi Verschelde2023-09-021-0/+3
|\ \ \
| * | | Unedit nodes early when closing scene tabkobewi2023-08-211-0/+3
* | | | Merge pull request #80184 from MewPurPur/gray=abstractRémi Verschelde2023-09-011-1/+11
|\ \ \ \
| * | | | Use the gray color for all abstract classesMewPurPur2023-08-311-1/+11
| |/ / /
* | / / Display time of last save in the unsaved changes confirmation editor dialogHugo Locurcio2023-08-311-1/+14
| |/ / |/| |
* | | Merge pull request #75656 from YuriSizov/core-iconic-builtinsRémi Verschelde2023-08-291-1/+1
|\ \ \
| * | | Add a script method to get its class iconYuri Sizov2023-08-241-1/+1
| |/ /
* | | Fix Quick Open not opening binary resourceskobewi2023-08-281-5/+1
* | | Merge pull request #80517 from YuriSizov/tsa-randomly-picked-you-for-mandator...Rémi Verschelde2023-08-281-49/+54
|\ \ \
| * | | Avoid unnecessary inspector updates when loading or switching scenesYuri Sizov2023-08-121-49/+54