virtualx-engine/modules/websocket
Rémi Verschelde 54418ea659 Remove NO_THREADS fallback code, Godot 4 requires thread support
This also removes `OS::can_use_threads` from the public API since it's always
true.
2022-10-03 11:23:26 +02:00
..
doc_classes [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
editor
config.py
emws_client.cpp [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
emws_client.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
emws_peer.cpp [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
emws_peer.h [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
library_godot_websocket.js
packet_buffer.h
register_types.cpp [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
register_types.h
remote_debugger_peer_websocket.cpp [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
remote_debugger_peer_websocket.h Remove NO_THREADS fallback code, Godot 4 requires thread support 2022-10-03 11:23:26 +02:00
SCsub SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00
websocket_client.cpp [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
websocket_client.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
websocket_macros.h Style: Ensure consistent formatting with clang-format 15 2022-09-21 12:48:58 +02:00
websocket_multiplayer_peer.cpp
websocket_multiplayer_peer.h [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
websocket_peer.cpp
websocket_peer.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
websocket_server.cpp [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
websocket_server.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
wsl_client.cpp [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
wsl_client.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
wsl_peer.cpp [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
wsl_peer.h [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
wsl_server.cpp [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
wsl_server.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00