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