godot/modules/webrtc
reduz de0ca3b999 Refactor module initialization
* Changed to use the same stages as extensions.
* Makes the initialization more coherent, helping solve problems due to lack of stages.
* Makes it easier to port between module and extension.
* removed the DRIVER initialization level (no longer needed).
2022-05-04 17:34:51 +02:00
..
doc_classes Add an XML schema for documentation 2022-02-15 00:03:31 +01: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 Update copyright statements to 2022 2022-01-03 21:27:34 +01: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 WebRTC: Fix potential nullptr dereference in error message 2022-03-04 16:02:40 +01:00
webrtc_multiplayer_peer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
webrtc_peer_connection.cpp Improve some signal bindings to use specific Object subtypes 2022-01-28 15:35:40 +01:00
webrtc_peer_connection.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
webrtc_peer_connection_extension.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
webrtc_peer_connection_extension.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
webrtc_peer_connection_js.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
webrtc_peer_connection_js.h Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00