aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-23remove unneeded check from relooper1.3.3Alon Zakai
2013-03-22v1.3.21.3.2Alon Zakai
2013-03-22fix test_chunkingAlon Zakai
2013-03-22correctly detect type of outputs of call to function pointersAlon Zakai
2013-03-22refactor jvm support into a JS libraryAlon Zakai
2013-03-22export functions in pre phase even in asm (it's just in funcs that we don't)Alon Zakai
2013-03-22Set the correct panning modelEhsan Akhgari
2013-03-22add default c++ terminate() in library.jsAlon Zakai
2013-03-22require -O2 in asm, for nowAlon Zakai
2013-03-21asmify CHECK_HEAP_ALIGN callsAlon Zakai
2013-03-21fix handling of EMCC_LEAVE_INPUTS_RAWAlon Zakai
2013-03-20do not save broken pre output to jcacheAlon Zakai
2013-03-20improve error messageAlon Zakai
2013-03-20abort compilation if there are unresolved in asm.js, after showing them allAlon Zakai
2013-03-20do not exist runtime if simulating an infinite loopAlon Zakai
2013-03-20do not show the simulate-infinite-loop exceptionAlon Zakai
2013-03-20fix test_emscripten_api_infloopAlon Zakai
2013-03-20remove CATCH_EXIT_CODE and make it the default behaviorAlon Zakai
2013-03-20add exception debug warning on resume 0Alon Zakai
2013-03-20Merge pull request #972 from waywardmonkeys/fix-resume-undefAlon Zakai
2013-03-20Implement alcGetErrorEhsan Akhgari
2013-03-20Remove two other workaroundsEhsan Akhgari
2013-03-20Revert "Work around two Firefox bugs"Ehsan Akhgari
2013-03-20alcGetErrorAlon Zakai
2013-03-20refactor Browser initializationAlon Zakai
2013-03-20restore test_sdl_mouse to the proper state, after the last fixAlon Zakai
2013-03-20Merge pull request #983 from vvuk/sdl-backbuffer-sizeAlon Zakai
2013-03-20Remove border from canvasVladimir Vukicevic
2013-03-20update test_sdl_mouseAlon Zakai
2013-03-20Merge pull request #982 from ehsan/openalAlon Zakai
2013-03-20Fix a bunch of makeSetValue calls in the OpenAL backendEhsan Akhgari
2013-03-20Merge pull request #970 from vvuk/non-fs-pointer-lockAlon Zakai
2013-03-20fix indentationAlon Zakai
2013-03-20Merge pull request #968 from vvuk/sdl-backbuffer-sizeAlon Zakai
2013-03-19update test_strtod, now that we handle negative zeroAlon Zakai
2013-03-19make test_chunking a little more lenientAlon Zakai
2013-03-19handle negative zero; fixes #921Alon Zakai
2013-03-19Merge pull request #979 from vvuk/openal-indicesAlon Zakai
2013-03-19fix OpenAL makeGetValue indicesVladimir Vukicevic
2013-03-19Merge pull request #977 from ehsan/openalEhsan Akhgari
2013-03-19Use the equalpower panning modelEhsan Akhgari
2013-03-19Fix a typoEhsan Akhgari
2013-03-19Merge pull request #973 from waywardmonkeys/fix-ctype-declsAlon Zakai
2013-03-19Merge pull request #974 from waywardmonkeys/fix-ctpopAlon Zakai
2013-03-19Implement alListenerfvEhsan Akhgari
2013-03-19Merge pull request #975 from ehsan/openalAlon Zakai
2013-03-19Only pause/resume in progress sources if the buffer being played back is the ...Ehsan Akhgari
2013-03-19teach library_browser about non-fullscreen pointerlock if Module.elementPoint...Vladimir Vukicevic
2013-03-19Make SDL handle the case where canvas backbuffer and canvas CSS element are n...Vladimir Vukicevic
2013-03-20Fix large values in llvm_ctpop_i32().Bruce Mitchener