Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-10 | [SDL] Joystick API implementation using HTML5 Gamepad API | John Vilk | |
Works in browsers that implement the working draft of the standard (current Chrome / Firefox stable): http://www.w3.org/TR/2012/WD-gamepad-20120529/#gamepad-interface ...and browsers that implement the editor's draft (current Firefox Nightly): https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html#idl-def-Gamepad Contains unit tests for both event types. | |||
2013-11-07 | Add self to AUTHORS | bobroberts177 | |
2013-10-31 | Merge branch 'fixup-node-version-check' of github.com:bnoordhuis/emscripten ↵ | Alon Zakai | |
into incoming Conflicts: AUTHORS | |||
2013-10-30 | tools: parse pre-release node.js version numbers | Ben Noordhuis | |
`node` binaries built from upstream git have a "-pre" suffix attached to the version number. Fix the version parser to handle those. | |||
2013-10-28 | added myself | icetooth | |
2013-10-16 | Merge branch 'fix-module-exports-with-closure-try2' of ↵ | Alon Zakai | |
github.com:fadams/emscripten into incoming Conflicts: AUTHORS tests/test_other.py | |||
2013-10-16 | Merge branch 'antialiasing' of github.com:wsmind/emscripten into incoming | Alon Zakai | |
Conflicts: AUTHORS | |||
2013-10-14 | Merge branch 'implemet_glcolor4ubv' of github.com:chino/emscripten into incoming | Alon Zakai | |
Conflicts: AUTHORS | |||
2013-10-14 | authors: adding my self :] | Daniel Aquino | |
2013-10-14 | Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incoming | Alon Zakai | |
Conflicts: AUTHORS | |||
2013-10-13 | Added myself to AUTHORS | Rémi Papillié | |
2013-10-02 | fixed problem where module.exports, which is needed by node.js gets ↵ | Fraser Adams | |
incorrectly minified by Closure. Simple change from module.exports = Module to module['exports'] = Module fixes this. Added simple test case compiling with --O2 -closure 1 to /tests/Module-exports | |||
2013-09-30 | add myself in AUTHORS file | Antoine Lambert | |
2013-09-29 | Add Marcos Scriven to list of authors | Marcos Scriven | |
2013-09-24 | Fix entire surface alpha blending with SDL_SetAlpha | Richard Quirk | |
2013-09-24 | Fix AUTHORS to have UTF-8 encoding. | Jukka Jylänki | |
2013-09-24 | Rewritten with audioBuffers | ILOVEPIE | |
Added myself to AUTHORS Signed-off-by: ILOVEPIE <thehairyrock@gmail.com> | |||
2013-09-18 | Add a test and myself to AUTHORS. | ngld | |
2013-09-18 | Add myself to AUTHORS | ngld | |
2013-08-28 | Update AUTHORS file | Ranger Harke | |
2013-08-24 | Add myself to AUTHORS | Daft-Freak | |
2013-08-20 | Add self to authors | Aidan Hobson Sayers | |
2013-08-08 | Add Nick Bray to authors. | Nick Bray | |
2013-08-01 | Merge branch 'qsort_reduce_callchain' of github.com:PinZhang/emscripten into ↵ | Alon Zakai | |
incoming | |||
2013-07-31 | Reduce call chain of qsort | pzhang | |
This will considerably improve the performance of qsort-heavily-used projects like Android-Pinyin-IME, more discussion: https://groups.google.com/forum/#!topic/emscripten-discuss/Ah2CNfQ8ra4 https://github.com/kripken/emscripten/pull/1437 | |||
2013-07-30 | Add Yu Kobayashi to AUTHORS | Yu Kobayashi | |
2013-07-21 | Merge branch 'isgraph' of github.com:ToadKing/emscripten into incoming | Alon Zakai | |
2013-07-21 | add self to AUTHORS | ToadKing | |
2013-07-16 | Fix JS syntax error when embedding an empty file. | Ryan Kelly | |
2013-07-15 | Added myself to AUTHORS | Soeren Balko | |
2013-07-11 | Add Douglas Crosher to the AUTHORS file. | Douglas T. Crosher | |
2013-07-01 | Added Joseph Gentle to authors | Joseph Gentle | |
2013-06-18 | CHANGED: added myself to AUTHORS | manny/MADE | |
2013-06-17 | Added test for float.h agreeing with sizeof. | David Barksdale | |
2013-06-05 | Merge branch 'commonjs' of github.com:jazzzz/emscripten into incoming | Alon Zakai | |
2013-06-05 | Add myself to AUTHORS | Jazz | |
2013-06-04 | Merge branch 'master' of github.com:feeley/emscripten into incoming | Alon Zakai | |
2013-06-04 | Add basic support for nonblocking read | Marc Feeley | |
2013-06-04 | Add Jez Ng to AUTHORS. | Jez Ng | |
2013-06-04 | Fixed Issue #1241: _scanString not supporting upper case format specifiers ↵ | Onno | |
A, E, F, G, X. | |||
2013-06-03 | Add myself to AUTHORS | Frits Talbot | |
2013-05-30 | add jgilbert to AUTHORS | Alon Zakai | |
2013-05-23 | Add myself to the AUTHORS file. | Dan Gohman | |
2013-05-16 | Add myself to AUTHORS | James Gregory | |
2013-05-09 | Merge branch 'incoming' of github.com:mgerhardy/emscripten into ↵ | Alon Zakai | |
mgerhardy-incoming | |||
2013-05-09 | added my name to authors | John Allwine | |
2013-05-08 | Issue #1134: scanf does not treat CR, FF, VT as whitespace | Anthony Thibault | |
2013-05-07 | * SDL_GL_ExtensionSupported: fixed integer value | Martin Gerhardy | |
* added myself to the AUTHORS file | |||
2013-05-03 | Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into ↵ | Alon Zakai | |
fairfieldt-strcat-fix | |||
2013-05-03 | Remove executable permissions on simple files | Sylvestre Ledru | |