godot/modules/webrtc
Rémi Verschelde 90019676b0 Code quality: Fix header guards consistency
Adds `header_guards.sh` bash script, used in CI to validate future
changes. Can be run locally to fix invalid header guards.
2022-07-25 11:17:40 +02:00
..
doc_classes [WebRTC] Static extension registration. 2022-06-09 07:19:00 +02:00
config.py [Net] Expose WebRTC classes to extensions. 2021-09-24 21:23:43 +02:00
library_godot_webrtc.js Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_types.cpp Refactor module initialization 2022-05-04 17:34:51 +02:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
SCsub [Net] Expose WebRTC classes to extensions. 2021-09-24 21:23:43 +02:00
webrtc_data_channel.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
webrtc_data_channel.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
webrtc_data_channel_extension.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
webrtc_data_channel_extension.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
webrtc_data_channel_js.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
webrtc_data_channel_js.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
webrtc_multiplayer_peer.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
webrtc_multiplayer_peer.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
webrtc_peer_connection.cpp [WebRTC] Static extension registration. 2022-06-09 07:19:00 +02:00
webrtc_peer_connection.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
webrtc_peer_connection_extension.cpp [WebRTC] Static extension registration. 2022-06-09 07:19:00 +02:00
webrtc_peer_connection_extension.h [WebRTC] Static extension registration. 2022-06-09 07:19:00 +02:00
webrtc_peer_connection_js.cpp Register missing WebRTCDataChannelJS type 2022-07-03 01:21:17 +02:00
webrtc_peer_connection_js.h Register missing WebRTCDataChannelJS type 2022-07-03 01:21:17 +02:00