COMMITS
/ editor/editor_interface.cpp March 4, 2026
R
Rename `callable_method_pointer.h` to `callable_mp.h` and include it explicitly
Rémi Verschelde committed
R
Explicitly include `core/config/engine.h` where used
Rémi Verschelde committed
February 26, 2026
R
Decouple RenderingServer from as much of the codebase as possible
Rémi Verschelde committed
February 25, 2026
T
Style: Add `class_db.h` includes explicitly
Thaddeus Crews committed
February 17, 2026
R
Move RenderingServer enums to a dedicated RenderingServerEnums (`RSE`) namespace
Rémi Verschelde committed
February 23, 2026
L
Add `EditorInterface::get_unsaved_scenes()`
LilithSilver committed
May 8, 2024
C
Expose `set_edited` and `is_edited` on EditorInterface
Chris Cranford committed
November 2, 2025
H
Make editor language setting default to Auto
Haoyu Qiu committed
October 1, 2025
T
Merge pull request #109049 from ryevdokimov/deprecate-script-add-root-node
Thaddeus Crews committed
June 5, 2025
A
Rename server "free" functions to "free_rid" to match exposed API
Aaron Franke committed
R
Merge pull request #102313 from daniel080400/generate_scene_thumbnails
Rémi Verschelde committed
September 30, 2025
T
Merge pull request #110156 from aaronfranke/editor-res-filesystem
Thaddeus Crews committed
September 19, 2025
T
Merge pull request #103608 from gr8alpaca/expose_node_3d_snapping
Thaddeus Crews committed
September 1, 2025
A
Fix inconsistent internal name of `get_resource_filesystem`
Aaron Franke committed
July 28, 2025
R
Relocate `add_root_node` method to `EditorInterface` from `EditorScript` and deprecate old method
robert yevdokimov committed
July 30, 2025
M
Prevent generating editor 3D scene preview in headless mode.
Mounir Tohami committed
June 10, 2025
A
Editor: Restructure editor code
A Thousand Ships committed
June 20, 2025
R
Revert "Rework scene preview thumbnails"
Rémi Verschelde committed
May 31, 2025
D
Rework scene preview thumbnails
daniel080400 committed
April 17, 2025
K
Add EditorInterface::close_scene()
KaiN committed
April 10, 2025
T
Core: Use `Math` namespace for constants
Thaddeus Crews committed
March 19, 2025
T
Merge pull request #104376 from ProgrammerOnCoffee/update-workspace-list
Thaddeus Crews committed
March 10, 2025
P
Update workspace list in various files
ProgrammerOnCoffee committed
March 14, 2025
K
Remove TOOLS_ENABLED checks from editor/
kobewi committed
December 28, 2024
L
EditorNode: Add function to load file as scene or resource
Lars Pettersson committed
March 5, 2025
G
Expose 3D editor snap settings to EditorInterface
gr8alpaca committed
October 5, 2024
December 30, 2024
L
Improve script class display in Create dialog
Lazy-Rabbit-2001 committed
August 25, 2024
A
Improve use of `Ref.is_null/valid`
A Thousand Ships committed
December 20, 2024
Y
Remove unused header in editor.
Yufeng Ying committed
March 30, 2024
R
Add inherit parameter to `open_scene_from_path`
Robert Yevdokimov committed
December 12, 2024
L
Add popup_create_dialog() for EditorInterface to create custom create dialog
Lazy-Rabbit-2001 committed
November 29, 2024
D
Check if EditorNode exists
demolke committed
September 3, 2024
S
Generate editor thumbnails on imported scenes.
Saracen committed
November 12, 2024
T
Merge pull request #98680 from jaydensipe/expose-toast-notification-methods
Thaddeus Crews committed
October 30, 2024
J
Expose toast notification methods
Jayden Sipe committed
November 11, 2024
K
Cleanup EditorInterface selectors' code
kobewi committed
November 5, 2024
Y
September 30, 2024
Y
August 19, 2024
K
Extract editor main screen
kit committed
September 1, 2024
C
Pass current value to `EditorInterface` node/property popups
Chris Cranford committed
April 2, 2024
K
Expose EditorUndoRedoManager's clear_history()
kobewi committed
K
Update scene tabs after marking as unsaved
kobewi committed
January 3, 2024
M
Optimise Object's `get_argument_options`
Micky committed
February 8, 2024
R
Merge pull request #81655 from nlupugla/editor-interface-can-popup-dialogs
Rémi Verschelde committed
November 6, 2023
H
Disable multi-window buttons instead of hiding them when support is unavailable
Hugo Locurcio committed
September 13, 2023
N
EditorInterface can popup SceneTreeDialog and PropertySelector.
nlupugla committed
January 15, 2024
Y
Reorganize code related to editor theming
Yuri Sizov committed
January 6, 2024
M
Add autocompletion for a few EditorInterface methods
Micky committed
November 18, 2023
W
Add const references detected by clang-tidy
Wilson E. Alvarez committed