summaryrefslogtreecommitdiff
path: root/platform/javascript/godot_shell.html
AgeCommit message (Collapse)Author
2017-03-29WebGL 2 export per WebAssembly or asm.jseska
2017-02-01Enable WebGL2 in web export, start fixing buildeska
Will not yet compile
2017-01-14Improve usability and style in web export presentationeska
- Check for WebGL support, don't load if unsupported - Check for IndexedDB support - Make canvas support check message visible - Colored debug output for warnings and errors - Make it obvious status can be closed by clicking - Don't use status to display non-critical errors - Limit output message count - Add clear output button - Fix setting total memory
2016-10-31Add option 'wasm' to compile to WebAssembly in web exporteska
WebAssembly is still experimental, so disabled by default. The HTML shell file now uses $GODOT_BASE, a placeholder for the base filename, instead of $GODOT_JS, $GODOT_MEM and $GODOT_FS.