Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-17 | some support for SDL_PeepEvents | Alon Zakai | |
2012-04-17 | add emscripten_async_call | Alon Zakai | |
2012-04-17 | fix closure issues with exception handling, and add test coverage | Alon Zakai | |
2012-04-16 | fix sscanf handling of ends of %s | Alon Zakai | |
2012-04-16 | Build the lzma-native binary if needed | Ehsan Akhgari | |
2012-04-15 | add working test_sdl_ogl_p | Alon Zakai | |
2012-04-15 | add disabled sdl_ogl_p test as the next target | Alon Zakai | |
2012-04-15 | fix sdl_ogl.c for native builds | Alon Zakai | |
2012-04-14 | fix makeSetValue on complex structural types, fixes #386 | Alon Zakai | |
2012-04-14 | support js arrays as inputs in ccall | Alon Zakai | |
2012-04-14 | fix for test_sdl_ogl | Alon Zakai | |
2012-04-14 | retrieve pixel data from IMG_Load, for maximum compatibility | Alon Zakai | |
2012-04-14 | support for GL_TRIANGLE_STRIP | Alon Zakai | |
2012-04-13 | --js-library option to make it easy to add additional library_*.js files | Alon Zakai | |
2012-04-13 | sdl pageup/down | Alon Zakai | |
2012-04-13 | Merge remote-tracking branch 'upstream/incoming' into glmatrix | Ehsan Akhgari | |
Conflicts: src/library_gl.js | |||
2012-04-13 | Enable test_sdl_ogl | Ehsan Akhgari | |
2012-04-13 | Lock and unlock the surface to access the raw pixel data | Ehsan Akhgari | |
2012-04-13 | Make more browser tests work for Windows. | Sigmund Vik | |
2012-04-12 | add glReadPixels and sdl/gl test for it | Alon Zakai | |
2012-04-12 | prepare for sdl/ogl test | Alon Zakai | |
2012-04-12 | files for sdl/ogl immediate mode test | Alon Zakai | |
2012-04-12 | fix EM_SAVE_DIR | Alon Zakai | |
2012-04-12 | nicer browser test harness text | Alon Zakai | |
2012-04-12 | Merge pull request #374 from SiggyBar/build-env-2 | Alon Zakai | |
Make it easier to use emscripten from a build system. | |||
2012-04-11 | make test_worker completely automatic | Alon Zakai | |
2012-04-11 | make test_html a reftest | Alon Zakai | |
2012-04-11 | update test_structbyval | Alon Zakai | |
2012-04-11 | clean up gears tests | Alon Zakai | |
2012-04-11 | A more accurate output message in test case in sanity.test_emcc | Sigmund Vik | |
2012-04-11 | Make it easier to use emscripten from a build system. | Sigmund Vik | |
- Allow the configuration to be specified directly in the EM_CONFIG environment variable instead of in a config file. The config file approach has some shortcomings when using emscripten from a build system (e.g. it uses a single global config file so it is hard to configure emscripten in different ways from different build trees). The presence of newlines in the EM_CONFIG string variable is used to decide if the configuration is stored directly in the environment variable or it is used to specify the config file (is this too much of a hack?). - Skip check_sanity() and check_engine() based on the presence of the config file. When running from a build system, it is the build system's responsibility that everything is set up correctly. Maybe a new environment variable EM_SKIP_CHECKS or something like that might be better to decide whether or not to run these checks? - Do not assume that the SPIDERMONKEY_ENGINE environment variable is set. - Add EM_CACHE environment variable that can be used to control where emscripten should store built libraries. | |||
2012-04-11 | show some progress in browser test harness | Alon Zakai | |
2012-04-11 | close browser test windows in almost all tests, making the browser tests ↵ | Alon Zakai | |
much more automatic | |||
2012-04-10 | fix sdl pitch bug | Alon Zakai | |
2012-04-10 | fix sanity.test_emcc_caching | Alon Zakai | |
2012-04-09 | init runtime immediately, so that even with noInitialRun we can still call ↵ | Alon Zakai | |
filesystem-using functions and they will work | |||
2012-04-09 | experimental support for inline js | Alon Zakai | |
2012-04-09 | Merge pull request #370 from brson/frem | Alon Zakai | |
Support frem instruction | |||
2012-04-09 | Merge pull request #367 from ehsan/gears_animation_reftest | Alon Zakai | |
Gears animation reftest | |||
2012-04-09 | allow anonmyous empty structs | Alon Zakai | |
2012-04-09 | Support frem instruction | Brian Anderson | |
2012-04-09 | Restore the es2gears animation | Ehsan Akhgari | |
This makes sure that the GLUT-based animation infrastructure continues to work in the future. | |||
2012-04-09 | clarify test runner instructions | Alon Zakai | |
2012-04-08 | fix sdl pixelformat | Alon Zakai | |
2012-04-08 | clean up linker a.out|exe stubs | Alon Zakai | |
2012-04-08 | add support for quoted labels; fixes #360 | Alon Zakai | |
2012-04-08 | support for sdl scancodes | Alon Zakai | |
2012-04-07 | handle dollar in alias names | Alon Zakai | |
2012-04-07 | handle identical basenames in emcc properly; fixes #287 | Alon Zakai | |
2012-04-06 | restore support for noInitialRun | Alon Zakai | |