godot/platform/javascript
Leon Krause 4db801aaea HTML5 start-up overhaul
- Implement promise-based JS interface for custom HTML page
   integration
 - Add download progress callback
 - Add progress bar and indeterminate spinner to default HTML page
 - Try downloading files multiple times when failing
 - Get rid of godotfs.js
 - Separate steps for engine initialization, game initialization and game
   start
 - Allow multiple games on one HTML page
 - Substitution placeholders only used in .html file
 - Placeholders renamed: $GODOT_BASE => $GODOT_BASENAME,
   $GODOT_TMEM -> $GODOT_TOTAL_MEMORY
 - Emscripten Module is now Engine.RuntimeEnvironment (no longer a global)
2017-09-11 20:56:29 +02:00
..
export HTML5 start-up overhaul 2017-09-11 20:56:29 +02:00
audio_driver_javascript.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
audio_driver_javascript.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
audio_server_javascript.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
audio_server_javascript.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
detect.py HTML5 start-up overhaul 2017-09-11 20:56:29 +02:00
dom_keys.h Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER 2017-08-06 16:26:07 +03:00
engine.js HTML5 start-up overhaul 2017-09-11 20:56:29 +02:00
javascript_eval.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
javascript_eval.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
javascript_main.cpp Remove GLUT usage in HTML5 platform 2017-04-28 21:54:44 +02:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_javascript.cpp p_screen param from get_screen_* funcs now default to the current screen 2017-08-21 18:28:29 -03:00
os_javascript.h p_screen param from get_screen_* funcs now default to the current screen 2017-08-21 18:28:29 -03:00
platform_config.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
power_javascript.cpp Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
power_javascript.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02: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 HTML5 start-up overhaul 2017-09-11 20:56:29 +02:00