aboutsummaryrefslogtreecommitdiff
path: root/src/library_browser.js
AgeCommit message (Collapse)Author
2012-09-26Implemented Browser.setCanvasSize to have a central point for resizing <canvas>LCID Fire
2012-09-17add void* argument to emscripten_async_call and ↵Alon Zakai
emscripten_push_main_loop_blocker
2012-09-10add hooks for main loop instead of hackish PROFILE_MAIN_LOOPAlon Zakai
2012-09-07improve PROFILE_MAIN_LOOPAlon Zakai
2012-08-30support for SDL_QUIT eventAlon Zakai
2012-08-29fix Module.canvas usageAlon Zakai
2012-08-29handle a runtime failure in blob constructor in audioAlon Zakai
2012-08-28further workaround for chrome bug 124926Alon Zakai
2012-08-22fix bug with blobbuilder fallbackAlon Zakai
2012-08-20PROFILE_MAIN_LOOP optionAlon Zakai
2012-08-11if blob constructor fails, use blob builderAlon Zakai
2012-08-09allow customizing the status message in updateStatus (shown when blockers ↵Alon Zakai
are run)
2012-08-01send param to onFullScreen callbackAlon 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-24try even harder to work around chromium bug 124926Alon Zakai
2012-07-23comma fixAlon Zakai
2012-07-23everyone is confused about fullScreen vs fullscreenAlon 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-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-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-18add runDependency tracking and fix detected bugsAlon Zakai
2012-07-18fix getAudioMimetypeAlon 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-13set status message in main loop queueAlon Zakai
2012-07-13emscripten_push_main_loop_blocker improvementsAlon Zakai
2012-07-12emscripten_push_main_loop_blockerAlon Zakai
2012-07-05export Browser.pauseMainLoop|resumeMainLoopAlon Zakai
2012-06-29export Browser.requestAnimationFrame since it is useful for general code as wellAlon Zakai
2012-06-21indentation fixesAlon Zakai
2012-06-21Merge pull request #483 from caiiiycuk/emscripten_fs_apiAlon Zakai
Emscripten filesystem api
2012-06-21call Module.onFullScreen when going to full screen (allows the app to do ↵Alon Zakai
custom behavior like adjusting resolution
2012-06-21Implementation for emscripten_async_wgetAleksander Guryanov
2012-06-14Fix the mouse coordinates in pointer lock modeEhsan Akhgari
This patch enables us to trust the mouse movement information that the browser provides when the pointer lock is active. It should help with the mouse movement detection for games in full-screen mode, if they use the SDL xrel/yrel information.
2012-06-11remove GENERATING_HTML, it was confusing and gave little or no benefitAlon Zakai
2012-06-10comments on GENERATING_HTMLAlon Zakai
2012-06-05Merge pull request #465 from juj/EGLAlon Zakai
Egl
2012-06-05Added a helper function emscripten_set_canvas_size function which allows to ↵Jukka Jylänki
resize the <canvas> element on the web page in 'generic' fashion without having to depend on SDL or X11 headers in C code. This function is intended to be used in conjunction with EGL to specify a custom pixel resolution for the canvas (EGL API does not have expressiveness to do arbitrary pixel sizes).
2012-06-01use dump when available instead of console.logAlon Zakai
2012-05-31do not do GL immediate mode emulation if a 2D context is being used, even if ↵Alon Zakai
compiled with emulation
2012-05-14emscripten_get_nowAlon Zakai
2012-05-14warn on loss of webgl contextAlon Zakai