Age | Commit message (Expand) | Author |
2013-08-20 | Merge pull request #1537 from aidanhs/4-byte-utf8-chars | Alon Zakai |
2013-08-20 | todo comment on TextDecoder | Alon Zakai |
2013-08-20 | sync headless code from bb | Alon Zakai |
2013-08-20 | Only check needed > 0 if it was formerly > 0 | Aidan Hobson Sayers |
2013-08-20 | Clearer (and faster?), as per jij's suggestion | Aidan Hobson Sayers |
2013-08-20 | Fix 4 byte utf8 characters | Aidan Hobson Sayers |
2013-08-20 | Merge branch 'fixed_openal_buffers' of github.com:ToadKing/emscripten into in... | Alon Zakai |
2013-08-20 | improve headless.js | Alon Zakai |
2013-08-19 | round doubles to i64s more carefully, especially small negatives; fixes #1539 | Alon Zakai |
2013-08-19 | Merge remote-tracking branch 'origin/incoming' into touch_handling | James Gregory |
2013-08-19 | show preload time only on web | 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 | implement eglGetProcAddress | ToadKing |
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 | 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 | convert gl emulation compilation errors to warnings and runtime errors | Alon Zakai |
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 | 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 | spam abort() messages to stderr as well | Alon Zakai |
2013-08-15 | Merge pull request #1513 from modeswitch/webrtc-tests | Alon Zakai |
2013-08-15 | Ensure hashName always returns a positive integer. | Ryan Kelly |
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 | Add return value to sendmsg. | Alan Kligman |
2013-08-13 | - made FS.readdir easier to use | Anthony Pesch |
2013-08-13 | make FS.ErrnoError inherit from Error | Anthony Pesch |
2013-08-13 | warn if triple is not what we expect | Alon Zakai |
2013-08-13 | properly parse things like { i8*, { i64, i8* } (i8*)* }, issue #1319 | Alon Zakai |
2013-08-12 | reimplement getCurrentTime | ToadKing |
2013-08-12 | add explicit stack trace to FS errors | Alon Zakai |
2013-08-12 | Merge pull request #1506 from inolen/openal_fixes | Alon Zakai |
2013-08-12 | split out handling SDL events from making C events for them, to make SDL_Pump... | Alon Zakai |