godot/modules/gdnative/include
Fabio Alessandrelli 64b9f30b92 [Net] Rename RPC "puppet" to "auth" (authority). Drop "master".
This commit completely removes the RPC_MODE_MASTER ("master" keyword),
and renames the RPC_MODE_PUPPET to RPC_MODE_AUTHORITY ("auth" keyword).

This commit also renames the "Node.[get|set]_network_master" methods to
"Node.[get|set]_network_authority".

This commit also renames the RPC_MODE_REMOTE constant to RPC_MODE_ANY.

RPC_MODE_MASTER in Godot 3.x meant that a given RPC would be callable by
any puppet peer on the master, while RPC_MODE_PUPPET meant that it would
be callable by the master on any puppet.

Beside proving to be very confusing to the user (referring to where it
could be called instead of who can call it) the RPC_MODE_MASTER is quite
useless. It is almost the same as RPC_MODE_REMOTE (anyone can call) with
the exception that the network master cannot. While this could be useful
to check in some case, in such a function you would anyway need to check
in code who is the caller via get_rpc_sender_id(), so adding the check
there for those rare cases does not warrants a dedicated mode.
2021-08-30 00:54:38 +02:00
..
android Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gdnative Implement native extension system 2021-06-25 17:32:45 -03:00
nativescript [Net] Rename RPC "puppet" to "auth" (authority). Drop "master". 2021-08-30 00:54:38 +02:00
net [Net] Implement RPC channels in MultiplayerAPI. 2021-07-30 17:29:50 +02:00
pluginscript Added support for scripts reporting multiple errors to ScriptTextEditor 2021-06-19 22:20:30 +10:00
text Makes FontData importable resource. 2021-08-27 15:43:18 +03:00
videodecoder GDNative: New core API 2021-01-25 09:28:02 -03:00