godot/modules/websocket
marxin e5f665c718 Fix -Wsign-compare warnings.
I decided to modify code in a defensive way. Ideally functions
like size() or length() should return an unsigned type.
2019-02-27 07:45:57 +01:00
..
doc_classes
config.py
emws_client.cpp
emws_client.h
emws_peer.cpp
emws_peer.h
emws_server.cpp
emws_server.h
lws_client.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
lws_client.h
lws_helper.cpp
lws_helper.h
lws_peer.cpp Fix warnings seen with warnings=all and recent GCC 8.2. 2019-02-18 21:54:31 +01:00
lws_peer.h
lws_server.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
lws_server.h
packet_buffer.h Fix -Wsign-compare warnings. 2019-02-27 07:45:57 +01:00
register_types.cpp
register_types.h
SCsub
websocket_client.cpp
websocket_client.h Modules: Ensure classes match their header filename 2019-02-12 22:59:56 +01:00
websocket_macros.h
websocket_multiplayer_peer.cpp Fix -Wsign-compare warnings. 2019-02-27 07:45:57 +01:00
websocket_multiplayer_peer.h Modules: Ensure classes match their header filename 2019-02-12 22:59:56 +01:00
websocket_peer.cpp
websocket_peer.h
websocket_server.cpp
websocket_server.h Modules: Ensure classes match their header filename 2019-02-12 22:59:56 +01:00