godot/modules/gdnative
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 Modernize Thread 2021-01-29 12:02:13 +01:00
doc_classes Adding GDExtension support to XRInterface 2021-08-26 23:24:44 +10:00
gdnative Refactors the memnew_placement. 2021-08-13 10:18:34 +02:00
icons Optimize SVG using svgcleaner --multipass 2020-10-25 10:02:37 +01:00
include [Net] Rename RPC "puppet" to "auth" (authority). Drop "master". 2021-08-30 00:54:38 +02:00
nativescript Remove underscore hacks 2021-08-17 16:10:28 +02:00
net [Net] Implement RPC channels in MultiplayerAPI. 2021-07-30 17:29:50 +02:00
pluginscript Implement inherits_script() for NativeScript and PluginScript 2021-08-02 17:50:50 +02:00
tests Use C++ iterators for Lists in many situations 2021-07-23 17:38:28 -04:00
text Fix double named size parameter 2021-08-28 13:30:43 +10:00
videodecoder Implement the ability to disable classes 2021-07-13 09:25:14 -03:00
config.py Adding GDExtension support to XRInterface 2021-08-26 23:24:44 +10:00
gdnative.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
gdnative.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
gdnative_api.json Makes FontData importable resource. 2021-08-27 15:43:18 +03:00
gdnative_builders.py Adding GDExtension support to XRInterface 2021-08-26 23:24:44 +10:00
gdnative_library_editor_plugin.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
gdnative_library_editor_plugin.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
gdnative_library_singleton_editor.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gdnative_library_singleton_editor.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_types.cpp Adding GDExtension support to XRInterface 2021-08-26 23:24:44 +10:00
register_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub [Complex Text Layouts] Implement GDNative interface for TextServer. 2020-11-26 13:55:29 +02:00