1
0
Fork 0
godot/modules/websocket
Rémi Verschelde 8247667a3e
Core: Drop custom `copymem`/`zeromem` defines
We've been using standard C library functions `memcpy`/`memset` for these since
2016 with 67f65f6639.

There was still the possibility for third-party platform ports to override the
definitions with a custom header, but this doesn't seem useful anymore.
2021-04-27 16:26:27 +02:00
..
doc_classes Document secure wss:// caveats for WebSocketClient 2021-04-07 21:32:17 +02:00
SCsub
config.py
editor_debugger_server_websocket.cpp
editor_debugger_server_websocket.h
emws_client.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
emws_client.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
emws_peer.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
emws_peer.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
emws_server.cpp
emws_server.h
library_godot_websocket.js
packet_buffer.h Core: Drop custom `copymem`/`zeromem` defines 2021-04-27 16:26:27 +02:00
register_types.cpp
register_types.h
remote_debugger_peer_websocket.cpp
remote_debugger_peer_websocket.h
websocket_client.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
websocket_client.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
websocket_macros.h
websocket_multiplayer_peer.cpp Core: Drop custom `copymem`/`zeromem` defines 2021-04-27 16:26:27 +02:00
websocket_multiplayer_peer.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
websocket_peer.cpp
websocket_peer.h
websocket_server.cpp
websocket_server.h
wsl_client.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
wsl_client.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
wsl_peer.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
wsl_peer.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
wsl_server.cpp Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00
wsl_server.h Initialize class/struct variables with default values in modules/ 2021-02-08 10:57:18 +01:00