godot/modules/mono
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
..
build_scripts Remove unused code related to Travis CI 2021-07-01 18:02:00 +02:00
doc_classes
editor Add editor keyboard shortcut for Mono Build solution button 2021-09-14 13:13:00 +01:00
glue [Net] Rename RPC constants and annotation arguments. 2021-10-01 18:14:38 +02:00
icons
mono_gd [Net] Rename RPC constants and annotation arguments. 2021-10-01 18:14:38 +02:00
utils Remove `#ifdefs` for handling compilation with Visual Studio < 2015 2021-08-31 20:04:17 +02:00
.editorconfig Add a simple C# .editorconfig 2021-07-23 17:04:53 -04:00
.gitignore
Directory.Build.props Add C# source generator for a new ScriptPath attribute 2021-03-06 21:50:32 +01:00
SCsub
SdkPackageVersions.props C#: Fix ScriptPathAttribute generator with none or nested namespaces 2021-03-13 01:04:59 +01:00
__init__.py
class_db_api_json.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
class_db_api_json.h
config.py
csharp_script.cpp [Net] Rename RPC constants and annotation arguments. 2021-10-01 18:14:38 +02:00
csharp_script.h Improve C# method listing 2021-09-12 19:54:54 +02:00
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 Namespaces instead of underscore prefix for binds 2021-08-17 16:10:09 +02:00
register_types.h
signal_awaiter_utils.cpp
signal_awaiter_utils.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00