Age | Commit message (Expand) | Author |
2013-08-19 | add 'other' to default test runner modes | Alon Zakai |
2013-08-19 | Merge pull request #1524 from inolen/sdl_unicode | Alon Zakai |
2013-08-19 | Merge pull request #1528 from inolen/shared_lib_fixes | Alon Zakai |
2013-08-19 | emit preload timing | Alon Zakai |
2013-08-19 | re-enabled non-asm.js shared lib support | Anthony Pesch |
2013-08-18 | Merge pull request #1538 from ToadKing/eglGetProcAddress | Alon Zakai |
2013-08-18 | restore EMSCRIPTEN_KEEPALIVE, needed to prevent inlining, EXPORTED_FUNCTIONS ... | Alon Zakai |
2013-08-18 | Merge pull request #1536 from juj/fix_rsp_file_escaping_windows | Alon Zakai |
2013-08-18 | Merge pull request #1535 from juj/fix_source_map_windows | Alon Zakai |
2013-08-18 | clean up sv sockets for socket tests | Anthony Pesch |
2013-08-18 | implement eglGetProcAddress | ToadKing |
2013-08-17 | Fix escaping of parameters in response file generation for Windows. Fixes #14... | Jukka Jylänki |
2013-08-17 | Merge pull request #1529 from waywardmonkeys/compat-headers | Alon Zakai |
2013-08-17 | Fix source map generation on Windows. Fixes #1333. | Jukka Jylänki |
2013-08-16 | capture charCode field of keypress events to backfill keydown events | Anthony Pesch |
2013-08-16 | create FS.name_table at runtime, to reduce code size | Alon Zakai |
2013-08-16 | Merge pull request #1532 from juj/fix_test_runner_returncode | Alon Zakai |
2013-08-16 | allow overriding a gl function with the same name, and keep the original acce... | Alon Zakai |
2013-08-16 | warn on VERBOSE | Alon Zakai |
2013-08-16 | generate separate function table wrappers for a single library function alias... | Alon Zakai |
2013-08-16 | do not warn on gl emulation code if INCLUDE_FULL_LIBRARY is set, only error a... | Alon Zakai |
2013-08-16 | simplify and automate GetProcAddress logic, and move it out of GL emulation | Alon Zakai |
2013-08-16 | pick up function indexing that only happens in pre | Alon Zakai |
2013-08-16 | convert gl emulation compilation errors to warnings and runtime errors | Alon Zakai |
2013-08-16 | Fix test runner process exit code to report the number of failing tests, like... | Jukka Jylänki |
2013-08-16 | Add compat headers, move some things to them. | Bruce Mitchener |
2013-08-15 | Merge pull request #1511 from inolen/errnoerror | Alon Zakai |
2013-08-15 | Merge pull request #1527 from inolen/setcanvassize | Alon Zakai |
2013-08-15 | make find_bigfuncs work on ll and js | Alon Zakai |
2013-08-15 | Merge pull request #1526 from inolen/glcompileshader | Alon Zakai |
2013-08-15 | expose setCanvasSize | Anthony Pesch |
2013-08-15 | move shader compile status check behind GL_DEBUG | Anthony Pesch |
2013-08-15 | make legacy gl emulation an opt-in option, LEGACY_GL_EMULATION | Alon Zakai |
2013-08-15 | assert in btest on successful compilation | Alon Zakai |
2013-08-15 | spam abort() messages to stderr as well | Alon Zakai |
2013-08-15 | Merge pull request #1513 from modeswitch/webrtc-tests | Alon Zakai |
2013-08-14 | Merge pull request #1519 from rfk/unsigned-filename-hash | Anthony Pesch |
2013-08-14 | disable optimizeShifts; fixes #1518 | Alon Zakai |
2013-08-15 | Ensure hashName always returns a positive integer. | Ryan Kelly |
2013-08-14 | update emcc comment | Alon Zakai |
2013-08-14 | do not fail if no read() in the shell, which is the case with jsc | Alon Zakai |
2013-08-14 | Merge pull request #1517 from inolen/sdl_surface_size | Alon Zakai |
2013-08-14 | fixed SDL_Surface struct size | Anthony Pesch |
2013-08-14 | Merge pull request #1515 from inolen/sdl_audiodrivername | Alon Zakai |
2013-08-14 | Merge pull request #1514 from inolen/default_open_mode | Alon Zakai |
2013-08-14 | Merge pull request #1510 from inolen/fs_readdir | Alon Zakai |
2013-08-14 | added SDL_AudioDriverName | Anthony Pesch |
2013-08-14 | Minor fixes for webrtc test. | Alan Kligman |
2013-08-13 | default to mode 0666 | Anthony Pesch |
2013-08-14 | Test for webrtc sockets. | Alan Kligman |