aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-02-06Merge pull request #2082 from inolen/oes_stdderjuj
don't check to enable OES_standard_derivatives in GL.getSource
2014-02-06Always 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-05allow external variables to be defined as strings in library*.js filesAlon Zakai
2014-02-05optimize out fround calls on clients that do not support froundAlon Zakai
2014-02-05Merge pull request #2097 from dreamlayers/web_audiojuj
Web Audio buffering improvement
2014-02-04disable WARN_UNALIGNED by defaultAlon Zakai
2014-02-04WARN_UNALIGNED option for fastcompAlon Zakai
2014-02-04Improve 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-04Merge pull request #2094 from inolen/lazy_init_surface_bufferAlon Zakai
lazily initialize SDL surface buffer
2014-02-04lazily initialize SDL surface bufferAnthony Pesch
2014-02-04Fix a possible double-deletion in embind when returning a smart pointer from ↵Chad Austin
an abstract class implementation.
2014-02-04Fix a possible memory corruption bug when using val::asChad Austin
2014-02-03sscanf fix and test fixAlon Zakai
2014-02-02support EXCEPTION_CATCHING_WHITELIST in fastcompAlon Zakai
2014-02-01fix for FS.utime parametersAnthony Pesch
2014-02-01move automatic OES_standard_derivatives enabling behind LEGACY_GL_EMULATION ↵Anthony Pesch
define
2014-02-01make sure RAND_MAX is a proper valueAlon Zakai
2014-02-02Differentiate between file pointers and file descriptors.Ryan Kelly
2014-02-02Use standard fds of 0,1,2 rather than 1,2,3Ryan Kelly
2014-02-01Fix indentation in the comments added in the previous commit.Jukka Jylänki
2014-02-01Restrict touch events to not run deferred fullscreen+pointerlock requests ↵Jukka Jylänki
due to security implications. Mark down related bugzilla entry.
2014-02-01Add 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-31Merge pull request #2079 from inolen/fs_unmountAlon Zakai
fs unmount support
2014-01-31make sure rand() returns values only up to RAND_MAX; #18551.10.1Alon Zakai
2014-01-31further fix for #1407Alon Zakai
2014-01-31Removed capitals from a comment as requested, reinstated UDP test that was ↵Fraser Adams
accidentally dropped and updated settings.js comment.
2014-01-30headless fixAlon Zakai
2014-01-30added basic unmount supportAnthony Pesch
don't emit syncfs callback multiple times error when mounting to an existing mountpoint
2014-01-30Merge pull request #2080 from inolen/idbfs_updatesAlon Zakai
idbfs updates
2014-01-30asmify randAlon Zakai
2014-01-30asmify rand_rAlon Zakai
2014-01-30use Math.imul in rand_rAlon Zakai
2014-01-30use all 32 bits in rand_rAlon Zakai
2014-01-30misc cleanupsAlon Zakai
2014-01-30Merge branch 'rand' of github.com:coolwanglu/emscripten into incomingAlon Zakai
2014-01-30fix exceptions whitelist check on invoke using function pointer; fixes #2081Alon Zakai
2014-01-30don't leak streams in readFile and writeFileAnthony 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-29remove obsolete sig param to sign/unSignAlon Zakai
2014-01-29Merge pull request #2065 from Daft-Freak/alAlon Zakai
AL improvements
2014-01-29fix locale-removing aliases that break because they then have the wrong sig; ↵Alon Zakai
fixes #2076
2014-01-28rely on js opts to do safe heap for asm, to avoid duplicating logic for ↵Alon Zakai
proper asm ffi coercions
2014-01-28add alGetBufferiCharlie Birks
2014-01-28alcGetIntegerv fixesCharlie Birks
2014-01-28improve alcGetStringCharlie Birks
2014-01-28alGetString fixes from reviewCharlie Birks
2014-01-27fix some safeHeap errors with the new exceptions code; fixes #2068Alon Zakai
2014-01-27improve alGetStringCharlie Birks
2014-01-27add alcGetIntegervCharlie Birks
2014-01-27add alIsSourceCharlie Birks
2014-01-26Merge pull request #2061 from inolen/openal_fixAlon Zakai
fix variable name in alListenerfv