index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
io
/
multiplayer_api.cpp
Age
Commit message (
Expand
)
Author
2019-10-25
MultiplayerAPI cleanup cache when peer disconnects
Fabio Alessandrelli
2019-09-25
Added some obvious errors explanations
qarmin
2019-09-05
Add network profiler
jfons
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-06-27
Add default values to the editor help, docs, and generated RST
Bojidar Marinov
2019-05-12
Better handle some self-RSET/RPC in MultiplayerAPI
Fabio Alessandrelli
2019-05-08
Avoid _can_call_mode resetting error message in MultiplayerAPI
Fabio Alessandrelli
2019-04-16
Sender network id is now set to local network id for local rpc calls.
Daniel Eliasinski
2019-04-05
Revert "Properly explain RPC/RSET mode failure."
Rémi Verschelde
2019-04-05
Fix -Wimplicit-fallthrough warnings from GCC 8
Rémi Verschelde
2019-04-03
Properly explain RPC/RSET mode failure.
Fabio Alessandrelli
2019-04-01
Add object encoding param to serialization methods
Fabio Alessandrelli
2019-04-01
Multiplayer API now respects allow_object_decoding
Fabio Alessandrelli
2019-01-15
Don't reset MultiplayerAPI when setting same peer.
Fabio Alessandrelli
2019-01-15
Fix MultiplayerAPI initialization, clear.
Fabio Alessandrelli
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-10-06
Remove redundant "== false" code
Aaron Franke
2018-10-06
Remove redundant "== true" code
Aaron Franke
2018-09-25
Better MultiplayerAPI error logs.
Fabio Alessandrelli
2018-09-25
Skip RPC/RSET when MASTERSYNC and we are master.
Fabio Alessandrelli
2018-09-15
doc: Sync classref with current source
Rémi Verschelde
2018-09-15
Clearly deprecate sync too in favor of remotesync.
Fabio Alessandrelli
2018-09-15
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-07-26
doc: Sync classref with current source
Rémi Verschelde
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-08
MultiplayerAPI::send_bytes transfer mode support.
Fabio Alessandrelli
2018-05-29
New sync RPC modes to match all combinations
Fabio Alessandrelli
2018-05-29
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-26
New sync RPC modes to match all combinations
Fabio Alessandrelli
2018-05-26
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-16
Add missing copyright headers
Guilherme Felipe
2018-05-12
Allow sending raw bytes through MultiplayerAPI
Fabio Alessandrelli
2018-05-08
Internal methods in MultiplayerAPI start with _
Fabio Alessandrelli
2018-03-03
Add new MultiplayerAPI class
Fabio Alessandrelli