virtualx-engine/platform/javascript
Leon Krause 63b1a096eb Facilitate exposing platform-exclusive interfaces to all platforms
This makes the interfaces available, without implementation, in other
platforms and the editor, which facilitates documenting platform-exclusive
classes.

Platform-exclusive APIs must be set up in platform/<platform>/api/api.cpp.
Provide noop method-implementations where necessary.

Also setup and document the HTML5 platform's JavaScript singleton.
2017-11-18 03:54:21 +01:00
..
api Facilitate exposing platform-exclusive interfaces to all platforms 2017-11-18 03:54:21 +01:00
export Merge pull request #11154 from eska014/html5-startup-revamp 2017-09-12 04:35:30 +07:00
audio_driver_javascript.cpp Fix WebAudio and HTML5 build 2017-11-06 00:25:57 +01:00
audio_driver_javascript.h Fix WebAudio and HTML5 build 2017-11-06 00:25:57 +01:00
detect.py Detect javascript platform using EMSCRIPTEN env as well 2017-10-28 16:24:44 -03:00
dom_keys.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
engine.js Use primary WebAssembly.instantiate overload 2017-10-02 13:09:59 +02:00
http_client.h.inc Implement HTTPClient in HTML5 platform 2017-11-13 00:58:29 +01:00
http_client_javascript.cpp Implement HTTPClient in HTML5 platform 2017-11-13 00:58:29 +01:00
http_request.h Fix HTML5 HTTPClient includes 2017-11-15 23:02:36 +01:00
http_request.js Implement HTTPClient in HTML5 platform 2017-11-13 00:58:29 +01:00
javascript_eval.cpp Facilitate exposing platform-exclusive interfaces to all platforms 2017-11-18 03:54:21 +01:00
javascript_main.cpp Add OS::is_userfs_persistent to check user:// persistence 2017-10-02 21:07:05 +02:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_javascript.cpp Facilitate exposing platform-exclusive interfaces to all platforms 2017-11-18 03:54:21 +01:00
os_javascript.h Facilitate exposing platform-exclusive interfaces to all platforms 2017-11-18 03:54:21 +01:00
platform_config.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
power_javascript.cpp Fix enums bindings 2017-09-13 20:57:07 +03:00
power_javascript.h Fix enums bindings 2017-09-13 20:57:07 +03:00
pre_asmjs.js HTML5 start-up overhaul 2017-09-11 20:56:29 +02:00
pre_wasm.js HTML5 start-up overhaul 2017-09-11 20:56:29 +02:00
run_icon.png Use custom native-run icons for Android and HTML5 2017-06-27 21:06:26 +02:00
SCsub Implement HTTPClient in HTML5 platform 2017-11-13 00:58:29 +01:00