Files
godot/modules
Fabio Alessandrelli d779b5aa3e [Net] Refactor RPCs, remove RSETs
In this PR:
- Removed rset
- rpc_config can now optionally configure transfer mode
  (reliable/unreliable/ordered) and channel (channels are not actually
  implemented yet.)
- Refactor how the RPC id is computed to minimize the logic in Node and
  scripts that now only needs a single `get_rpc_methods` function.
2021-06-01 17:24:21 +02:00
..
2021-05-25 11:54:28 +01:00
2021-05-29 19:14:52 +01:00
2021-05-20 12:38:56 +02:00
2021-05-25 11:54:28 +01:00
2021-05-31 10:13:09 +02:00
2021-05-25 11:54:28 +01:00
2021-06-01 17:24:21 +02:00
2021-05-25 11:54:28 +01:00
2021-06-01 16:27:54 +02:00
2021-05-25 11:54:28 +01:00
2021-06-01 16:27:54 +02:00
2021-05-25 11:54:28 +01:00
2021-05-20 12:38:56 +02:00
2021-05-20 12:38:56 +02:00