Age | Commit message (Collapse) | Author |
|
when including emscripten.h in native builds.
|
|
|
|
|
|
|
|
Enable embind in fastcomp/asm.js
|
|
Sdl2 touch api additions
|
|
|
|
|
|
|
|
|
|
|
|
wrapper types.
|
|
EMSCRIPTEN_HAS_UNBOUND_TYPE_NAMES=0, then use a lighter type identifier. This shaves 175 KB off of our engine's minified JavaScript.
|
|
1. Timestamps
2. TouchID (the Device ID)
As inline with the SDL spec, we will pass a touch ID of
`SDL_TOUCH_MOUSEID` for touch events that are simulated by the
mouse so games can rely solely on touch events if they like.
Includes the SDL2 Copyright notice on the headers that contain SDL2
content.
Includes a fix to SDL_PeepEvents.
|
|
More musl.
|
|
|
|
Make emscripten::val compatible with fastcomp/asm.js
|
|
floats to doubles in argument packs.
|
|
|
|
packs on the stack.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
asm.js performance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to use musl for better asm.js performance.
|
|
|
|
performance.
|
|
asm.js performance in the algorithm.
|
|
current implementation and deprecation status of the various fields. See also pr #2222.
|
|
|
|
This adds the new function emscripten_async_wget2_data to read from
an XMLHTTPRequest directly into memory while supporting advanced features.
|
|
|
|
|
|
|
|
github.com:virusdave/emscripten into incoming
Conflicts:
AUTHORS
|
|
Add unit test for multiple worker responses.
Test command:
python tests/runner.py browser.test_worker_api_3
Add self to authors file.
|
|
|