1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00
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-02-18 17:12:46 +01:00
2021-02-11 15:44:28 -03: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-01-01 20:19:21 +01:00
2021-05-25 11:54:28 +01:00
2021-06-01 17:24:21 +02:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01: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-03-16 10:54:38 +01:00
2021-01-01 20:19:21 +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