godot/modules/multiplayer
Yuri Sizov 95b27fe8c7 Reorganize code related to editor theming
This change introduces a new EditorThemeManager class
to abstract theme generatio and its subroutines.

Logic related to EditorTheme, EditorColorMap, and editor
icons has been extracted into their respective files with
includes cleaned up.

All related files have been moved to a separate folder to
better scope them in the project. This includes relevant
generated files as well.
2024-01-16 11:57:45 +01:00
..
doc_classes
editor Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
config.py
multiplayer_debugger.cpp
multiplayer_debugger.h
multiplayer_spawner.cpp
multiplayer_spawner.h
multiplayer_synchronizer.cpp
multiplayer_synchronizer.h
register_types.cpp
register_types.h
scene_cache_interface.cpp
scene_cache_interface.h
scene_multiplayer.cpp [MP] Fix complete_auth notifying the wrong peer 2023-12-17 12:27:24 +01:00
scene_multiplayer.h
scene_replication_config.cpp
scene_replication_config.h
scene_replication_interface.cpp Add const lvalue ref to container parameters 2024-01-05 14:49:57 -03:00
scene_replication_interface.h Add const lvalue ref to container parameters 2024-01-05 14:49:57 -03:00
scene_rpc_interface.cpp
scene_rpc_interface.h
SCsub