aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-09change download messageAlon Zakai
2012-08-09show progress on datafile downloadAlon Zakai
2012-08-08make dataFile contents easier to understandAlon Zakai
2012-08-08only create new Uint8Arrays during preloading when actually necessaryAlon Zakai
2012-08-08test for llvm.expect.i32 being definedAlon Zakai
2012-08-08labsAlon Zakai
2012-08-05optimize rendererCache lookupsAlon Zakai
2012-08-05keep rendererComponents denseAlon Zakai
2012-08-05fix glEnd rendererComponents bugAlon Zakai
2012-08-05ensure all renderer cache items are dense, except for programAlon Zakai
2012-08-05experimental renderer cache hash diffAlon Zakai
2012-08-05refactor to always access attributes quickly by their idAlon Zakai
2012-08-05optimize byteSizeByTypeAlon Zakai
2012-08-05keep GL lookup tables denseAlon Zakai
2012-08-04make test_unaligned more robustAlon Zakai
2012-08-03optimize pread inner loopAlon Zakai
2012-08-03add FS.checkStreams and fix some minor misusesAlon Zakai
2012-08-03properly account for the difference between dup2 and fcntl/F_DUPFDAlon Zakai
2012-08-03fix handling of null-holes in FS.streamsAlon Zakai
2012-08-03keep FS.streams dense by allocating stdin, stdout, stderr in low memory, and ↵Alon Zakai
filling the space around them
2012-08-01comment in settings.jsAlon Zakai
2012-08-01send param to onFullScreen callbackAlon Zakai
2012-07-30fix file preloading with -o subdir/..Alon Zakai
2012-07-29improve emcc help on --embed and --preloadAlon Zakai
2012-07-28if generateStructInfo gets invalid data, return null, do not throw: possibly ↵Alon Zakai
duplicate struct names, and it is ok to return null
2012-07-27Merge pull request #521 from DopefishJustin/masterAlon Zakai
Add LD to the variables replaced by emmake
2012-07-26Add self to AUTHORSJustin Kerk
2012-07-25Add LD to the variables replaced by emmakeJustin Kerk
2012-07-25allow apps to link both GL and SDL 2D backends and use just oneAlon Zakai
2012-07-24finally found a working workaround for chromium bug 124926Alon Zakai
2012-07-24further attempts to get sound working in chrome; even if oncanplaythrough ↵Alon Zakai
did not fire, continue and hope for the best
2012-07-24refactor workaround for chromium bug 124926Alon Zakai
2012-07-24optimize generateTempBuffers by more than an order of magitudeAlon Zakai
2012-07-24fix ceilPower2 parameter (it worked before, luckily for it it had the right ↵Alon Zakai
variable in the outer scope..)
2012-07-24try even harder to work around chromium bug 124926Alon Zakai
2012-07-23center progressAlon Zakai
2012-07-23comma fixAlon Zakai
2012-07-23always look for main in .a filesAlon Zakai
2012-07-23everyone is confused about fullScreen vs fullscreenAlon Zakai
2012-07-23add progress to shell.htmlAlon Zakai
2012-07-23use blob constructor when present instead of blobbuilder to make chrome happierAlon Zakai
2012-07-22allow defining preload plugins from outsideAlon Zakai
2012-07-22optional plugins for file packagerAlon Zakai
2012-07-22test + fix for continuing to load despite bad audiosAlon Zakai
2012-07-22refactor preload processing into pluginsAlon Zakai
2012-07-22nudge progress a little with non-counted blockersAlon Zakai
2012-07-21emscripten_push_uncounted_main_loop_blockerAlon Zakai
2012-07-21Merge pull request #516 from caiiiycuk/sdl_colors_perfomanceAlon Zakai
Improve perfomance of SDL_HWPALETTE
2012-07-21Merge pull request #517 from caiiiycuk/SDL_GetModAlon Zakai
Fix sdl_getmod
2012-07-21improve emscripten_push_main_loop_blocker definitionAlon Zakai