This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
71df4caf8fe4e834c2f175e060b3a896d4d5b70e
godot
/
modules
/
websocket
History
Fabio Alessandrelli
e6a069119b
Add missing EMWSServer::poll function.
...
Empty of course as server is not supported in HTML5, but the symbol must be defined.
2018-10-23 12:49:24 +02:00
..
doc_classes
Update WebSocket documentation
2018-09-24 01:50:37 +02:00
config.py
…
emws_client.cpp
…
emws_client.h
…
emws_peer.cpp
…
emws_peer.h
…
emws_server.cpp
Add missing EMWSServer::poll function.
2018-10-23 12:49:24 +02:00
emws_server.h
…
lws_client.cpp
Remove unneeded strncpy in lws_client.
2018-10-23 12:31:47 +02:00
lws_client.h
…
lws_helper.cpp
Fix -Wunused-function in websocket module
2018-09-29 22:26:32 +02:00
lws_helper.h
Fix -Wunused-function in websocket module
2018-09-29 22:26:32 +02:00
lws_peer.cpp
Remove socket_helper.h after NetSocket refactor
2018-09-28 02:03:23 +02:00
lws_peer.h
…
lws_server.cpp
…
lws_server.h
…
register_types.cpp
…
register_types.h
…
SCsub
SCons: Build thirdparty code in own env, disable warnings
2018-09-28 14:07:39 +02:00
websocket_client.cpp
…
websocket_client.h
…
websocket_macros.h
…
websocket_multiplayer.cpp
Fixing warnings generated by MSVC
2018-10-19 11:45:24 +02:00
websocket_multiplayer.h
…
websocket_peer.cpp
…
websocket_peer.h
…
websocket_server.cpp
…
websocket_server.h
…