virtualx-engine/modules/webrtc
Fabio Alessandrelli e4cdae3624 [HTML5] Libraries refactor for linting.
Initial work to make liniting easier.

This includes:
- Rename http_request.js to library_godot_http_request.js.
- Rename externs.js to engine.externs.js.
- New library_godot_runtime.js (GodotRuntime) wraps around emscripten
  functions.
- Refactor of XMLHttpRequest handler in engine/preloader.js.
- Few fixes to bugs spotted by early stage linting.
2020-11-21 14:23:32 +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] Libraries refactor for linting. 2020-11-21 14:23:32 +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