Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-09 | move emscripten_GetProcAddress to a C library, so that it is less hackish ↵1.10.3 | Alon Zakai | |
and can work in fastcomp | |||
2014-02-07 | move deps info to file | Alon Zakai | |
2014-02-07 | do not emit i64 support code in shared libs | Alon Zakai | |
2014-02-07 | improve safe heap tests in asm mode | Alon Zakai | |
2014-02-06 | Merge pull request #2103 from juj/opt_cmp1.10.2 | Alon Zakai | |
Add optimized versions of musl libc string and memory comparison functions. | |||
2014-02-06 | Merge pull request #2100 from dreamlayers/prevent_hotkeys | Alon Zakai | |
Always preventDefault() on keydown if keypress is not needed. | |||
2014-02-06 | fix constant generation bug due to 3605f8cc | Alon Zakai | |
2014-02-06 | warn when rendering without setAnimationFrame | Alon Zakai | |
2014-02-06 | use .set on big memcpys | Alon Zakai | |
2014-02-06 | Add strcoll as well so that library.js does not need to depend on musl libc ↵ | Jukka Jylänki | |
code. | |||
2014-02-06 | Add optimized versions of musl libc string and memory comparison functions. | Jukka Jylänki | |
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-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-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-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 | |