godot/modules/websocket
Rémi Verschelde 139e621338
Merge pull request #20913 from pulkomandy/master
Rebase patches for fixing haiku build.
2018-08-13 21:26:15 +02:00
..
doc_classes Document websocket module, further document enet 2018-05-08 21:15:50 +02:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
emws_client.cpp Removed unnecessary assignments 2018-07-24 09:51:03 +02:00
emws_client.h s/2017/2018/g for gles2, websocket, linux appdata 2018-03-21 16:07:51 +07:00
emws_peer.cpp Implement get_peer_[address|port] in ENet/WSServer 2018-04-12 12:30:51 +02:00
emws_peer.h s/2017/2018/g for gles2, websocket, linux appdata 2018-03-21 16:07:51 +07:00
emws_server.cpp Implement get_peer_[address|port] in ENet/WSServer 2018-04-12 12:30:51 +02:00
emws_server.h Implement get_peer_[address|port] in ENet/WSServer 2018-04-12 12:30:51 +02:00
lws_client.cpp Fix WebSocket crash due to non PDO init. 2018-08-06 03:47:02 +02:00
lws_client.h s/2017/2018/g for gles2, websocket, linux appdata 2018-03-21 16:07:51 +07:00
lws_helper.h Style: Format code with clang-format 6.0.1 2018-07-18 16:27:03 +02:00
lws_peer.cpp Fix WebSocket crash due to non PDO init. 2018-08-06 03:47:02 +02:00
lws_peer.h Fix WebSocket crash due to non PDO init. 2018-08-06 03:47:02 +02:00
lws_server.cpp Fix WebSocket crash due to non PDO init. 2018-08-06 03:47:02 +02:00
lws_server.h Implement get_peer_[address|port] in ENet/WSServer 2018-04-12 12:30:51 +02:00
register_types.cpp s/2017/2018/g for gles2, websocket, linux appdata 2018-03-21 16:07:51 +07:00
register_types.h s/2017/2018/g for gles2, websocket, linux appdata 2018-03-21 16:07:51 +07:00
SCsub Rebase patches for fixing haiku build. 2018-08-11 17:20:51 +02:00
websocket_client.cpp Websocket client SSL support 2018-04-03 20:13:57 +02:00
websocket_client.h Websocket client SSL support 2018-04-03 20:13:57 +02:00
websocket_macros.h s/2017/2018/g for gles2, websocket, linux appdata 2018-03-21 16:07:51 +07:00
websocket_multiplayer.cpp s/2017/2018/g for gles2, websocket, linux appdata 2018-03-21 16:07:51 +07:00
websocket_multiplayer.h s/2017/2018/g for gles2, websocket, linux appdata 2018-03-21 16:07:51 +07:00
websocket_peer.cpp Implement get_peer_[address|port] in ENet/WSServer 2018-04-12 12:30:51 +02:00
websocket_peer.h s/2017/2018/g for gles2, websocket, linux appdata 2018-03-21 16:07:51 +07:00
websocket_server.cpp Document websocket module, further document enet 2018-05-08 21:15:50 +02:00
websocket_server.h Implement get_peer_[address|port] in ENet/WSServer 2018-04-12 12:30:51 +02:00