godot-module-template/editor/script
Rémi Verschelde f5a290ac46
Move RenderingServer enums to a dedicated RenderingServerEnums (RSE) namespace
A number of headers in the codebase included `rendering_server.h` just for
some enum definitions. This means that any change to `rendering_server.h` or
one of its dependencies would trigger a massive incremental rebuild.

With this change, we decouple a number of classes from `rendering_server.h`,
greatly speeding up incremental rebuilds for that area.

On my machine, this reduces incremental compilation time after an edit of
`rendering_server.h` by 60s (from 2m57s).
2026-02-25 19:43:03 +01:00
..
editor_script.cpp Deprecate get_scene() in EditorScript class 2025-10-22 17:03:41 -05:00
editor_script.h Style: Convert *.gen.inc to *.gen.h 2026-02-05 19:47:56 -06:00
editor_script_plugin.cpp Merge pull request #114813 from KoBeWi/harry_POTter 2026-02-25 09:27:34 -06:00
editor_script_plugin.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
find_in_files.cpp Add EditorDock's own DockSlot enum 2026-01-02 13:16:23 +01:00
find_in_files.h Add and adjust more scroll hints in the editor 2025-12-17 11:15:33 -03:00
script_create_dialog.cpp Fix auto-translation of EditorValidationPanel 2026-02-09 13:52:42 +01:00
script_create_dialog.h Remove unused private variables in godot/editor 2025-12-07 02:55:08 -08:00
script_editor_base.cpp Remove unused variable causing warnings 2026-02-23 13:42:11 +01:00
script_editor_base.h Remove unused variable causing warnings 2026-02-23 13:42:11 +01:00
script_editor_plugin.cpp Merge pull request #116658 from Giganzo/navigate-to-script 2026-02-25 09:27:43 -06:00
script_editor_plugin.h Add reload_open_files() to script editor 2026-02-18 17:06:14 -08:00
script_text_editor.cpp Move RenderingServer enums to a dedicated RenderingServerEnums (RSE) namespace 2026-02-25 19:43:03 +01:00
script_text_editor.h Add drag and drop info label 2026-02-12 19:58:08 +03:00
SCsub Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
syntax_highlighters.cpp merge parts of script and text editor 2026-02-02 11:22:25 +01:00
syntax_highlighters.h merge parts of script and text editor 2026-02-02 11:22:25 +01:00
text_editor.cpp merge parts of script and text editor 2026-02-02 11:22:25 +01:00
text_editor.h merge parts of script and text editor 2026-02-02 11:22:25 +01:00