godot/modules/websocket
Ignacio Etcheverry 18332a0094 websocket: Fix crash at exit when not running the editor
EditorDebuggerServer::register_protocol_handler must not be called before
editor initialization. Otherwise, if the editor is never initialized,
the added StringName will not be released until static destructors are
called (instead of being release during editor deinitialization).
2020-05-16 04:30:12 +02:00
..
doc_classes doc: Sync classref with current source 2020-02-18 14:02:02 +01:00
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
editor_debugger_server_websocket.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
editor_debugger_server_websocket.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
emws_client.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
emws_client.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
emws_peer.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
emws_peer.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
emws_server.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
emws_server.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
packet_buffer.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
register_types.cpp websocket: Fix crash at exit when not running the editor 2020-05-16 04:30:12 +02:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-23 04:52:36 -04:00
remote_debugger_peer_websocket.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
remote_debugger_peer_websocket.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
websocket_client.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
websocket_client.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
websocket_macros.h Remove WebSocket defaults from project settings. 2020-05-12 12:24:26 +02:00
websocket_multiplayer_peer.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
websocket_multiplayer_peer.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
websocket_peer.cpp Disable Nagle's algorithm for WebSocket TCP. 2020-01-28 14:10:46 +01:00
websocket_peer.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
websocket_server.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
websocket_server.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
wsl_client.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
wsl_client.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
wsl_peer.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
wsl_peer.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
wsl_server.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
wsl_server.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00