godot/modules/mono/mono_gd
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
..
support Replace remaining uses of NULL with nullptr 2021-04-29 11:53:27 +02:00
android_mono_config.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono.cpp Rename instance()->instantiate() when it's a verb 2021-06-19 20:49:18 -06:00
gd_mono.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_assembly.cpp Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
gd_mono_assembly.h Add C# source generator for a new ScriptPath attribute 2021-03-06 21:50:32 +01:00
gd_mono_cache.cpp [Net] Single rpc annotation. "sync" no longer part of mode. 2021-07-20 11:17:59 +02:00
gd_mono_cache.h [Net] Single rpc annotation. "sync" no longer part of mode. 2021-07-20 11:17:59 +02:00
gd_mono_class.cpp C # mono supports Unicode code 2021-01-19 21:44:07 +08:00
gd_mono_class.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_field.cpp Rename Quat to Quaternion 2021-06-04 18:14:32 +01:00
gd_mono_field.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_header.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_internals.cpp Redo how instance bindings work 2021-07-08 17:08:12 -03:00
gd_mono_internals.h Added mono_unhandled_exception call to unhandled_exception hook 2021-03-08 12:57:50 +01:00
gd_mono_log.cpp Merge pull request #49123 from aaronfranke/it-is-time 2021-06-12 22:55:25 +02:00
gd_mono_log.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
gd_mono_marshal.cpp Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
gd_mono_marshal.h Rename Quat to Quaternion 2021-06-04 18:14:32 +01:00
gd_mono_method.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_method.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_method_thunk.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_property.cpp C # mono supports Unicode code 2021-01-19 21:44:07 +08:00
gd_mono_property.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_utils.cpp Redo how instance bindings work 2021-07-08 17:08:12 -03:00
gd_mono_utils.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
gd_mono_wasm_m2n.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
gd_mono_wasm_m2n.h C#: Fix double casting in wasm m2n trampolines 2021-04-17 05:45:52 +02:00
i_mono_class_member.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
managed_type.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
managed_type.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00