aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-02-06Merge pull request #2082 from inolen/oes_stdderjuj
2014-02-06Always preventDefault() on keydown if keypress is not needed.Boris Gjenero
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
2014-02-04disable WARN_UNALIGNED by defaultAlon Zakai
2014-02-04WARN_UNALIGNED option for fastcompAlon Zakai
2014-02-04Improve Web Audio buffering.Boris Gjenero
2014-02-04Merge pull request #2094 from inolen/lazy_init_surface_bufferAlon Zakai
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
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 d...Anthony Pesch
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 due...Jukka Jylänki
2014-02-01Add support for detecting whether screen orientation lock succeeds or fails. ...Jukka Jylänki
2014-01-31Merge pull request #2079 from inolen/fs_unmountAlon Zakai
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 ac...Fraser Adams
2014-01-30headless fixAlon Zakai
2014-01-30added basic unmount supportAnthony Pesch
2014-01-30Merge pull request #2080 from inolen/idbfs_updatesAlon Zakai
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
2014-01-29remove obsolete sig param to sign/unSignAlon Zakai
2014-01-29Merge pull request #2065 from Daft-Freak/alAlon Zakai
2014-01-29fix locale-removing aliases that break because they then have the wrong sig; ...Alon Zakai
2014-01-28rely on js opts to do safe heap for asm, to avoid duplicating logic for prope...Alon Zakai
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