godot/platform/javascript
Rémi Verschelde 3dea5fd631 Remove incomplete battery status/power API
It was initially implemented in #5871 for Godot 3.0, but never really
completed or thoroughly tested for most platforms. It then stayed in
limbo and nobody seems really keen to finish it, so it's better to
remove it in 4.0, and re-add eventually (possibly with a different API)
if there's demand and an implementation confirmed working on all
platforms.

Closes #8770.
2020-02-14 13:43:32 +01:00
..
api Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
export Remove obsolete GLES3 backend 2020-02-13 10:36:44 +01:00
audio_driver_javascript.cpp Revert "Fix audio capture naming in Javascript" 2020-01-20 21:35:19 +01:00
audio_driver_javascript.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
detect.py Only emit the JavaScript support code for Web when building for HTML5 2020-01-31 12:33:16 +01:00
dom_keys.inc Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
engine.js Fix startGame's logic in engine.js. 2020-02-12 23:13:53 +01:00
http_client.h.inc Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
http_client_javascript.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
http_request.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
http_request.js Fix some URLs to use HTTPS when available 2020-01-29 02:48:10 +01:00
id_handler.js Fix some URLs to use HTTPS when available 2020-01-29 02:48:10 +01:00
javascript_eval.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
javascript_main.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
os_javascript.cpp Remove incomplete battery status/power API 2020-02-14 13:43:32 +01:00
os_javascript.h Remove incomplete battery status/power API 2020-02-14 13:43:32 +01:00
platform_config.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
pre.js Add comments to javascript wrapper parts. 2018-10-15 08:56:44 -07:00
run_icon.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
SCsub Move IDHandler JS module to platform from Websock 2019-04-12 12:41:49 +02:00