aboutsummaryrefslogtreecommitdiff
path: root/src/library_browser.js
AgeCommit message (Collapse)Author
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
2012-05-11FS.createPreloadedFileAlon Zakai
2012-05-10emscripten_hide_mouseAlon Zakai
2012-05-06fix main loop pausing to handle pauses from main loop and other sources as ↵Alon Zakai
well, and pause/resumes before the main loop returns
2012-05-06emscripten_pause_main_loop and resumeAlon Zakai
2012-05-06add webkit api for keyboard input in fullscreenAlon Zakai
2012-05-05typo in fullscreenAlon Zakai
2012-05-05fix fullscreen for closureAlon Zakai
2012-05-05export requestFullscreen through closureAlon Zakai
2012-05-05refactor gl code for closure compiler, and add more testingAlon Zakai
2012-05-05rename Browser.getAsyncCall to Runtime.getFuncWrapperAlon Zakai
2012-05-04support for SDL channels and channelFinishedAlon Zakai
2012-05-01use requestAnimationFrameAlon Zakai
2012-05-01cache browser async call helpersAlon Zakai