aboutsummaryrefslogtreecommitdiff
path: root/src/library_browser.js
AgeCommit message (Expand)Author
2012-06-05Merge pull request #465 from juj/EGLAlon Zakai
2012-06-05Added a helper function emscripten_set_canvas_size function which allows to r...Jukka Jylänki
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
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 we...Alon Zakai
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
2012-05-01refactor browser libAlon Zakai
2012-04-29support for fullscreen and pointer lock, and prevent oom from sdl event queue...Alon Zakai
2012-04-28some browser debugging stuffAlon Zakai
2012-04-20make library and gl debug configurable at runtime, and share the pretty print...Alon Zakai
2012-04-20improve gl debugAlon Zakai
2012-04-20make gl debugging switchable at runtime (if GL_DEBUG was set at compile time)Alon Zakai
2012-04-19add emscripten_async_run_scriptAlon Zakai
2012-04-18do not exit the runtime if doing anything asyncAlon Zakai
2012-04-17add emscripten_async_callAlon Zakai
2012-04-14warn about undefineds in GL_DEBUGAlon Zakai
2012-04-12improve gl_debugAlon Zakai
2012-04-12add i16 gl_debug supportAlon Zakai
2012-04-09share context creation code between sdl and glut in browserAlon Zakai
2012-03-24SDL mouse support and emscripten_set_main_loopAlon Zakai
2012-03-15commentAlon Zakai
2012-03-15almost working SDL_image test, just need async decodingAlon Zakai
2011-12-02various fixes from js strict mode testingAlon Zakai
2011-07-16refactor and simplify library loading in order to make type info available thereAlon Zakai
2011-05-15support for reading files synchronouslyAlon Zakai
2011-05-14library stuffAlon Zakai
2011-05-14additional sdl and browser stuffAlon Zakai