Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
JavaScript
|
|
|
|
|
|
|
|
|
|
|
|
|
|
files are played back with <audio> element and which are played back with Web Audio.
|
|
rAF loops.
|
|
Musl charfuncs
|
|
|
|
|
|
Fast cwrap
|
|
|
|
|
|
https://github.com/kripken/emscripten/commit/5b41371bb5897a49e1fdcad18d053f775105c846 when Web Audio API is available, and works around the Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=654787.
|
|
|
|
- `SDL_WINDOWEVENT_FOCUS_GAINED`
- `SDL_WINDOWEVENT_FOCUS_LOST`
- `SDL_WINDOWEVENT_SHOWN`
- `SDL_WINDOWEVENT_HIDDEN`
Includes a fix for FFOS phones that prevent the `blur` event when
audio is playing (Bugzilla 910340)
Conflicts:
src/library_sdl.js
|
|
|
|
|
|
|
|
WebGL context loss handling improvements.
|
|
so that default applications still show the error message, and applications can easily override the behavior if/when they see fit.
|
|
emscripten_async_wget2 progress callback only working on mozilla browsers
|
|
Progress events didn't work for me in Chrome or IE. This change fixes it for me.
|
|
Conflicts:
emscripten-version.txt
|
|
|
|
directly query to confirm the WebGL context loss status.
|
|
library_browser.js, since it prevents applications from benignly handling WebGL context loss events by reloading GL assets from disk.
|
|
|
|
In French, it's spelled 'littéralement', with 2 't' ;)
|
|
|
|
|
|
newer 'wheel' event to support Chrome; Support vertical as well as horizontal deltas.
|
|
BananaBread crashes
|
|
Fix 64bit long return issue
|
|
|
|
|
|
|
|
|
|
|
|
the fround polyfill
|
|
|
|
|
|
fs-tracking
|
|
https://github.com/kripken/emscripten/pull/1673 .
|