godot/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 Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00
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 Use 3001 instead of 1001 when destroying a websocket. 2022-03-18 10:09:50 -06:00
packet_buffer.h
register_types.cpp [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
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