godot/modules/websocket
Rémi Verschelde 5408af1407 Style: Ensure consistent formatting with clang-format 15
When going from version 14 to 15 it would introduce a tiny change in
`websocket_macros.h` just before the comment re-enabling clang-format,
but this can be solved by just letting it do its work.

Bonus cosmetic change in `math_fieldwise.cpp` where clang-format isn't
used, and bump recommended versions for pre-commit hook to [13; 15].
2022-09-21 12:48:58 +02:00
..
doc_classes [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
editor Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
emws_client.cpp [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
emws_client.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
emws_peer.cpp [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
emws_peer.h [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
library_godot_websocket.js Use 3001 instead of 1001 when destroying a websocket. 2022-03-18 10:09:50 -06:00
packet_buffer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_types.cpp [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
remote_debugger_peer_websocket.cpp [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
remote_debugger_peer_websocket.h [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
SCsub [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
websocket_client.cpp [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
websocket_client.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
websocket_macros.h Style: Ensure consistent formatting with clang-format 15 2022-09-21 12:48:58 +02:00
websocket_multiplayer_peer.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
websocket_multiplayer_peer.h [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 2022-07-26 09:31:12 +02:00
websocket_peer.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
websocket_peer.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
websocket_server.cpp [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
websocket_server.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
wsl_client.cpp [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
wsl_client.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
wsl_peer.cpp [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
wsl_peer.h [Web] Rename JavaScript platform to Web. 2022-08-29 11:52:00 +02:00
wsl_server.cpp [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
wsl_server.h [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00