godot/modules/websocket
Nathan Franke de7873c2d8
Auto-Increment Debugger Port
Note: This PR also changes the port of the GDScript Language Server from 6008 to 6005. This opens enough ports above the debug port (6007) for this change to be useful.
2021-12-04 15:25:13 -06:00
..
doc_classes Fix small typos regarding WebSocketPeer 2021-10-06 09:12:05 -04:00
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
editor_debugger_server_websocket.cpp Auto-Increment Debugger Port 2021-12-04 15:25:13 -06:00
editor_debugger_server_websocket.h Auto-Increment Debugger Port 2021-12-04 15:25:13 -06:00
emws_client.cpp Websocket peer outbound buffer fixes. Expose outbound buffered amount. 2021-07-31 19:48:31 -06:00
emws_client.h Websocket peer outbound buffer fixes. Expose outbound buffered amount. 2021-07-31 19:48:31 -06:00
emws_peer.cpp Websockets: Fix buffer size checks in put_packet() 2021-10-29 15:35:57 +02:00
emws_peer.h Websocket peer outbound buffer fixes. Expose outbound buffered amount. 2021-07-31 19:48:31 -06:00
emws_server.cpp Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
emws_server.h Rename Reference to RefCounted 2021-06-11 18:48:42 +02:00
library_godot_websocket.js Websocket peer outbound buffer fixes. Expose outbound buffered amount. 2021-07-31 19:48:31 -06:00
packet_buffer.h Core: Drop custom copymem/zeromem defines 2021-04-27 16:26:27 +02:00
register_types.cpp Implement the ability to disable classes 2021-07-13 09:25:14 -03:00
register_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
remote_debugger_peer_websocket.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
remote_debugger_peer_websocket.h Misc cleanup of header includes 2021-07-15 00:46:43 +02:00
SCsub wslay: Sync with upstream 45d22583b 2021-11-19 15:47:20 +01:00
websocket_client.cpp Fix missing argument names in bindings 2021-10-09 00:20:10 +02:00
websocket_client.h Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
websocket_macros.h Fix Macros -> Mactos typo in WEBSOCKETMACTOS_H 2021-10-28 12:45:00 +02:00
websocket_multiplayer_peer.cpp Use range iterators for Map 2021-09-30 15:09:12 -06:00
websocket_multiplayer_peer.h [Net] MultiplayerPeer cleanup, defaults. 2021-09-24 18:40:39 +02:00
websocket_peer.cpp Websocket peer outbound buffer fixes. Expose outbound buffered amount. 2021-07-31 19:48:31 -06:00
websocket_peer.h Websocket peer outbound buffer fixes. Expose outbound buffered amount. 2021-07-31 19:48:31 -06:00
websocket_server.cpp Fix missing argument names in bindings 2021-10-09 00:20:10 +02:00
websocket_server.h Expose the resource name the client used to the websocket server 2021-07-17 07:48:18 +02:00
wsl_client.cpp Try other resolved IPs if one fails to connect 2021-08-30 13:00:48 +08:00
wsl_client.h Try other resolved IPs if one fails to connect 2021-08-30 13:00:48 +08:00
wsl_peer.cpp Websockets: Fix buffer size checks in put_packet() 2021-10-29 15:35:57 +02:00
wsl_peer.h Websocket peer outbound buffer fixes. Expose outbound buffered amount. 2021-07-31 19:48:31 -06:00
wsl_server.cpp Use range iterators for Map 2021-09-30 15:09:12 -06:00
wsl_server.h Save all 64 bits of get_ticks_msec() in more cases 2021-10-26 13:58:58 +02:00