aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-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-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-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-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-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-21name main loop blockersAlon Zakai
2012-07-21nicer status textAlon Zakai
2012-07-20fix order in updateStatusAlon Zakai
2012-07-20even better main loop blockers progress reportingAlon Zakai
2012-07-20better main loop blockers progress reportingAlon Zakai
2012-07-19fix strstrAlon Zakai
2012-07-19rewrite strstr to do c-style comparisons, to avoid js regexp search artifactsAlon Zakai
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-18add runDependency tracking and fix detected bugsAlon Zakai
2012-07-18balance runDependencies in createPreloadedFileAlon Zakai
2012-07-18fix relative paths in preloading and add testingAlon Zakai
2012-07-18fix getAudioMimetypeAlon Zakai
2012-07-18use createPreloadedFile in file packagerAlon Zakai
2012-07-18refactor file preloading to happen in FS.createPreloadedFile, so that not ↵Alon Zakai
only file_packager preloading gets preloaded Images and Audios
2012-07-18fix powf -> powAlon Zakai
2012-07-17Merge pull request #511 from forandom/keycodeAlon Zakai
Fix keyCodes for ctrl, alt, shift
2012-07-17use unget properly in scanString, so it works in fscanf and not just sscanfAlon Zakai