aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-30headless fixAlon Zakai
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
2014-01-26fix variable name in alListenerfvAnthony Pesch
2014-01-26Merge pull request #2042 from waywardmonkeys/exception-fixesAlon Zakai
2014-01-26do not include library i64 stuff in side modules, it is in the parent; fixes ...Alon Zakai
2014-01-26Merge pull request #2056 from jamesu/openal_t2d_fixesjuj
2014-01-25Add get&set for source direction and cone valuesJames Urquhart
2014-01-25Use correct index for alIsBufferJames Urquhart
2014-01-25Use correct error handling for new OpenAL functionsJames Urquhart
2014-01-25Fix inconsistent linkage warnings from Visual Studio caused by mismatched dll...Jukka Jylänki
2014-01-24spinner during startup; #2050Alon Zakai
2014-01-24Implement alGetSourcefvJames Urquhart
2014-01-24Implement basic stub for alEnable & alDisableJames Urquhart
2014-01-24Implement alIsBufferJames Urquhart
2014-01-24Implement listener gain & get functions for OpenALJames Urquhart
2014-01-24Merge pull request #2035 from juj/html5_events1.9.4Alon Zakai
2014-01-24Rename library_events to library_html5 and other suggested renamings. Add bet...Jukka Jylänki
2014-01-24Improve C++ exception handling.Bruce Mitchener
2014-01-23use correct bufferData method when passing a NULL pointerAnthony Pesch
2014-01-23export the runtime; fixes #2041Alon Zakai
2014-01-23better error reporting on errors in js libraries; fixes #2033Alon Zakai
2014-01-22Merge pull request #1905 from juj/glGetTexEnvAlon Zakai
2014-01-22fix some sdl typos that error on safe heap in asm mode, and add test coverage...Alon Zakai
2014-01-22some headless additionsAlon Zakai
2014-01-22eliminate llvm_prefetch; fixes #2043Alon Zakai
2014-01-22fastcomp updates and a test for fptosi|ui on floats and doublesAlon Zakai
2014-01-22avoid unresolved symbol warnings on misc funcs in fastcompAlon Zakai