aboutsummaryrefslogtreecommitdiff
path: root/src/library_sdl.js
AgeCommit message (Expand)Author
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-11Fix SDL_MapRGB and implement SDL_MapRGBA.nandhp
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
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
2012-06-13support NULL rect in SDL_FillRectAlon Zakai
2012-06-13Merge pull request #466 from caiiiycuk/SDL_HWPALETTEAlon Zakai
2012-06-13Implementation of SDL_HWPALETTEAleksander Guryanov
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 clos...Alon Zakai
2012-06-08optimize SDL_SetColorsAlon Zakai
2012-06-01properly fix bug with holding mouse down while exiting canvasAlon Zakai
2012-05-31fix minus keybindingAlon Zakai
2012-05-31disable mouse unpressing on mouse exit, til we figure out the bugginessAlon Zakai
2012-05-31un-press all mouse buttons when the mouse leaves the canvas, prevents bug wit...Alon Zakai
2012-05-30Add sdl functions: 'SDL_UpdateRects', 'SDL_GetKeyState'Aleksander Guryanov
2012-05-29Add missing sdl functions (SDL_VideoModeOK SDL_VideoDriverName SDL_QuitSubSys...Aleksander Guryanov
2012-05-22Save the state of the mouse button as we're creating a C event for itEhsan Akhgari
2012-05-22Fix the SDL mouse motion eventsEhsan Akhgari
2012-05-18sdl backtickAlon Zakai
2012-05-15Fix IMG_Load to work with absolute pathsEhsan Akhgari
2012-05-10remove dupeAlon Zakai
2012-05-05fix movementX|Y workaround with closureAlon Zakai
2012-05-05make sdl event handling work in closure, and add testingAlon Zakai
2012-05-05refactor gl code for closure compiler, and add more testingAlon Zakai
2012-05-05rename Browser.getAsyncCall to Runtime.getFuncWrapperAlon Zakai
2012-05-04closure fixAlon Zakai
2012-05-04support for SDL channels and channelFinishedAlon Zakai
2012-05-03more audio stubsAlon Zakai
2012-05-03stub for Mix_FadingChannelAlon Zakai
2012-05-03SDL_GetModStateAlon Zakai
2012-05-03add period and comma to sdl keysAlon Zakai
2012-05-01correct mouse wheel directionsAlon Zakai
2012-04-30show missing preloaded image/audio files only onceAlon Zakai
2012-04-29support mouse wheel eventsAlon Zakai
2012-04-29add unicode output in sdl key eventsAlon Zakai
2012-04-29add slash to dom=>sdl bindingsAlon Zakai
2012-04-29support for fullscreen and pointer lock, and prevent oom from sdl event queue...Alon Zakai
2012-04-24IMG_InitAlon Zakai
2012-04-22fix sdl key stuff and more more supportAlon Zakai
2012-04-22more sdl keysAlon Zakai
2012-04-21support SDL_LoadBMP_RWAlon Zakai
2012-04-19disable bugger SDL_WarpMouse for nowAlon Zakai