godot/modules/webrtc
Fabio Alessandrelli e52ed6d89e [HTML5] Port JavaScript inline code to libraries.
The API is implemented in javascript, and generates C functions that can
be called from godot.
This allows much cleaner code replacing all `EM_ASM` calls in our C++
code with plain C function calls.
This also gets rid of few hacks and comes with few optimizations (e.g.
custom cursor shapes should be much faster now).
2020-11-10 10:56:13 +01:00
..
doc_classes doc: Sync classref with current source 2020-09-29 13:57:58 +02:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
library_godot_webrtc.js [HTML5] Port JavaScript inline code to libraries. 2020-11-10 10:56:13 +01:00
register_types.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-25 11:38:54 +01:00
SCsub [HTML5] Port JavaScript inline code to libraries. 2020-11-10 10:56:13 +01:00
webrtc_data_channel.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
webrtc_data_channel.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
webrtc_data_channel_gdnative.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
webrtc_data_channel_gdnative.h Ensure header guards enclose entire header. 2020-09-04 08:48:35 +02:00
webrtc_data_channel_js.cpp [HTML5] Port JavaScript inline code to libraries. 2020-11-10 10:56:13 +01:00
webrtc_data_channel_js.h [HTML5] Port JavaScript inline code to libraries. 2020-11-10 10:56:13 +01:00
webrtc_multiplayer.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
webrtc_multiplayer.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
webrtc_peer_connection.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
webrtc_peer_connection.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
webrtc_peer_connection_gdnative.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
webrtc_peer_connection_gdnative.h Ensure header guards enclose entire header. 2020-09-04 08:48:35 +02:00
webrtc_peer_connection_js.cpp [HTML5] Port JavaScript inline code to libraries. 2020-11-10 10:56:13 +01:00
webrtc_peer_connection_js.h [HTML5] Port JavaScript inline code to libraries. 2020-11-10 10:56:13 +01:00