1
0
Fork 0
godot/editor
Thaddeus Crews 57719ca9e2
Merge pull request #108708 from Rindbee/fix-wrong-node-path-when-Reparent-to-New-Node
Fix the absolute `NodePath` was calculated incorrectly when "Reparent to New Node"
2025-07-23 13:27:00 -05:00
..
animation Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
asset_library Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
audio Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
debugger Fix debugger immediate disconnect 2025-07-18 15:12:37 -07:00
doc Disable tooltip fitting if FEATURE_SELF_FITTING_WINDOWS is available 2025-07-15 11:44:56 +02:00
docks Merge pull request #108708 from Rindbee/fix-wrong-node-path-when-Reparent-to-New-Node 2025-07-23 13:27:00 -05:00
export Fix editor one-click icons not showing. 2025-07-21 12:18:44 +03:00
file_system Calculate md5 of import files when cache is missing. Prevents "forced" reimport 2025-07-17 19:26:21 +03:00
gui Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
icons Allow toggling UID display in path properties 2025-06-16 15:46:50 +02:00
import Fix allow any descendant to be used as a Root Type in Scene Import 2025-07-20 15:27:05 -06:00
inspector Merge pull request #108721 from Giganzo/hidden-scrollbar 2025-07-22 11:20:07 -05:00
plugins Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
project_manager Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
project_upgrade Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
run Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
scene [SpriteFramesEditor] Decompress texture before auto slicing sprite sheet. 2025-07-17 10:51:44 +03:00
script Fix some Text Editor theme issues and clean up 2025-07-15 13:43:30 -04:00
settings Merge pull request #108570 from syntaxerror247/reduce-gizmo-scale 2025-07-22 11:20:11 -05:00
shader Add minimum scale to shader list 2025-07-15 15:01:52 +05:30
themes Fix some Text Editor theme issues and clean up 2025-07-15 13:43:30 -04:00
translations Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
version_control Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
SCsub Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_builders.py
editor_data.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_data.h
editor_interface.compat.inc
editor_interface.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_interface.h Revert "Rework scene preview thumbnails" 2025-06-21 00:05:57 +02:00
editor_log.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_log.h
editor_main_screen.cpp Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
editor_main_screen.h
editor_node.cpp Merge pull request #108651 from Alex2782/fix_save_confirmation 2025-07-22 11:20:06 -05:00
editor_node.h Prompt to save modified scene missing when quitting editor with running project. 2025-07-16 15:44:08 +02:00
editor_string_names.h
editor_undo_redo_manager.compat.inc
editor_undo_redo_manager.cpp
editor_undo_redo_manager.h
register_editor_types.cpp Move remaining 3D files to 3D folder and move physics gizmos to their own physics folder. 2025-07-11 18:46:13 +03:00
register_editor_types.h
template_builders.py