godot/modules/gdnative
Fabio Alessandrelli 24a949ea11 [Net] Rename RPC constants and annotation arguments.
any -> any_peer
sync -> call_local
ordered -> unreliable_ordered

Multiplayer.RPC_MODE_ANY -> RPC_MODE_ANY_PEER
Multiplayer.TRANSFER_MODE_ORDERED -> TRANSFER_MODE_UNRELIABLE_ORDERED
2021-10-01 18:14:38 +02:00
..
android Modernize Thread 2021-01-29 12:02:13 +01:00
doc_classes [Net/Docs] Update extensions documentation. 2021-09-24 21:23:43 +02: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 constants and annotation arguments. 2021-10-01 18:14:38 +02:00
nativescript Use range iterators for Map 2021-09-30 15:09:12 -06:00
pluginscript [Net] Move multiplayer to core subdir, split RPCManager. 2021-09-07 11:14:30 +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 [Net/GDNative] Remove GDNative network bits. 2021-09-24 21:23:43 +02:00
gdnative_api.json [Net/GDNative] Remove GDNative network bits. 2021-09-24 21:23:43 +02:00
gdnative_builders.py [Net/GDNative] Remove GDNative network bits. 2021-09-24 21:23:43 +02:00
gdnative_library_editor_plugin.cpp Use range iterators for Map 2021-09-30 15:09:12 -06: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
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
register_types.cpp [Net/GDNative] Remove GDNative network bits. 2021-09-24 21:23:43 +02:00
register_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub [Net/GDNative] Remove GDNative network bits. 2021-09-24 21:23:43 +02:00