godot/modules/mono/mono_gd
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
..
support Replace remaining uses of NULL with nullptr 2021-04-29 11:53:27 +02:00
android_mono_config.h
gd_mono.cpp Namespaces instead of underscore prefix for binds 2021-08-17 16:10:09 +02:00
gd_mono.h Namespaces instead of underscore prefix for binds 2021-08-17 16:10:09 +02:00
gd_mono_assembly.cpp Use C++ iterators in the Mono module 2021-07-27 02:48:28 +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] Rename RPC constants and annotation arguments. 2021-10-01 18:14:38 +02:00
gd_mono_cache.h [Net] Rename RPC constants and annotation arguments. 2021-10-01 18:14:38 +02:00
gd_mono_class.cpp Use C++ iterators in the Mono module 2021-07-27 02:48:28 +02:00
gd_mono_class.h
gd_mono_field.cpp Rename Quat to Quaternion 2021-06-04 18:14:32 +01:00
gd_mono_field.h
gd_mono_header.h
gd_mono_internals.cpp Merge pull request #47295 from omegachysis/script-bind-mutex 2021-08-24 06:09:43 +02: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 C#: Fix bindings generator for Callable argument default value 2021-08-20 11:18:04 +02:00
gd_mono_marshal.h Rename Quat to Quaternion 2021-06-04 18:14:32 +01:00
gd_mono_method.cpp
gd_mono_method.h
gd_mono_method_thunk.h
gd_mono_property.cpp
gd_mono_property.h
gd_mono_utils.cpp Fix C# native instance bindings after recent re-write 2021-08-16 17:16:36 +02:00
gd_mono_utils.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
gd_mono_wasm_m2n.cpp
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
managed_type.cpp
managed_type.h