godot/modules/mono
Fabio Alessandrelli ddb68f76ff [Net] Single rpc annotation. "sync" no longer part of mode.
- Move the "sync" property for RPCs to RPCConfig.

- Unify GDScript annotations into a single one:
  - `@rpc(master)` # default
  - `@rpc(puppet)`
  - `@rpc(any)` # former `@remote`

- Implement three additional `@rpc` options:
  - The second parameter is the "sync" option (which also calls the
    function locally when RPCing). One of "sync", "nosync".
  - The third parameter is the transfer mode (reliable, unreliable,
    ordered).
  - The third parameter is the channel (unused for now).
2021-07-20 11:17:59 +02:00
..
build_scripts Remove unused code related to Travis CI 2021-07-01 18:02:00 +02:00
doc_classes
editor Optimize StringName usage 2021-07-18 21:20:02 -03:00
glue [Net] Single rpc annotation. "sync" no longer part of mode. 2021-07-20 11:17:59 +02:00
icons
mono_gd [Net] Single rpc annotation. "sync" no longer part of mode. 2021-07-20 11:17:59 +02:00
utils Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io 2021-06-11 16:51:10 +02:00
__init__.py
.gitignore
class_db_api_json.cpp Consolidate JSON, JSONParseResults and JSONParser into JSON 2021-06-19 08:01:40 +01:00
class_db_api_json.h
config.py
csharp_script.cpp [Net] Single rpc annotation. "sync" no longer part of mode. 2021-07-20 11:17:59 +02:00
csharp_script.h Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
Directory.Build.props
godotsharp_defs.h
godotsharp_dirs.cpp Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
godotsharp_dirs.h
managed_callable.cpp
managed_callable.h
mono_gc_handle.cpp
mono_gc_handle.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
register_types.cpp Implement the ability to disable classes 2021-07-13 09:25:14 -03:00
register_types.h
SCsub
SdkPackageVersions.props
signal_awaiter_utils.cpp
signal_awaiter_utils.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00