godot/platform/javascript
Rémi Verschelde 5beaea9891
Merge pull request #23389 from marcelofg55/multiple_ext
Export for OS X on OS X now lets you select .dmg or .zip
2018-11-02 11:07:18 +01:00
..
api Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
export Export for OS X on OS X now lets you select .dmg or .zip 2018-11-01 10:08:26 -03:00
audio_driver_javascript.cpp Detect channel count, mix rate, and buffer length in HTML5 audio driver 2018-06-08 02:50:58 +02:00
audio_driver_javascript.h Detect channel count, mix rate, and buffer length in HTML5 audio driver 2018-06-08 02:50:58 +02:00
detect.py Enable --no-heap-copy flag for HTML5 builds 2018-10-29 21:08:51 +01:00
dom_keys.inc Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
engine.js Add comments to javascript wrapper parts. 2018-10-15 08:56:44 -07:00
http_client.h.inc Warn when polling HTTPClient synchronously in HTML5 platform 2018-02-17 18:12:50 +01:00
http_client_javascript.cpp Fix compiler warnings in HTML5 platform 2018-10-02 02:49:32 +02:00
http_request.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
http_request.js use console.warn instead of Module.printErr: emscripten no longer exports printErr by default, and instead err() should be used in code seen by the optimizer; however, as Godot only runs on the Web (and not in node.js or elsewhere), using console.warn directly is good enough, and will work in all versions if emscripten 2018-08-11 09:49:19 -07:00
javascript_eval.cpp Fix compiler warnings in HTML5 platform 2018-10-02 02:49:32 +02:00
javascript_main.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
os_javascript.cpp Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill() 2018-10-29 21:41:59 +01:00
os_javascript.h Add proper stubs for OS_JavaScript::execute(), get_process_id(), kill() 2018-10-29 21:41:59 +01:00
platform_config.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +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 Add responsive HTML5 export page with full-size canvas as new default 2018-08-23 21:28:09 +02:00