aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-04-03Merge pull request #1015 from fhd/incomingAlon Zakai
Support rotozoomSurface
2013-04-01fix externals handling: non-library elements need nothing at all, so runtime ↵Alon Zakai
linking works
2013-04-01simplify and unify handling of externalsAlon Zakai
2013-03-31differentiate better the ambiguous case of llvm call (where the type can be ↵Alon Zakai
either just the return type, or the entire function type): ** and above are certainly just the return type
2013-03-31check both original short ident and redirected ident for being a library ↵Alon Zakai
function, so redirects to Math.* work
2013-03-31invalidate renderers using strideAlon Zakai
2013-03-31GL_UNSAFE_OPTS tweaksAlon Zakai
2013-03-31do not fix offsets in renderers; fixes test_gl_renderersAlon Zakai
2013-03-31fix attribute offsets when they start at >0 and there is an array bufferAlon Zakai
2013-03-31do not fix stride in renderersAlon Zakai
2013-03-30rephrase commentAlon Zakai
2013-03-30Support rotozoomSurfaceFelix H. Dahlke
2013-03-28Updated comment for DEAD_FUNCTIONS.Michael Bishop
2013-03-26Adjust the distance model and rolloff factor for OpenALEhsan Akhgari
2013-03-25Merge pull request #898 from MichaelRiss/selectFixAlon Zakai
select function: return error condition when network connection fails
2013-03-25simplify handling of anonymous entry blocks; fixes #948Alon Zakai
2013-03-25Get things working with the new libcxx / libcxxabi.Bruce Mitchener
2013-03-23remove unneeded check from relooper1.3.3Alon Zakai
2013-03-22correctly detect type of outputs of call to function pointersAlon 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-22- added test cases for select error reportingMichael Riss
- added missing error reporting for sockets in the write file descriptor set
2013-03-22Move error check into canRead function and use an outer scope variable to ↵Michael Riss
report the error condition.
2013-03-22remove stray console.logMichael Riss
2013-03-22select function: return error condition when network connection failsMichael Riss
2013-03-21asmify CHECK_HEAP_ALIGN callsAlon 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-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
When there's no exception, just drop the resume.
2013-03-20Implement alcGetErrorEhsan Akhgari
2013-03-20Remove two other workaroundsEhsan Akhgari
2013-03-20Revert "Work around two Firefox bugs"Ehsan Akhgari
This reverts commit 0dd0d506f77e981258dad30e916c95daeb4aef13. Conflicts: src/library_openal.js
2013-03-20alcGetErrorAlon Zakai
2013-03-20refactor Browser initializationAlon Zakai
2013-03-20Remove border from canvasVladimir Vukicevic
2013-03-20Merge pull request #982 from ehsan/openalAlon Zakai
Fix a bunch of makeSetValue calls in the OpenAL backend
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
teach library_browser about non-fullscreen pointerlock if Module.element PointerLock is true
2013-03-20fix indentationAlon Zakai
2013-03-20Merge pull request #968 from vvuk/sdl-backbuffer-sizeAlon Zakai
Make SDL handle the case where canvas backbuffer and canvas CSS element are not the same size
2013-03-19handle negative zero; fixes #921Alon Zakai
2013-03-19fix OpenAL makeGetValue indicesVladimir Vukicevic
2013-03-19Merge pull request #977 from ehsan/openalEhsan Akhgari
Initial support for positional audio
2013-03-19Use the equalpower panning modelEhsan Akhgari
2013-03-19Fix a typoEhsan Akhgari