Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-06 | Merge pull request #2082 from inolen/oes_stdder | juj | |
don't check to enable OES_standard_derivatives in GL.getSource | |||
2014-02-06 | Always preventDefault() on keydown if keypress is not needed. | Boris Gjenero | |
Some browser shortcut keys activate if event.preventDefault() is not called for the keydown event. This will prevent all such hotkeys when keypress events aren't needed. | |||
2014-02-05 | allow external variables to be defined as strings in library*.js files | Alon Zakai | |
2014-02-05 | optimize out fround calls on clients that do not support fround | Alon Zakai | |
2014-02-05 | Merge pull request #2097 from dreamlayers/web_audio | juj | |
Web Audio buffering improvement | |||
2014-02-04 | disable WARN_UNALIGNED by default | Alon Zakai | |
2014-02-04 | WARN_UNALIGNED option for fastcomp | Alon Zakai | |
2014-02-04 | Improve Web Audio buffering. | Boris Gjenero | |
This changes the Web Audio code to increase buffers according to SDL.audio.numSimultaneouslyQueuedBuffers, which can be changed via Module['SDL_numSimultaneouslyQueuedBuffers']. It becomes more similar to Mozilla Audio Data code. Multiple pending timers are used to improve sound when there is high CPU usage. | |||
2014-02-04 | Merge pull request #2094 from inolen/lazy_init_surface_buffer | Alon Zakai | |
lazily initialize SDL surface buffer | |||
2014-02-04 | lazily initialize SDL surface buffer | Anthony Pesch | |
2014-02-04 | Fix a possible double-deletion in embind when returning a smart pointer from ↵ | Chad Austin | |
an abstract class implementation. | |||
2014-02-04 | Fix a possible memory corruption bug when using val::as | Chad Austin | |
2014-02-03 | sscanf fix and test fix | Alon Zakai | |
2014-02-02 | support EXCEPTION_CATCHING_WHITELIST in fastcomp | Alon Zakai | |
2014-02-01 | fix for FS.utime parameters | Anthony Pesch | |
2014-02-01 | move automatic OES_standard_derivatives enabling behind LEGACY_GL_EMULATION ↵ | Anthony Pesch | |
define | |||
2014-02-01 | make sure RAND_MAX is a proper value | Alon Zakai | |
2014-02-02 | Differentiate between file pointers and file descriptors. | Ryan Kelly | |
2014-02-02 | Use standard fds of 0,1,2 rather than 1,2,3 | Ryan Kelly | |
2014-02-01 | Fix indentation in the comments added in the previous commit. | Jukka Jylänki | |
2014-02-01 | Restrict touch events to not run deferred fullscreen+pointerlock requests ↵ | Jukka Jylänki | |
due to security implications. Mark down related bugzilla entry. | |||
2014-02-01 | Add support for detecting whether screen orientation lock succeeds or fails. ↵ | Jukka Jylänki | |
Current testing suggests that Firefox Nightly on Android does not support orientation lock. See https://bugzilla.mozilla.org/show_bug.cgi?id=966480 . | |||
2014-01-31 | Merge pull request #2079 from inolen/fs_unmount | Alon Zakai | |
fs unmount support | |||
2014-01-31 | make sure rand() returns values only up to RAND_MAX; #18551.10.1 | Alon Zakai | |
2014-01-31 | further fix for #1407 | Alon Zakai | |
2014-01-31 | Removed capitals from a comment as requested, reinstated UDP test that was ↵ | Fraser Adams | |
accidentally dropped and updated settings.js comment. | |||
2014-01-30 | headless fix | Alon Zakai | |
2014-01-30 | added basic unmount support | Anthony Pesch | |
don't emit syncfs callback multiple times error when mounting to an existing mountpoint | |||
2014-01-30 | Merge pull request #2080 from inolen/idbfs_updates | Alon Zakai | |
idbfs updates | |||
2014-01-30 | asmify rand | Alon Zakai | |
2014-01-30 | asmify rand_r | Alon Zakai | |
2014-01-30 | use Math.imul in rand_r | Alon Zakai | |
2014-01-30 | use all 32 bits in rand_r | Alon Zakai | |
2014-01-30 | misc cleanups | Alon Zakai | |
2014-01-30 | Merge branch 'rand' of github.com:coolwanglu/emscripten into incoming | Alon Zakai | |
2014-01-30 | fix exceptions whitelist check on invoke using function pointer; fixes #2081 | Alon Zakai | |
2014-01-30 | don't leak streams in readFile and writeFile | Anthony Pesch | |
don't invoke multiple callbacks when idbfs sync errors added canOwn option to writeFile updated idbfs sync to specify canOwn when writing to the local fs reworked idbfs sync to use an index with openKeyCursor to avoid deserializing all values when getting the set members | |||
2014-01-29 | remove obsolete sig param to sign/unSign | Alon Zakai | |
2014-01-29 | Merge pull request #2065 from Daft-Freak/al | Alon Zakai | |
AL improvements | |||
2014-01-29 | fix locale-removing aliases that break because they then have the wrong sig; ↵ | Alon Zakai | |
fixes #2076 | |||
2014-01-28 | rely on js opts to do safe heap for asm, to avoid duplicating logic for ↵ | Alon Zakai | |
proper asm ffi coercions | |||
2014-01-28 | add alGetBufferi | Charlie Birks | |
2014-01-28 | alcGetIntegerv fixes | Charlie Birks | |
2014-01-28 | improve alcGetString | Charlie Birks | |
2014-01-28 | alGetString fixes from review | Charlie Birks | |
2014-01-27 | fix some safeHeap errors with the new exceptions code; fixes #2068 | Alon Zakai | |
2014-01-27 | improve alGetString | Charlie Birks | |
2014-01-27 | add alcGetIntegerv | Charlie Birks | |
2014-01-27 | add alIsSource | Charlie Birks | |
2014-01-26 | Merge pull request #2061 from inolen/openal_fix | Alon Zakai | |
fix variable name in alListenerfv |