summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-08-25implement emscripten_get_canvas_sizeToadKing
2013-08-24settings.js docsAlon Zakai
2013-08-24make script tag async in shell.htmlAlon Zakai
2013-08-24more docs for outliningAlon Zakai
2013-08-23do not fail when mmaping a MEMFS.CONTENT_FIXEDAlon Zakai
2013-08-23own the subarrays created by file preloading, to avoid a copyAlon Zakai
2013-08-23keep MEMFS files as typed arrays until we need them to be flexibleAlon Zakai
2013-08-23Don't set context error when there is no context.Daft-Freak
2013-08-21tighten switch heuristicsAlon Zakai
2013-08-21consider range and not just absolute value for using switchesAlon Zakai
2013-08-21tweak switch parameter some moreAlon Zakai
2013-08-21tweak switch heuristicsAlon Zakai
2013-08-21warn on unswitchified switchesAlon Zakai
2013-08-21do not emit switches for very sparse/large switch valuesAlon Zakai
2013-08-21emit switches in relooper1.5.6Alon Zakai
2013-08-20Merge pull request #1537 from aidanhs/4-byte-utf8-charsAlon Zakai
Fix printing of 4 byte UTF-8 characters
2013-08-20todo comment on TextDecoderAlon Zakai
2013-08-20sync headless code from bbAlon Zakai
2013-08-20Only check needed > 0 if it was formerly > 0Aidan Hobson Sayers
2013-08-20Clearer (and faster?), as per jij's suggestionAidan Hobson Sayers
2013-08-20Fix 4 byte utf8 charactersAidan Hobson Sayers
2013-08-20Merge branch 'fixed_openal_buffers' of github.com:ToadKing/emscripten into ↵Alon Zakai
incoming
2013-08-20improve headless.jsAlon Zakai
2013-08-19round doubles to i64s more carefully, especially small negatives; fixes #1539Alon Zakai
2013-08-19Merge remote-tracking branch 'origin/incoming' into touch_handlingJames Gregory
2013-08-19show preload time only on webAlon Zakai
2013-08-19Merge pull request #1524 from inolen/sdl_unicodeAlon Zakai
pass in modified character to SDL keydown events
2013-08-19Merge pull request #1528 from inolen/shared_lib_fixesAlon Zakai
re-enabled non-asm.js shared lib support
2013-08-19emit preload timingAlon Zakai
2013-08-19re-enabled non-asm.js shared lib supportAnthony Pesch
2013-08-18implement eglGetProcAddressToadKing
2013-08-16capture charCode field of keypress events to backfill keydown eventsAnthony Pesch
2013-08-16create FS.name_table at runtime, to reduce code sizeAlon Zakai
2013-08-16allow overriding a gl function with the same name, and keep the original ↵Alon Zakai
accessible through getProcAddress
2013-08-16warn on VERBOSEAlon Zakai
2013-08-16generate separate function table wrappers for a single library function ↵Alon Zakai
aliased with different signatures
2013-08-16do not warn on gl emulation code if INCLUDE_FULL_LIBRARY is set, only error ↵Alon Zakai
at runtime
2013-08-16simplify and automate GetProcAddress logic, and move it out of GL emulationAlon Zakai
2013-08-16convert gl emulation compilation errors to warnings and runtime errorsAlon Zakai
2013-08-15Merge pull request #1511 from inolen/errnoerrorAlon Zakai
make FS.ErrnoError inherit from Error
2013-08-15Merge pull request #1527 from inolen/setcanvassizeAlon Zakai
export setCanvasSize to Module object
2013-08-15expose setCanvasSizeAnthony Pesch
2013-08-15move shader compile status check behind GL_DEBUGAnthony Pesch
2013-08-16Bug fixes of the pthread specific and a test added.Yu Kobayashi
2013-08-15make legacy gl emulation an opt-in option, LEGACY_GL_EMULATIONAlon Zakai
2013-08-15spam abort() messages to stderr as wellAlon Zakai
2013-08-15Merge pull request #1513 from modeswitch/webrtc-testsAlon Zakai
Webrtc test
2013-08-15Ensure hashName always returns a positive integer.Ryan Kelly
2013-08-14do not fail if no read() in the shell, which is the case with jscAlon Zakai
2013-08-14Merge pull request #1517 from inolen/sdl_surface_sizeAlon Zakai
SDL_Surface size fix