aboutsummaryrefslogtreecommitdiff
path: root/src/library_sdl.js
AgeCommit message (Expand)Author
2012-03-24support for rgba in sdlAlon Zakai
2012-03-24some sdl audio stuffAlon Zakai
2012-03-24misc sdl stuffAlon Zakai
2012-03-24properly match SDL mousebuttons to DOM buttonsAlon Zakai
2012-03-24make mouse events relative to canvas, and at right frequencyAlon Zakai
2012-03-24SDL mouse support and emscripten_set_main_loopAlon Zakai
2012-03-24fix SDL gfx rectanglesAlon Zakai
2012-03-24sdl font and gfx additionsAlon Zakai
2012-03-23SDL_SizeText and some refactoringAlon Zakai
2012-03-23optimize SDL_FillRectAlon Zakai
2012-03-23alter SDL scancode mask, to help older SDL apps workAlon Zakai
2012-03-23fix sdl keyboard input and add a testAlon Zakai
2012-03-23minimal support for SDL text renderingAlon Zakai
2012-03-22misc sdl fixesAlon Zakai
2012-03-22add filename and usePageCanvas to SDL surface dataAlon Zakai
2012-03-22make SDL_Delay quit by defaultAlon Zakai
2012-03-22missing return in SDL TTF render codeAlon Zakai
2012-03-22beginnings of rects in SDL blittingAlon Zakai
2012-03-22fix SDL_RectAlon Zakai
2012-03-22save the canvas in preloadedImages, and do canvas blits in IMG_Load etc.Alon Zakai
2012-03-22sdl surface improvementsAlon Zakai
2012-03-21support for SDL_GetKeyboardStateAlon Zakai
2012-03-21minor SDL stuffAlon Zakai
2012-03-21initial version of TTF_RenderText_SolidAlon Zakai
2012-03-21SDL_NumJoysticksAlon Zakai
2012-03-21misc SDL stuffAlon Zakai
2012-03-21some SDL audio stuffAlon Zakai
2012-03-19more SDL stuffAlon Zakai
2012-03-19two SDL mixer stubsAlon Zakai
2012-03-19refactor use of this[..] in shell.js to use Module[..]Alon Zakai
2012-03-15remove unneeded SDL depsAlon Zakai
2012-03-15preload images for SDLAlon Zakai
2012-03-15almost working SDL_image test, just need async decodingAlon Zakai
2012-02-06Disable WebGL if typed arrays are not being used.Ehsan Akhgari
2012-01-30Stub implementation for SDL_InitSubSystemEhsan Akhgari
2012-01-25Adopt the black canvas background for SDL WebGL canvas as wellEhsan Akhgari
2012-01-22Implement the SDL timer APIsEhsan Akhgari
2012-01-20Unify the 2D and WebGL contextsEhsan Akhgari
2012-01-20Enable SDL to create a 2D or WebGL context depending on what the caller wantsEhsan Akhgari
2012-01-13fix SDL audio generationAlon Zakai
2012-01-08support alignment in memset and memcpy in ta2Alon Zakai
2011-12-14type in sdlAlon Zakai
2011-12-14make SQL_Quit a no-opAlon Zakai
2011-12-12support for generating html in emcc, and a test for that that also tests SDL,...Alon Zakai
2011-12-02various fixes from js strict mode testingAlon Zakai
2011-10-31SDL stubsAlon Zakai
2011-10-19optimize SDL pixel loop for ta2, and other minor fixesAlon Zakai
2011-10-12some SDL stuffAlon Zakai
2011-07-16refactor and simplify library loading in order to make type info available thereAlon Zakai
2011-07-15refactor Pointer_make into allocateAlon Zakai