godot/modules/websocket
Fabio Alessandrelli ca7d572908 [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
- RPC configurations are now dictionaries.
- Script.get_rpc_methods renamed to Script.get_rpc_config.
- Node.rpc[_id] and Callable.rpc now return an Error.
- Refactor MultiplayerAPI to allow extension.
- New MultiplayerAPI.rpc method with Array argument (for scripts).
- Move the default MultiplayerAPI implementation to a module.
2022-07-26 09:31:12 +02:00
..
doc_classes Added set_extra_headers() to WebSocketServer 2022-04-12 17:50:53 +03:00
editor Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
emws_client.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
emws_client.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
emws_peer.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
emws_peer.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
emws_server.cpp Added set_extra_headers() to WebSocketServer 2022-04-12 17:50:53 +03:00
emws_server.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
library_godot_websocket.js Use 3001 instead of 1001 when destroying a websocket. 2022-03-18 10:09:50 -06:00
packet_buffer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_types.cpp Refactor module initialization 2022-05-04 17:34:51 +02:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
remote_debugger_peer_websocket.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
remote_debugger_peer_websocket.h Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
SCsub Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00
websocket_client.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
websocket_client.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
websocket_macros.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
websocket_multiplayer_peer.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
websocket_multiplayer_peer.h [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
websocket_peer.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
websocket_peer.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
websocket_server.cpp Added set_extra_headers() to WebSocketServer 2022-04-12 17:50:53 +03:00
websocket_server.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
wsl_client.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
wsl_client.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
wsl_peer.cpp Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
wsl_peer.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
wsl_server.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
wsl_server.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00