aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)Author
2014-04-29Add myself to AUTHORSCamilo Polymeris
2014-04-23Merge branch 'fix-SDL_GetKeyboardState-not-based-on-scanCode-bug' of ↵Alon Zakai
github.com:usagi/emscripten into incoming Conflicts: AUTHORS
2014-04-22Merge branch 'incoming' of github.com:guillaumeblanc/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2014-04-22Fixes glfwGetKey that always returns 0 if no callback is set with ↵Guillaume Blanc
glfwSetKeyCallback; fixes #1320
2014-04-17Fix typo in settings.jsOri Avtalion
2014-04-16add myselfUsagi Ito
2014-04-02- fix mouse button orderingprixeus
- added/fixed some glfw button codes - added myself to AUTHORS - unified the comments and else statements
2014-03-24Merge branch 'patch-2' of github.com:dandv/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2014-03-24Adding @dandvDan Dascalescu
2014-03-10Merge branch 'patch-1' of github.com:ddiproietto/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2014-03-08Added myself to AUTHORSDaniele Di Proietto
2014-03-07Merge pull request #2202 from abergmeier/fix_addressAlon Zakai
Correct my email address.
2014-03-07Merge branch 'master' of github.com:Noxalus/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2014-03-07Update AUTHORSNoxalus
2014-03-07Correct my email address.Andreas Bergmeier
2014-03-03Merge branch 'allow_multiple_worker_responses' of ↵Alon Zakai
github.com:virusdave/emscripten into incoming Conflicts: AUTHORS
2014-03-03Allow multiple worker responses (via messages) if desired.Dave Nicponski
Add unit test for multiple worker responses. Test command: python tests/runner.py browser.test_worker_api_3 Add self to authors file.
2014-02-28Merge branch 'incoming' of ↵Alon Zakai
github.com:DerKoun/emscripten-fullscreen-improvements into incoming Conflicts: AUTHORS
2014-02-28Full screen fixes (aspect ratio & IE11) & AR optDerKoun
Full screen image now has correct aspect ratio (parent of canvas is full screen root, canvas size is adapted via styles). Full screen now works properly in Internet Explorer 11. It is now possible to optionally force a specific aspect ratio for the canvas (canvas size is adapted via styles, ratio for now has to be set manually in compiled JS).
2014-02-25Merge branch 'NiCoX' of github.com:patchanka/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2014-02-26added myself to the authorspatchanka
2014-02-22added 'haneefmubarak' to AUTHORSHaneef Mubarak
2014-02-19Formatting fix and add testJoel Croteau
2014-02-14add request animation frame logic to proxy-to-workerRichard Janicek
if worker sends frames faster then browser can render, skip them
2014-02-13Merge branch 'prettier-shell' of github.com:TehEpicPineapple/emscripten into ↵Alon Zakai
incoming Conflicts: AUTHORS
2014-02-12Spruced up shell.htmlJack Arrington
Made a bunch of changes to shell, including a logo, a nicer spinner, and better colors. Note on the image: I simply inlined the svg logo from docs/, which made the file significantly longer.
2014-02-12Merge branch 'regexp-syntax-fix' of github.com:svaarala/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2014-02-12Fixes according to pull request feedback.jonas echterhoff
2014-02-11update authorsSami Vaarala
2014-02-04Add myself to AUTHORS.Boris Gjenero
2014-01-24Add myself to AUTHORSJames Urquhart
2014-01-16It's 2014Sindre Sorhus
2014-01-14Add GLEW 1.10.0 emulationJari Vetoniemi
Includes library_glew.js that stubs the init functions, but also provides the other functions. GL/glew.h is now changed to work with GLEW_EXT_foo_bar constants, some missing constants that are in GLEW 1.10.0 are also provided. Otherwise it still uses SDL_opengl.h to provide function definitions and other constants. Linaro's GLEW (glew-oes) is also supported to some degree to make it easier to get ES1 and ES2 software using it running. What it lacks: - Some constants and function declarations that are in GLEW 1.10.0 might be missing. - The real glew-es fork also includes normal GL constants and function pointers, this does not. Tests ran: - tests/runner.py browser Real world example using this code (and upcomming glfw3 port) can be found here: http://cloudef.eu/glhck http://cloudef.eu/glhck/qb.html
2014-01-10Update AUTHORSEmerson José Silveira da Costa
Adding my name to the AUTHORS list as instructed by kripken in response to: https://github.com/kripken/emscripten/pull/1996
2014-01-07Adding myself to AUTHORS fileAlexPerrot
2014-01-06Added myself to AUTHORSfloooh
2013-12-24Fixed small problems which exhibit themself when building projects with too ↵Volo Zyko
many source files. When there are too many source files and one builds static libraray cmake splits the whole list of files into several invocations of library archiver. In order this to work cmake needs to know both how to create and how to append to archive. Another related issue is that emscripten code fails when links a final javascript code if a command line of a link command is too long (this 'too long' is very OS dependent). Related discussion can be found in issue #1931. Conflicts: AUTHORS
2013-12-17Update AUTHORSCliffyA
2013-12-07Update AUTHORSVasilis Kalintiris
2013-11-26add SIMD contributor to AUTHORSHeidi Pan
2013-11-26add myselfLu Wang
2013-11-21Merge branch 'fix_whitespace' of github.com:DanielBaulig/emscripten into ↵Alon Zakai
incoming Conflicts: AUTHORS
2013-11-21Add missing semicolons in preamble.jsDaniel Baulig
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