Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-15 | move emscripten.h to emscripten/emscripten.h, so native builds can -I that ↵ | Alon Zakai | |
dir and not get anything else | |||
2012-06-14 | EMSCRIPTEN_KEEPALIVE | Alon Zakai | |
2012-06-12 | emscripten_random | Alon Zakai | |
2012-06-05 | Added 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-05-14 | emscripten_get_now | Alon Zakai | |
2012-05-10 | emscripten_hide_mouse | Alon Zakai | |
2012-05-06 | emscripten_pause_main_loop and resume | Alon Zakai | |
2012-05-01 | use requestAnimationFrame | Alon Zakai | |
2012-04-19 | add emscripten_async_run_script | Alon Zakai | |
2012-04-17 | add emscripten_async_call | Alon Zakai | |
2012-03-24 | SDL mouse support and emscripten_set_main_loop | Alon Zakai | |
2011-12-06 | initial work on memory growth | Alon Zakai | |
2011-11-30 | refactor compiler to allow future batching of types and globals. move ↵ | Alon Zakai | |
postsets from run() to the toplevel to boost performance and simplify compilation. fix various bugs that were noticed during this | |||
2011-10-28 | profiling option from C++ | Alon Zakai | |
2011-10-10 | EMSCRIPTEN_COMMENT for source comments | Alon Zakai | |
2011-10-02 | move emscripten.h; fixes emscripten_api | Alon Zakai | |