Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-02 | support EXCEPTION_CATCHING_WHITELIST in fastcomp | Alon Zakai | |
2014-02-01 | fix for FS.utime parameters | Anthony Pesch | |
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 | |
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 | |||
2014-01-26 | fix variable name in alListenerfv | Anthony Pesch | |
2014-01-26 | Merge pull request #2042 from waywardmonkeys/exception-fixes | Alon Zakai | |
Start tracking exception data in a header. | |||
2014-01-26 | do not include library i64 stuff in side modules, it is in the parent; fixes ↵ | Alon Zakai | |
#2060 | |||
2014-01-26 | Merge pull request #2056 from jamesu/openal_t2d_fixes | juj | |
Openal t2d fixes | |||
2014-01-25 | Add get&set for source direction and cone values | James Urquhart | |
2014-01-25 | Use correct index for alIsBuffer | James Urquhart | |
2014-01-25 | Use correct error handling for new OpenAL functions | James Urquhart | |
2014-01-25 | Fix inconsistent linkage warnings from Visual Studio caused by mismatched ↵ | Jukka Jylänki | |
dllexport specifiers. Both definition and declaration need to have dllexport present, and added RELOOPERDLL_EXPORTS define to the .cpp file so it always sees the dllexport version instead of dllimport. | |||
2014-01-24 | spinner during startup; #2050 | Alon Zakai | |
2014-01-24 | Implement alGetSourcefv | James Urquhart | |
2014-01-24 | Implement basic stub for alEnable & alDisable | James Urquhart | |
2014-01-24 | Implement alIsBuffer | James Urquhart | |
2014-01-24 | Implement listener gain & get functions for OpenAL | James Urquhart | |
2014-01-24 | Merge pull request #2035 from juj/html5_events1.9.4 | Alon Zakai | |
HTML5 Events API. | |||
2014-01-24 | Rename library_events to library_html5 and other suggested renamings. Add ↵ | Jukka Jylänki | |
better support for reporting EMSCRIPTEN_RESULT_NOT_SUPPORTED for unsupported features. | |||
2014-01-24 | Improve C++ exception handling. | Bruce Mitchener | |
We now allocate extra bytes before the exception data and use that, rather than globals, to store the exception type and destructor information. This is step one towards having multiple exceptions in flight at once. We also track what exceptions are currently being caught in a stack maintained in __cxa_begin_catch and __cxa_end_catch. This is used for ensuring that we handle nested exception catch blocks correctly. | |||
2014-01-23 | use correct bufferData method when passing a NULL pointer | Anthony Pesch | |