Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-09 | Fix GL emulation problems that caused particles and ground to disappear in ↵ | Jukka Jylänki | |
Bananabread demo, caused by previous commit https://github.com/kripken/emscripten/commit/fc5dd62fc359397245aca85b1cc847393ba5858f that only partially tracked the changes to the FFP emulation state. | |||
2014-01-08 | fix relooper compiler warnings | Alon Zakai | |
2014-01-08 | verify imul correctness, workaround for webkit bug 126345; closes #1991 | Alon Zakai | |
2014-01-08 | fixing indentation | AlexPerrot | |
2014-01-07 | notice simd signal from fastcomp | Alon Zakai | |
2014-01-07 | update other.test_simd test for llvm 3.3 and 3.4 | Alon Zakai | |
2014-01-07 | Merge branch 'incoming' into llvm-3.41.8.6 | Alon Zakai | |
Conflicts: tests/test_benchmark.py tools/shared.py | |||
2014-01-07 | make aggressiveVariableElimination usable through a setting | Alon Zakai | |
2014-01-07 | properly overflow gep arguments; fixes #1975 | Alon Zakai | |
2014-01-07 | Merge branch 'add-libuuid' of github.com:fadams/emscripten into incoming | Alon Zakai | |
Conflicts: tools/shared.py | |||
2014-01-07 | Implementing keycodes for numpad numbered keys. | AlexPerrot | |
They return the same keycode as the numbers on the main keyboard. | |||
2014-01-07 | Added ENVIRONMENT_IS_WEB test prior to checking window.crypto etc. so we are ↵ | Fraser Adams | |
sure that window is defined | |||
2014-01-06 | preprocess recursively into #include's; fixes #1984 | Alon Zakai | |
2014-01-06 | ignore new readonly attribute in llvm 3.4 | Alon Zakai | |
2014-01-06 | ignore new readnone attribute in llvm 3.4 | Alon Zakai | |
2014-01-06 | Merge pull request #1982 from floooh/incoming | Alon Zakai | |
Added missing Return and Tab keycode support to library_glut.js | |||
2014-01-06 | Merge pull request #1978 from coolwanglu/pr | Alon Zakai | |
correct annotation for closure | |||
2014-01-06 | Added support for Return and Backspace key to glut | floooh | |
2014-01-06 | changed != to !== in a couple of places. Added fix to prevent closure ↵ | Fraser Adams | |
minifying crypto randomBytes etc. this fix makes use of closure externs so I've added a closure-externs.js to hold the definitions and modified tools/shared.py closure_compiler method to point to closure-externs.js. I've added externs to fix minification of the ws library used in library_sockfs.js too | |||
2014-01-06 | tokenize() does not accept a 2nd parameter | Lu Wang | |
2014-01-05 | correct annotation for closure | Lu Wang | |
2014-01-04 | fix some relooper compiler warnings and update reftests for previous fixes1.8.3 | Alon Zakai | |
2014-01-03 | Merge pull request #1967 from coolwanglu/pr_clean | Alon Zakai | |
clean extra arg of JSify | |||
2014-01-03 | Merge pull request #1941 from onnoj/incoming | Alon Zakai | |
Added workaround for window.scrollX compat. | |||
2014-01-03 | optimize main loop in SDL_UnlockSurface to avoid a branch | Alon Zakai | |
2014-01-03 | [SDL] Actually fix SDL_UnlockSurface in IE10/IE11. | John Vilk | |
The previous revision did not copy over pixel data properly. This time, I have reverted the IE path to the code used in this method prior to the breaking change, and have tested it with JSMESS. | |||
2014-01-03 | [SDL] Fixing SDL_UnlockSurface in IE10/IE11. | John Vilk | |
Previously, just calling SDL_UnlockSurface in IE10/IE11 would throw an exception, since Emscripten assumed that the ImageData's `data` property was Uint8ClampedArray, which has a backing buffer. IE10/IE11 still uses the deprecated CanvasPixelArray, which does not have a backing buffer property: https://developer.mozilla.org/en-US/docs/Web/API/CanvasPixelArray I've added an additional path to SDL_UnlockSurface for these browsers. | |||
2014-01-03 | fix output in glGetFramebufferAttachmentParameteriv | Alon Zakai | |
2014-01-03 | properly handle getParameter returning null when it means a null object ↵ | Alon Zakai | |
(e.g., no buffer is bound) and not an invalid name | |||
2014-01-03 | make sure to give Ids to split blocks in relooper1.8.1 | Alon Zakai | |
2014-01-03 | do not assume callee.caller always exists | Alon Zakai | |
2014-01-03 | Update library_browser.js | onnoj | |
2014-01-03 | clean extra arg of JSify | Lu Wang | |
2014-01-02 | adjust TOTAL_MEMORY at runtime, to take into account last minute changes to ↵ | Alon Zakai | |
Module.TOTAL_MEMORY | |||
2014-01-02 | support #include x.js in our preprocessed js sources | Alon Zakai | |
2014-01-02 | Added crypto quality random number generators for Node.js and browser ↵ | Fraser Adams | |
environment if available | |||
2014-01-02 | minor clean | Lu Wang | |
2014-01-02 | Fixed undefined check. | onnoj | |
Forgot I had to explicitly check the type of variable type to see if it's undefined. | |||
2014-01-02 | Added comments & assert to scrollX fix. | onnoj | |
Added comments to fix as per @kripken's request. Added an assert too (guarded by ASSERTIONS define) | |||
2014-01-01 | ensure we add precision in gl emulation to both fragment and vertex shaders | Alon Zakai | |
2014-01-01 | fix gl typos | Alon Zakai | |
2014-01-01 | Merge pull request #1870 from inolen/structinfo_fix | Alon Zakai | |
fix for structures generated by manually calling generateStructInfo | |||
2014-01-01 | minor clean | Lu Wang | |
2013-12-31 | implementation of libuuid | Fraser Adams | |
2013-12-29 | Merge pull request #1928 from anlambert/webgl_ANGLE_instanced_arrays | Alon Zakai | |
Add support for WebGL hardware instancing through extension ANGLE_instanced_arrays | |||
2013-12-28 | Merge pull request #1954 from richq/lockref | Alon Zakai | |
Fix missing SDL_LockSurface reference | |||
2013-12-28 | optimize relooper id counters1.8.0 | Alon Zakai | |
2013-12-27 | Fix missing SDL_LockSurface reference | Richard Quirk | |
Prior to this change, when blitting from the screen to a memory buffer the code could throw a "ReferenceError: _SDL_LockSurface is not defined" if SDL_LockSurface was not used elsewhere in the C code. | |||
2013-12-26 | support for optional complete emulation in relooper1.7.9 | Alon Zakai | |
2013-12-26 | fix js libraries in fastcomp; fixes #1948 | Alon Zakai | |