Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-10 | forward CLOSURE_COMPILER to settings, and use that to avoid a ↵ | Alon Zakai | |
closure-specific workaround for Module detection; fixes #2209 | |||
2014-03-10 | Merge branch 'patch-1' of github.com:ddiproietto/emscripten into incoming | Alon Zakai | |
Conflicts: AUTHORS | |||
2014-03-09 | add some text to safe heap asserts | Alon Zakai | |
2014-03-08 | Fix GLFW ESC key | Daniele Di Proietto | |
GLFW_KEY_ESC is defined to GLFW_KEY_SPECIAL+1 (257) in system/include/GL/glfw.h. | |||
2014-03-07 | Implement emscripten_async_wget2_data | Joel Croteau | |
This adds the new function emscripten_async_wget2_data to read from an XMLHTTPRequest directly into memory while supporting advanced features. | |||
2014-03-07 | todo about TextEncoder | Alon Zakai | |
2014-03-07 | Merge branch 'master' of github.com:Noxalus/emscripten into incoming | Alon Zakai | |
Conflicts: AUTHORS | |||
2014-03-06 | show logging about preload/pre-main time even without a main | Alon Zakai | |
2014-03-06 | Update closure-externs.js | Noxalus | |
Add a gamepad support with closure. | |||
2014-03-05 | remove stale dependencies in openal | Alon Zakai | |
2014-03-05 | throttle glut requestAnimationFrames; fixes #2183 | Alon Zakai | |
2014-03-06 | Fixed full screen closing immediately | DerKoun | |
Fixed full screen closing immediately because of canvas container not being defined. | |||
2014-03-05 | Add EXT_shader_texture_lod to trivially supported extensions | Vladimir Vukicevic | |
2014-03-05 | emscripten_debugger() | Alon Zakai | |
2014-03-05 | Allow going fullscreen in response to mousedown events | jonas echterhoff | |
2014-03-05 | Merge commit '0ec7107' into HEAD | Alon Zakai | |
2014-03-04 | explain EXPORTED_FUNCTIONS better | Alon Zakai | |
2014-03-03 | Merge branch 'allow_multiple_worker_responses' of ↵ | Alon Zakai | |
github.com:virusdave/emscripten into incoming Conflicts: AUTHORS | |||
2014-03-03 | Allow multiple worker responses (via messages) if desired. | Dave Nicponski | |
Add unit test for multiple worker responses. Test command: python tests/runner.py browser.test_worker_api_3 Add self to authors file. | |||
2014-03-03 | Merge pull request #2151 from haneefmubarak/cleanup | Alon Zakai | |
cleanup series I - part I | |||
2014-03-03 | add canvas.style.setProperty in headlessCanvas | Alon Zakai | |
2014-03-03 | Strict: There is no global this. | Bruce Mitchener | |
2014-03-03 | Strict: Don't define functions within conditional. | Bruce Mitchener | |
2014-03-01 | mention ASSERTIONS in abort() calls | Alon Zakai | |
2014-02-28 | fix some whitespace | Alon Zakai | |
2014-02-28 | Merge branch 'incoming' of ↵ | Alon Zakai | |
github.com:DerKoun/emscripten-fullscreen-improvements into incoming Conflicts: AUTHORS | |||
2014-02-28 | Full screen fixes (aspect ratio & IE11) & AR opt | DerKoun | |
Full screen image now has correct aspect ratio (parent of canvas is full screen root, canvas size is adapted via styles). Full screen now works properly in Internet Explorer 11. It is now possible to optionally force a specific aspect ratio for the canvas (canvas size is adapted via styles, ratio for now has to be set manually in compiled JS). | |||
2014-02-28 | fix glCompressedTexSubImage2D; fixes #2173 | Alon Zakai | |
2014-02-27 | Fix bug that caused emscripten_get_callstack to not truncate the output ↵ | Jukka Jylänki | |
buffer. Add test. Closes #2171. | |||
2014-02-26 | make sdl canvas copy warning a one-time thing; fixes #2167 | Alon Zakai | |
2014-02-26 | Merge pull request #2165 from juj/fs_element_size1.12.3 | Alon Zakai | |
Fullscreen element sizes | |||
2014-02-26 | use le32 target when fastcomp is disabled, so we do not need a fastcomp ↵ | Alon Zakai | |
build, and also fixes sqlite test | |||
2014-02-26 | Merge pull request #2157 from rfk/rfk/fileno-error-reporting | Alon Zakai | |
Ensure that fileno() returns -1 when given an invalid file pointer. | |||
2014-02-26 | Add new fields to EmscriptenFullscreenChangeEvent structure that report the ↵ | Jukka Jylänki | |
new pixel sizes of the fullscreen element, as well as the whole screen size. These can be used to read and adjust the rendering canvas size appropriately when transitioning between fullscreen modes. Thanks to Joel Croteau for the suggestion at https://groups.google.com/forum/#!topic/emscripten-discuss/qaTrOXWv1Oc . Bump version to 1.12.3 to update the cache after change to struct_info.json. | |||
2014-02-26 | Ensure that fileno() returns -1 when given an invalid file pointer. | Ryan Kelly | |
2014-02-25 | Merge branch 'NiCoX' of github.com:patchanka/emscripten into incoming | Alon Zakai | |
Conflicts: AUTHORS | |||
2014-02-25 | do not warn on undefined symbols for things that are mere js lib ↵ | Alon Zakai | |
dependencies, and not things we know are actually missing (they may be provided by a C implementation); fixes #2154 | |||
2014-02-25 | Introduce the asmjs-unknown-emscripten target triple. | Dan Gohman | |
2014-02-25 | Minor code simplifications. | Dan Gohman | |
2014-02-25 | Fix a copy+pasto. | Dan Gohman | |
2014-02-24 | Merge branch 'fastcomp-by-default' into incoming | Alon Zakai | |
2014-02-24 | add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20 | Alon Zakai | |
2014-02-24 | add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20 | Alon Zakai | |
2014-02-25 | Fix emscripten_get_callstack to work on Firefox 30 after it implemented ↵ | Jukka Jylänki | |
column information in callstack info. See https://bugzilla.mozilla.org/show_bug.cgi?id=762556 . Fixes test browser.test_emscripten_log on Firefox 30. | |||
2014-02-24 | Merge pull request #2149 from TehEpicPineapple/prettier-shell | Alon Zakai | |
"Powered by emscripten" logo | |||
2014-02-23 | emit value in safe heap load logging | Alon Zakai | |
2014-02-23 | Changed alcOpenDevice so it works with Safari 6 and newer. | patchanka | |
2014-02-22 | rewrote READMEs and other markdown docs | Haneef Mubarak | |
**all: folded to margins** README: used local image, expanded license into a small section CONTRIBUTING: added title relooper README: removed licensing data (root of repo contains license) | |||
2014-02-22 | changed markdown files to '*.md | Haneef Mubarak | |
2014-02-21 | Actually make margin between canvas and output | Jack Arrington | |