godot/modules/websocket
Juan Linietsky 3205a92ad8 PoolVector is gone, replaced by Vector
Typed `PoolTypeArray` types are now renamed `PackedTypeArray` and are
sugar for `Vector<Type>`.
2020-02-18 10:10:36 +01:00
..
doc_classes Update docs to version 4.0 2020-01-31 17:15:41 -08:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
emws_client.cpp Fix EMWSClient::get_connection_status(), try catch 2020-02-15 17:34:09 +01:00
emws_client.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
emws_peer.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
emws_peer.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
emws_server.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
emws_server.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
packet_buffer.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub Remove libwebsocket. No longer used, yay! 2019-07-04 15:03:04 +02:00
websocket_client.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
websocket_client.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
websocket_macros.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
websocket_multiplayer_peer.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
websocket_multiplayer_peer.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
websocket_peer.cpp Disable Nagle's algorithm for WebSocket TCP. 2020-01-28 14:10:46 +01:00
websocket_peer.h Disable Nagle's algorithm for WebSocket TCP. 2020-01-28 14:10:46 +01:00
websocket_server.cpp Lower WebSocket latency, fixes. 2020-01-24 14:50:53 +01:00
websocket_server.h Prevent GDScript language server from listening to external hosts by default 2020-01-15 00:29:59 +00:00
wsl_client.cpp Disable Nagle's algorithm for WebSocket TCP. 2020-01-28 14:10:46 +01:00
wsl_client.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
wsl_peer.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
wsl_peer.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
wsl_server.cpp Disable Nagle's algorithm for WebSocket TCP. 2020-01-28 14:10:46 +01:00
wsl_server.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00