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 [MP] Make replication mode an enum + optimizations 2023-08-30 15:00:39 +02:00
editor Reorganize code related to editor theming 2024-01-16 11:57:45 +01:00
config.py
multiplayer_debugger.cpp [MP] Optimize internal SceneReplicationConfig access 2023-10-10 14:42:54 +02:00
multiplayer_debugger.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
multiplayer_spawner.cpp [Modules] Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-09-26 16:44:52 +02:00
multiplayer_spawner.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
multiplayer_synchronizer.cpp Merge pull request #83279 from Faless/mp/fix_delta_indexed 2023-10-13 22:20:21 +02:00
multiplayer_synchronizer.h [MP] Fix synchronizer init and reset 2023-10-13 14:03:40 +02:00
register_types.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
register_types.h
scene_cache_interface.cpp [MP] Optimize multiplayer NodePath caching 2023-10-10 14:42:48 +02:00
scene_cache_interface.h [MP] Optimize multiplayer NodePath caching 2023-10-10 14:42:48 +02:00
scene_multiplayer.cpp [MP] Fix complete_auth notifying the wrong peer 2023-12-17 12:27:24 +01:00
scene_multiplayer.h [MP] Avoid unnecessary internal ref/unrefs 2023-10-10 14:42:54 +02:00
scene_replication_config.cpp [MP] Make replication mode an enum + optimizations 2023-08-30 15:00:39 +02:00
scene_replication_config.h [MP] Make replication mode an enum + optimizations 2023-08-30 15:00:39 +02:00
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 [MP] Avoid unnecessary internal ref/unrefs 2023-10-10 14:42:54 +02:00
scene_rpc_interface.h [MP] Avoid unnecessary internal ref/unrefs 2023-10-10 14:42:54 +02:00
SCsub