virtualx-engine/editor/plugins/tiles
Yuri Sizov 635b8a1474 Split theme generation logic into several subroutines
This change introduces a new theme configuration struct to be
passed to the aforementioned routines to better control reuse
of styles and definitions in the generator.

Everything not passed and not explicitly shared is scoped so it
is not automatically accessible throughout the routine. This
should ensure that the decision to share styles is a conscious one.

In the future we will try to reduce the number of unique definitions
and share most of it. This PR is a stepping stone on this path.

This also puts the effort into separating redefinitions of
default theme items vs custom types introduced only by the editor.
In a few cases where editor-specific definitions need to reference
default definitions we simply fetch them from the theme. It's not
ideal and hides the dependency a bit, but hopefully these cases
will be abstracted properly in due time.
2024-01-16 11:57:45 +01:00
..
atlas_merging_dialog.cpp Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
atlas_merging_dialog.h Refactor vector editor properties 2023-05-31 00:14:28 +02:00
SCsub
tile_atlas_view.cpp Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
tile_atlas_view.h Draw materials in tile atlas view 2023-06-07 01:03:55 +02:00
tile_data_editors.cpp Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
tile_data_editors.h Add const lvalue ref to container parameters 2024-01-05 14:49:57 -03:00
tile_map_editor.cpp Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
tile_map_editor.h Don't allow transforming scene tiles 2023-09-20 14:10:21 +02:00
tile_proxies_manager_dialog.cpp Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
tile_proxies_manager_dialog.h Refactor vector editor properties 2023-05-31 00:14:28 +02:00
tile_set_atlas_source_editor.cpp Split theme generation logic into several subroutines 2024-01-16 11:57:45 +01:00
tile_set_atlas_source_editor.h Add const lvalue ref to container parameters 2024-01-05 14:49:57 -03:00
tile_set_editor.cpp Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
tile_set_editor.h Support auto create tiles when adding multiple atlases 2023-08-27 10:45:03 -03:00
tile_set_scenes_collection_source_editor.cpp Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
tile_set_scenes_collection_source_editor.h Improve scene tiles workflow 2023-08-18 13:55:30 +02:00
tiles_editor_plugin.cpp Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
tiles_editor_plugin.h Merge pull request #80529 from KoBeWi/unfortunate_fix_is_unfortunate🤦‍♂️ 2023-08-29 12:43:10 +02:00