summaryrefslogtreecommitdiffstats
path: root/platform/javascript/pre_wasm.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove asm.js support from HTML5 platformLeon Krause2017-11-181-3/+0
| | | | | Since WebGL 2.0 is required, requiring WebAssembly support as well has little impact on compatibility.
* HTML5 start-up overhaulLeon Krause2017-09-111-0/+3
- 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)