Age | Commit message (Collapse) | Author |
|
|
|
select function: return error condition when network connection fails
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- added missing error reporting for sockets in the write file descriptor set
|
|
report the error condition.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When there's no exception, just drop the resume.
|
|
|
|
|
|
This reverts commit 0dd0d506f77e981258dad30e916c95daeb4aef13.
Conflicts:
src/library_openal.js
|
|
|
|
|
|
|
|
Fix a bunch of makeSetValue calls in the OpenAL backend
|
|
|
|
teach library_browser about non-fullscreen pointerlock if Module.element PointerLock is true
|
|
|
|
Make SDL handle the case where canvas backbuffer and canvas CSS element are not the same size
|
|
|
|
|
|
Initial support for positional audio
|
|
|
|
|
|
Fix large values in llvm_ctpop_i32().
|
|
|
|
same as the buffer for the new source
|
|
Module.elementPointerLock is true
|
|
not the same size
|
|
Large values looked like negative values, we have to do an
unsigned shift.
Fixes issue #966.
|
|
This addresses part of what was raised in http://llvm.org/PR15518
and issue #917.
|
|
Fix the return value of fgets().
|
|
|
|
|
|
compile-time warnings or errors, instead runtime aborts
|
|
|
|
|