.. |
doc_classes
|
Better explanation for the replication interval and delta interval in the MultiplayerSynchronizer node
|
2024-11-15 02:46:10 +02:00 |
editor
|
Use (r)find_char instead of (r)find for single characters
|
2024-11-17 10:02:18 +01:00 |
tests
|
Add unit tests for SceneMultiplayer
|
2024-09-29 21:44:52 -03:00 |
config.py
|
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
|
2022-07-26 09:31:12 +02:00 |
multiplayer_debugger.cpp
|
Replace error checks against size with is_empty
|
2024-02-09 12:50:15 +01:00 |
multiplayer_debugger.h
|
Style: Harmonize header includes in modules
|
2023-06-15 14:35:45 +02:00 |
multiplayer_spawner.cpp
|
Handle scene UIDs in MultiplayerSpawner
|
2024-11-14 23:41:58 +01:00 |
multiplayer_spawner.h
|
Handle scene UIDs in MultiplayerSpawner
|
2024-11-14 23:41:58 +01:00 |
multiplayer_synchronizer.cpp
|
Instantiate a replication config on synchronizer creation
|
2024-06-20 01:14:50 +02:00 |
multiplayer_synchronizer.h
|
Revert "Update Node::get_configuration_warnings signature"
|
2024-02-17 19:03:21 +01:00 |
register_types.cpp
|
Style: Harmonize header includes in modules
|
2023-06-15 14:35:45 +02:00 |
register_types.h
|
One Copyright Update to rule them all
|
2023-01-05 13:25:55 +01:00 |
scene_cache_interface.cpp
|
[MP] Partially revert cache cleanup, track paths as fallback
|
2024-07-31 19:32:32 +02:00 |
scene_cache_interface.h
|
[MP] Partially revert cache cleanup, track paths as fallback
|
2024-07-31 19:32:32 +02:00 |
scene_multiplayer.cpp
|
Core: Integrate Ref::instantiate where possible
|
2024-11-10 12:41:26 -06:00 |
scene_multiplayer.h
|
Set clang-format RemoveSemicolon rule to true
|
2024-10-25 13:49:43 -04:00 |
scene_replication_config.cpp
|
Reduce and prevent unnecessary random-access to List
|
2024-05-04 16:08:55 +02:00 |
scene_replication_config.h
|
[MP] Fix replication config reload error
|
2024-03-03 11:13:00 +01:00 |
scene_replication_interface.cpp
|
Use Core/Scene stringnames consistently
|
2024-05-13 23:41:07 +02:00 |
scene_replication_interface.h
|
Enforce template syntax typename over class
|
2024-03-07 22:39:09 -06:00 |
scene_rpc_interface.cpp
|
SceneRPCInterface: Sort rpc names using StringLikeVariantOrder
|
2024-10-24 14:16:30 -07:00 |
scene_rpc_interface.h
|
SceneRPCInterface: Sort rpc names using StringLikeVariantOrder
|
2024-10-24 14:16:30 -07:00 |
SCsub
|
Add unit tests for SceneMultiplayer
|
2024-09-29 21:44:52 -03:00 |