aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-25clear html debug outputAlon Zakai
2012-03-25--llvm-lto option to disable ltoAlon Zakai
2012-03-25make html print output more debug friendlyAlon Zakai
2012-03-25disable alpha in font renderingAlon Zakai
2012-03-25fix sdl alphaAlon Zakai
2012-03-24run preRun before initRuntime, fixes test_filesAlon Zakai
2012-03-24handle emptry strings to TTF_RenderAlon Zakai
2012-03-24support for rgba in sdlAlon Zakai
2012-03-24some sdl audio stuffAlon Zakai
2012-03-24fix some print to Module.print stuff in debug optionsAlon 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-24fix webkitURLAlon Zakai
2012-03-24support window.WebKitURLAlon Zakai
2012-03-24support both Moz and WebKit BlobBuildersAlon 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-23improve sdl image test to include blits of nonequal size surfacesAlon Zakai
2012-03-23rename some testsAlon Zakai
2012-03-22misc sdl fixesAlon Zakai
2012-03-22add filename and usePageCanvas to SDL surface dataAlon Zakai
2012-03-22fix and improve LIBRARY_DEBUGAlon Zakai
2012-03-22do preRun and postRun only if we actually runAlon 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-21typo on directory generation codeAlon Zakai
2012-03-21fix some bugs with preloading of entire directoriesAlon Zakai
2012-03-21use a valid dir in the default HOME env var valueAlon Zakai
2012-03-21properly handle closure compiler return codesAlon Zakai
2012-03-21add option to add closure compiler arguments in EMCC_CLOSURE_ARGS env varAlon Zakai
2012-03-20back out change to environment varsAlon Zakai
2012-03-20back out change to cmake compiler stuff due to openjpeg breakageAlon Zakai
2012-03-20fix breakage with calling LLVM_AR with pythonAlon Zakai