godot/modules/webrtc
Rémi Verschelde a7ac8ec876 doc: Fix parsing of self-closing XML tags
Follow-up to #31925, `<member />` tags just before `</members>` would cause
a parsing issue, and we'd never notice that we're no longer parsing members.

Also added space before closing `/>`.
2019-09-24 13:34:05 +02:00
..
doc_classes doc: Fix parsing of self-closing XML tags 2019-09-24 13:34:05 +02:00
config.py Add documentation for WebRTC classes. 2019-06-14 10:35:00 +02:00
register_types.cpp Allow setting buffer size of WebRTCDataChannel 2019-08-21 13:27:56 -05:00
register_types.h WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
SCsub SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
webrtc_data_channel.cpp Allow setting buffer size of WebRTCDataChannel 2019-08-21 13:27:56 -05:00
webrtc_data_channel.h Allow setting buffer size of WebRTCDataChannel 2019-08-21 13:27:56 -05:00
webrtc_data_channel_gdnative.cpp Add default values to the editor help, docs, and generated RST 2019-06-27 18:29:35 +03:00
webrtc_data_channel_gdnative.h WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_data_channel_js.cpp Merge pull request #30851 from TheDevelo/webrtc-buffer 2019-08-21 21:17:48 +02:00
webrtc_data_channel_js.h WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_multiplayer.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
webrtc_multiplayer.h Add WebRTCMultiplayer 2019-06-05 18:08:54 +02:00
webrtc_peer_connection.cpp WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_peer_connection.h WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_peer_connection_gdnative.cpp Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
webrtc_peer_connection_gdnative.h WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_peer_connection_js.cpp WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_peer_connection_js.h WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00