index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
multiplayer
/
scene_replication_interface.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-3
/
+2
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-4
/
+4
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-1
/
+1
*
Remove word duplicates in comments and strings, and fix casing and punctuation
Robert Yevdokimov
2024-02-23
1
-1
/
+1
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
Merge pull request #87186 from Faless/mp/fix_remote_sync_cleanup
Rémi Verschelde
2024-02-03
1
-0
/
+1
|
\
|
*
[MP] Fix remote net ID cleanup
Fabio Alessandrelli
2024-01-14
1
-0
/
+1
*
|
[MP] Fix spawned nodes not working after reset
Fabio Alessandrelli
2024-01-14
1
-4
/
+5
|
/
*
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-2
/
+2
*
[MP] Optimize internal SceneReplicationConfig access
Fabio Alessandrelli
2023-10-10
1
-8
/
+8
*
[MP] Avoid unnecessary internal ref/unrefs
Fabio Alessandrelli
2023-10-10
1
-5
/
+5
*
[MP] Optimize internal authority checks
Fabio Alessandrelli
2023-10-10
1
-8
/
+14
*
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-14
/
+14
*
[MP] Fix crash when sending multiple delta variants.
Fabio Alessandrelli
2023-06-11
1
-0
/
+1
*
[MP] Implement "watched" properties.
Fabio Alessandrelli
2023-05-24
1
-27
/
+155
*
Minor typo and docs URL fixes
Rémi Verschelde
2023-02-28
1
-1
/
+1
*
[MP] Add a "synchronized" signal to MultiplayerSynchronized.
Fabio Alessandrelli
2023-02-20
1
-0
/
+1
*
Fix multiplayer replication crash in on_sync_receive.
baptr
2023-02-14
1
-2
/
+4
*
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
1
-1
/
+1
*
[MP] Fix nested spawning during "ready".
Fabio Alessandrelli
2023-01-17
1
-6
/
+42
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
[MP] RPC visibility.
Fabio Alessandrelli
2022-11-20
1
-2
/
+41
*
[MP] Initial replication profiler.
Fabio Alessandrelli
2022-11-19
1
-0
/
+19
*
[MP] Improve network profiler.
Fabio Alessandrelli
2022-11-17
1
-5
/
+0
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-1
/
+1
*
Merge pull request #67445 from Zylann/rename_queue_delete
Rémi Verschelde
2022-10-31
1
-2
/
+2
|
\
|
*
Rename queue_delete => queue_free
Marc Gilleron
2022-10-24
1
-2
/
+2
*
|
[MP] Let MultiplayerAPI handle packet relaying and peer signaling.
Fabio Alessandrelli
2022-10-27
1
-2
/
+1
|
/
*
Fix MultiplayerSynchronizer peer visibility
Wei Guo
2022-10-16
1
-3
/
+3
*
[MP] Allow multiple synchronizers per node.
Fabio Alessandrelli
2022-10-03
1
-142
/
+296
*
Add Error for synchronizer authority mismatch
Guilherme Sousa
2022-09-30
1
-1
/
+4
*
document multiplayer replication classes, small changes to multiplayer spawner
Nathan Franke
2022-07-30
1
-0
/
+9
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-1
/
+1
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-0
/
+527