COMMITS
/ editor/script/editor_script.cpp March 12, 2026
R
Remove unused includes in `editor` with clangd-tidy
Rémi Verschelde committed
February 25, 2026
T
Style: Add `class_db.h` includes explicitly
Thaddeus Crews committed
August 5, 2025
R
Deprecate `get_scene()` in `EditorScript` class
robert yevdokimov committed
July 28, 2025
R
Relocate `add_root_node` method to `EditorInterface` from `EditorScript` and deprecate old method
robert yevdokimov committed
June 10, 2025
A
Editor: Restructure editor code
A Thousand Ships committed