godot/modules/websocket
Fabio Alessandrelli d75e0de729 Fix HTML5 build after 67a4c30.
I messed up a rebase and a commit was partly skipped
2019-10-15 14:15:02 +02:00
..
doc_classes doc: Sync classref with current source 2019-10-11 08:45:03 +02:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
emws_client.cpp Fix HTML5 build after 67a4c30. 2019-10-15 14:15:02 +02:00
emws_client.h Fix HTML5 build after 67a4c30. 2019-10-15 14:15:02 +02:00
emws_peer.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
emws_peer.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
emws_server.cpp Fix HTML5 build after 67a4c30. 2019-10-15 14:15:02 +02:00
emws_server.h Fix HTML5 build after 67a4c30. 2019-10-15 14:15:02 +02:00
packet_buffer.h Enable warnings=extra on clang and GCC testers. 2019-04-02 17:14:47 +02:00
register_types.cpp Remove libwebsocket. No longer used, yay! 2019-07-04 15:03:04 +02:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub Remove libwebsocket. No longer used, yay! 2019-07-04 15:03:04 +02:00
websocket_client.cpp Custom headers support in WebSocketClient. 2019-10-09 13:53:04 +02:00
websocket_client.h Custom headers support in WebSocketClient. 2019-10-09 13:53:04 +02:00
websocket_macros.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
websocket_multiplayer_peer.cpp Merge pull request #31483 from Faless/ws/fix_double_relay 2019-08-20 12:49:15 +02:00
websocket_multiplayer_peer.h Fixes minor issues found by static analyzer 2019-07-07 23:08:51 +02:00
websocket_peer.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
websocket_peer.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
websocket_server.cpp Custom headers support in WebSocketClient. 2019-10-09 13:53:04 +02:00
websocket_server.h Custom headers support in WebSocketClient. 2019-10-09 13:53:04 +02:00
wsl_client.cpp Custom headers support in WebSocketClient. 2019-10-09 13:53:04 +02:00
wsl_client.h Custom headers support in WebSocketClient. 2019-10-09 13:53:04 +02:00
wsl_peer.cpp Re-implement WebSocket get host/port. 2019-10-09 13:53:04 +02:00
wsl_peer.h Re-implement WebSocket get host/port. 2019-10-09 13:53:04 +02:00
wsl_server.cpp Custom headers support in WebSocketClient. 2019-10-09 13:53:04 +02:00
wsl_server.h Custom headers support in WebSocketClient. 2019-10-09 13:53:04 +02:00