aboutsummaryrefslogtreecommitdiff
path: root/src/library_sdl.js
AgeCommit message (Expand)Author
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
2013-09-24Improve SDL_OpenAudio support to work with the newest Web Audio API spec, add...Jukka Jylänki
2013-09-24Switched to single quotes for consistency.ILOVEPIE
2013-09-24Fixed some stuff I forgot to change.ILOVEPIE
2013-09-24Rewritten with audioBuffersILOVEPIE
2013-09-24Made the WebAudioAPI support slightly more efficient by removing some unneces...ILOVEPIE
2013-09-24Added WebAudioAPI output to mixer codeILOVEPIE
2013-09-17Updated library_sdl.jsngld
2013-09-13tolerate SDL_Delay in workersAlon Zakai
2013-09-11listen to blur on the window, not the document, so chrome worksAlon Zakai
2013-09-10remove no longer necessary preventDefaultAlon Zakai
2013-09-10fix preventDefault being called after event has been replacedAlon Zakai
2013-09-07when Module.screenIsReadOnly is set, do not constantly read the SDL screen pi...Alon Zakai
2013-09-07some sdl additionsAlon Zakai
2013-09-01misc in.h and SDL joystick stubsAnthony Pesch
2013-08-27Merge pull request #1564 from inolen/sdl_fullscreen_fixAlon Zakai
2013-08-27support SDL_WM_ToggleFullScreen when initiated by key inputAnthony Pesch
2013-08-26Merge pull request #1507 from ToadKing/sdl-alpha-keysAlon Zakai
2013-08-19Merge pull request #1524 from inolen/sdl_unicodeAlon Zakai
2013-08-16capture charCode field of keypress events to backfill keydown eventsAnthony Pesch
2013-08-16simplify and automate GetProcAddress logic, and move it out of GL emulationAlon Zakai
2013-08-14Merge pull request #1517 from inolen/sdl_surface_sizeAlon Zakai
2013-08-14fixed SDL_Surface struct sizeAnthony Pesch
2013-08-14added SDL_AudioDriverNameAnthony Pesch
2013-08-12fix alpha keycodes in handleEventToadKing
2013-08-12split out handling SDL events from making C events for them, to make SDL_Pump...Alon Zakai
2013-08-08converted Object.defineProperty calls to use Object.defineProperties in order...Anthony Pesch
2013-08-08Merge pull request #1470 from inolen/preload_path_fixesAlon Zakai
2013-08-07updated bad function formattingAnthony Pesch
2013-08-06store preloaded images by their absolute pathAnthony Pesch
2013-07-31support for stb-imageAlon Zakai
2013-07-26Merge pull request #1393 from fhd/sdl-surface-refcountAlon Zakai
2013-07-25Don't leak the last surface and improve SDL_surface refcount testFelix H. Dahlke
2013-07-24Merge pull request #1386 from michaeljbishop/sdl_rwopsAlon Zakai
2013-07-22Made getMimetype() a public method of the Browser module and used itMichael J. Bishop
2013-07-22Added mime type information to SDL_rwops in `SDL_RWFromFile` as a hintMichael J. Bishop
2013-07-19Formatting cleanup.Michael J. Bishop
2013-07-19handle out param in SDL_GetKeyboardState; fixes #1404Alon Zakai