summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)Author
2013-11-10[SDL] Joystick API implementation using HTML5 Gamepad APIJohn 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-07Add self to AUTHORSbobroberts177
2013-10-31Merge branch 'fixup-node-version-check' of github.com:bnoordhuis/emscripten ↵Alon Zakai
into incoming Conflicts: AUTHORS
2013-10-30tools: parse pre-release node.js version numbersBen 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-28added myselficetooth
2013-10-16Merge branch 'fix-module-exports-with-closure-try2' of ↵Alon Zakai
github.com:fadams/emscripten into incoming Conflicts: AUTHORS tests/test_other.py
2013-10-16Merge branch 'antialiasing' of github.com:wsmind/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2013-10-14Merge branch 'implemet_glcolor4ubv' of github.com:chino/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2013-10-14authors: adding my self :]Daniel Aquino
2013-10-14Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2013-10-13Added myself to AUTHORSRémi Papillié
2013-10-02fixed 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-30add myself in AUTHORS fileAntoine Lambert
2013-09-29Add Marcos Scriven to list of authorsMarcos Scriven
2013-09-24Fix entire surface alpha blending with SDL_SetAlphaRichard Quirk
2013-09-24Fix AUTHORS to have UTF-8 encoding.Jukka Jylänki
2013-09-24Rewritten with audioBuffersILOVEPIE
Added myself to AUTHORS Signed-off-by: ILOVEPIE <thehairyrock@gmail.com>
2013-09-18Add a test and myself to AUTHORS.ngld
2013-09-18Add myself to AUTHORSngld
2013-08-28Update AUTHORS fileRanger Harke
2013-08-24Add myself to AUTHORSDaft-Freak
2013-08-20Add self to authorsAidan Hobson Sayers
2013-08-08Add Nick Bray to authors.Nick Bray
2013-08-01Merge branch 'qsort_reduce_callchain' of github.com:PinZhang/emscripten into ↵Alon Zakai
incoming
2013-07-31Reduce call chain of qsortpzhang
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-30Add Yu Kobayashi to AUTHORSYu Kobayashi
2013-07-21Merge branch 'isgraph' of github.com:ToadKing/emscripten into incomingAlon Zakai
2013-07-21add self to AUTHORSToadKing
2013-07-16Fix JS syntax error when embedding an empty file.Ryan Kelly
2013-07-15Added myself to AUTHORSSoeren Balko
2013-07-11Add Douglas Crosher to the AUTHORS file.Douglas T. Crosher
2013-07-01Added Joseph Gentle to authorsJoseph Gentle
2013-06-18CHANGED: added myself to AUTHORSmanny/MADE
2013-06-17Added test for float.h agreeing with sizeof.David Barksdale
2013-06-05Merge branch 'commonjs' of github.com:jazzzz/emscripten into incomingAlon Zakai
2013-06-05Add myself to AUTHORSJazz
2013-06-04Merge branch 'master' of github.com:feeley/emscripten into incomingAlon Zakai
2013-06-04Add basic support for nonblocking readMarc Feeley
2013-06-04Add Jez Ng to AUTHORS.Jez Ng
2013-06-04Fixed Issue #1241: _scanString not supporting upper case format specifiers ↵Onno
A, E, F, G, X.
2013-06-03Add myself to AUTHORSFrits Talbot
2013-05-30add jgilbert to AUTHORSAlon Zakai
2013-05-23Add myself to the AUTHORS file.Dan Gohman
2013-05-16Add myself to AUTHORSJames Gregory
2013-05-09Merge branch 'incoming' of github.com:mgerhardy/emscripten into ↵Alon Zakai
mgerhardy-incoming
2013-05-09added my name to authorsJohn Allwine
2013-05-08Issue #1134: scanf does not treat CR, FF, VT as whitespaceAnthony Thibault
2013-05-07* SDL_GL_ExtensionSupported: fixed integer valueMartin Gerhardy
* added myself to the AUTHORS file
2013-05-03Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into ↵Alon Zakai
fairfieldt-strcat-fix
2013-05-03Remove executable permissions on simple filesSylvestre Ledru