Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
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 .
|
|
|
|
|
|
|
|
|
|
see also #2310
|
|
labels on ifs in some cases; fixes #2302
|
|
would be reported, but not bubble up and be caught by the callers
of the FS methods since the callers will interpret those as problems
with the FS code and report them as such (which is very confusing).
Also removed the "willClose" call as I don't use it.
|
|
Removed specific callbacks for directories and files, opting instead
for callbacks that apply to generic paths.
|
|
a file has been written to.
|
|
|
|
|
|
|
|
Enable embind in fastcomp/asm.js
|
|
|
|
|
|
|
|
fix GLFW glfwGetMouseWheel is reversed bug
|
|
|
|
|
|
|
|
|
|
|
|
github.com:usagi/emscripten into incoming
Conflicts:
AUTHORS
|
|
|
|
Conflicts:
AUTHORS
|
|
glfwSetKeyCallback; fixes #1320
|
|
|
|
asm.js-ify some LLVM intrinsics
|