aboutsummaryrefslogtreecommitdiff
path: root/src/library_sdl.js
AgeCommit message (Collapse)Author
2012-11-12zoomSurface support; fixes #673Alon Zakai
2012-10-31warn in SDL_CreateThread about the problem with SDL threadsAlon Zakai
2012-10-29fix bug with locking an sdl surface not reading the canvas pixel data ↵Alon Zakai
properly; fixes #664
2012-10-29only fire sdl unload event if there is a main loopAlon Zakai
2012-10-17support for SDL resize eventAlon Zakai
2012-10-04stub for IMG_Load_RWAlon Zakai
2012-09-26Implemented Browser.setCanvasSize to have a central point for resizing <canvas>LCID Fire
2012-09-06fix mousemove workaroundAlon Zakai
2012-08-30Use expando properties except for data- attributesEhsan Akhgari
2012-08-30Fix the loop count limitEhsan Akhgari
2012-08-30Work around firefox bug 782777Ehsan Akhgari
2012-08-30Disable the Web Audio code for nowEhsan Akhgari
2012-08-30Two workarounds for Firefox bugsEhsan Akhgari
2012-08-30Current WebAudio experimentsEhsan Akhgari
2012-08-30Use the Mozilla Audio API in Mix_PlayChannel only if availableEhsan Akhgari
2012-08-30Iterate over the active channels instead of the audios when quittingEhsan Akhgari
2012-08-30Pause the SDL music when quitting tooEhsan Akhgari
2012-08-30Set the dependencies of SDL_CloseAudioEhsan Akhgari
2012-08-30Document the audio code in SDLEhsan Akhgari
2012-08-30Pass in the channel and frequency information right before useEhsan Akhgari
2012-08-30Count the number of samples correctlyEhsan Akhgari
Note that this is not the number of audio frames, so the number of channels doesn't matter here.
2012-08-30support for SDL_QUIT eventAlon Zakai
2012-08-29remove unneeded preventDefault - we return false anyhowAlon Zakai
2012-08-29support mousewheel eventAlon Zakai
2012-08-29full capture keyboard events in sdl, to prevent default actions entirelyAlon Zakai
2012-07-21Merge pull request #516 from caiiiycuk/sdl_colors_perfomanceAlon Zakai
Improve perfomance of SDL_HWPALETTE
2012-07-19Add keycode DOM=>SDL_Keycode for SDLK_DELAleksander Guryanov
2012-07-19Fix sdl_getmodAleksander Guryanov
2012-07-19Improve perfomance of SDL_HWPALETTEAleksander Guryanov
2012-07-17Merge pull request #511 from forandom/keycodeAlon Zakai
Fix keyCodes for ctrl, alt, shift
2012-07-15freePreloadedMediaOnUse option to free preloaded media on useAlon Zakai
2012-07-15when using SDL for GL, do not keep canvas and contexts for 2D blittingAlon Zakai
2012-07-14Fix keyCodes for ctrl, alt, shiftXingxing Pan
2012-07-11Fix SDL_MapRGB and implement SDL_MapRGBA.nandhp
Also provide a test case.
2012-06-25refactor Mix_PlayChannel and fix volume for RAWAlon Zakai
2012-06-25Implement Mix_QuickLoad_RAWEhsan Akhgari
2012-06-17Merge pull request #474 from ehsan/mouselockmovementAlon Zakai
Fix the mouse coordinates in pointer lock mode
2012-06-16refactor SDL audio a little and add support for music volume adjustmentAlon Zakai
2012-06-15handle -1 arguments to Mix_VolumeAlon Zakai
2012-06-15SDL_StartTextInput stubAlon Zakai
2012-06-15SDL_GetVideoSurfaceAlon Zakai
2012-06-14Fix the mouse coordinates in pointer lock modeEhsan Akhgari
This patch enables us to trust the mouse movement information that the browser provides when the pointer lock is active. It should help with the mouse movement detection for games in full-screen mode, if they use the SDL xrel/yrel information.
2012-06-13support NULL rect in SDL_FillRectAlon Zakai
2012-06-13Merge pull request #466 from caiiiycuk/SDL_HWPALETTEAlon Zakai
Implementation of SDL_Surface with SDL_HWPALETTE flag (8bpp surface)
2012-06-13Implementation of SDL_HWPALETTEAleksander Guryanov
Little bit refactoring for copyIndexedColorData now it can accept dirty rect
2012-06-11call hookMusicFinished when music completes by itselfAlon Zakai
2012-06-11SDL music stuffAlon Zakai
2012-06-11make image and audio preloading closure-safe and accessible from outside ↵Alon Zakai
closured code
2012-06-08optimize SDL_SetColorsAlon Zakai
2012-06-01properly fix bug with holding mouse down while exiting canvasAlon Zakai