aboutsummaryrefslogtreecommitdiff
path: root/src/library_sdl.js
AgeCommit message (Expand)Author
2014-02-13Fix Mozilla Audio Data API usage after my previous commit that added the use ...Jukka Jylänki
2014-02-11initialize pixel buffer inside of makeSurface for SDL_SWSURFACEAnthony Pesch
2014-02-12Implement SDL audio buffer queueing to use Web Audio ScriptProcessorNode in t...Jukka Jylänki
2014-02-11Merge branch 'incoming' of github.com:mgerhardy/emscripten into incomingAlon Zakai
2014-02-11refactor mouse wheel handling code to be shared across SDL, glfw, glutAlon Zakai
2014-02-09move emscripten_GetProcAddress to a C library, so that it is less hackish and...1.10.3Alon Zakai
2014-02-06Always preventDefault() on keydown if keypress is not needed.Boris Gjenero
2014-02-04Improve Web Audio buffering.Boris Gjenero
2014-02-04lazily initialize SDL surface bufferAnthony Pesch
2014-01-22fix some sdl typos that error on safe heap in asm mode, and add test coverage...Alon Zakai
2014-01-17add missing ;sAlon Zakai
2014-01-03optimize main loop in SDL_UnlockSurface to avoid a branchAlon Zakai
2014-01-03[SDL] Actually fix SDL_UnlockSurface in IE10/IE11.John Vilk
2014-01-03[SDL] Fixing SDL_UnlockSurface in IE10/IE11.John Vilk
2013-12-27Fix missing SDL_LockSurface referenceRichard Quirk
2013-12-14simplifies with aliasLu Wang
2013-12-03[SDL Audio] Refactoring Mix_LoadWAV_RW to use new FS API.John Vilk
2013-11-26naive implement of SDL_LowerBlitLu Wang
2013-11-19[SDL] SDL_JoystickEventState should default to SDL_ENABLE, not SDL_DISABLE.John Vilk
2013-11-16Don't throw an exception on SDL_ThreadID()DopefishJustin
2013-11-15Merge pull request #1806 from juj/sdl_audio_queueingjuj
2013-11-16Add a configuration option Module.SDL_numSimultaneouslyQueuedBuffers to allow...Jukka Jylänki
2013-11-10Support SDL audio sample size of 512 samples. Make the SDL audio buffer queue...Jukka Jylänki
2013-11-10[SDL] Joystick API implementation using HTML5 Gamepad APIJohn Vilk
2013-11-06Merge pull request #1748 from caiiiycuk/fix_sdl_colorsAlon Zakai
2013-11-04Give names to most manually assigned functions in the .js files, in form "var...Jukka Jylänki
2013-10-30add some more sdl scancodesAlon Zakai
2013-10-31Fix handling of backspace SDL scancode.Bruce Mitchener
2013-10-30Fix SDL_SetColors && SDL_envetsAleksander Guryanov
2013-10-24map depth and stencil buffers activation from SDL to WebGLAntoine Lambert
2013-10-23Implement SDL_SetVideoMode(0,0, ...) to create the canvas in whatever size th...Jukka Jylänki
2013-10-16Merge branch 'antialiasing' of github.com:wsmind/emscripten into incomingAlon Zakai
2013-10-14Minor fixes and improvementsRemi Papillie
2013-10-14Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incomingAlon Zakai
2013-10-13Implemented MSAA for SDL.Remi Papillie
2013-10-13Implemented SDL_GL_SetAttribute and SDL_GL_GetAttribute.Remi Papillie
2013-10-03Make SDL_rotozoomSurface rotate into the correct directionFelix H. Dahlke
2013-10-01fix C_STRUCT usage in sdlAlon Zakai
2013-09-30Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4Alon Zakai
2013-09-25Replace references to QUANTUM_SIZE with C_STRUCTS equivalents.ngld
2013-09-24Fix entire surface alpha blending with SDL_SetAlphaRichard Quirk
2013-09-24Hide logging in Web Audio intended mostly for debugging.Jukka Jylänki
2013-09-24Fix bug where resuming SDL audio multiple times could cause multiple audio ev...Jukka Jylänki
2013-09-24Document Mozilla Audio Data API is used as a workaround.Jukka Jylänki
2013-09-24Adjust SDL Web Audio API backend to make it work on Firefox nightly. Note tha...Jukka Jylänki
2013-09-24Explicitly disconnect generated audio buffers with Web Audio API to guarantee...Jukka Jylänki
2013-09-24Fix audio callback overflow problems by avoiding using Browser.safeSetTimeout...Jukka Jylänki
2013-09-24Improve the Web Audio callback buffer scheduling logic to stay ahead of buffe...Jukka Jylänki
2013-09-24Fix reporting of silence parameter in SDL audio api.Jukka Jylänki
2013-09-24Fix closure issues with Web Audio support in SDL.Jukka Jylänki