Граф коммитов

236 Коммитов

Автор SHA1 Сообщение Дата
Ophir LOJKINE 1d05dabfb0 Add @lovasoa to the AUTHORS 2014-05-20 21:13:25 +02:00
mhenschel e0a636a296 Add myself to AUTHORS 2014-05-13 15:28:19 +02:00
Ryan Sturgell 91d6303b96 Add Ryan Sturgell to AUTHORS 2014-05-07 16:44:31 -07:00
Camilo Polymeris 6c1b114fa5 Add myself to AUTHORS 2014-04-29 17:20:09 -04:00
Alon Zakai 55c1dfd2c1 Merge branch 'fix-SDL_GetKeyboardState-not-based-on-scanCode-bug' of github.com:usagi/emscripten into incoming
Conflicts:
	AUTHORS
2014-04-23 13:02:52 -07:00
Alon Zakai b6834b7094 Merge branch 'incoming' of github.com:guillaumeblanc/emscripten into incoming
Conflicts:
	AUTHORS
2014-04-22 10:25:51 -07:00
Guillaume Blanc fd9e8330ea Fixes glfwGetKey that always returns 0 if no callback is set with glfwSetKeyCallback; fixes #1320 2014-04-22 13:40:22 +02:00
Ori Avtalion 5a2501b3b9 Fix typo in settings.js 2014-04-17 09:46:06 -07:00
Usagi Ito 2c0a4c6ad5 add myself 2014-04-16 21:26:30 +09:00
prixeus 33ff37f9b9 - fix mouse button ordering
- added/fixed some glfw button codes
- added myself to AUTHORS
- unified the comments and else statements
2014-04-02 12:17:03 +02:00
Alon Zakai 1762d5adba Merge branch 'patch-2' of github.com:dandv/emscripten into incoming
Conflicts:
	AUTHORS
2014-03-24 14:04:16 -07:00
Dan Dascalescu 45a98fe1ea Adding @dandv 2014-03-24 13:58:19 -07:00
Alon Zakai 8b67982bf0 Merge branch 'patch-1' of github.com:ddiproietto/emscripten into incoming
Conflicts:
	AUTHORS
2014-03-10 10:12:32 -07:00
Daniele Di Proietto 99a8cf5b4f Added myself to AUTHORS 2014-03-08 15:12:04 +01:00
Alon Zakai e351933a7a Merge pull request #2202 from abergmeier/fix_address
Correct my email address.
2014-03-07 15:31:46 -08:00
Alon Zakai 899244588d Merge branch 'master' of github.com:Noxalus/emscripten into incoming
Conflicts:
	AUTHORS
2014-03-07 10:31:38 -08:00
Noxalus 0cff0780c9 Update AUTHORS 2014-03-07 10:10:40 +01:00
Andreas Bergmeier ba91806f0e Correct my email address. 2014-03-07 09:25:11 +01:00
Alon Zakai 6ec190d394 Merge branch 'allow_multiple_worker_responses' of github.com:virusdave/emscripten into incoming
Conflicts:
	AUTHORS
2014-03-03 14:10:55 -08:00
Dave Nicponski 168ec74a34 Allow multiple worker responses (via messages) if desired.
Add unit test for multiple worker responses.

Test command:
  python tests/runner.py browser.test_worker_api_3

Add self to authors file.
2014-03-03 17:00:11 -05:00
Alon Zakai a5a94fb703 Merge branch 'incoming' of github.com:DerKoun/emscripten-fullscreen-improvements into incoming
Conflicts:
	AUTHORS
2014-02-28 12:48:31 -08:00
DerKoun 94cb8f99fb Full screen fixes (aspect ratio & IE11) & AR opt
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-28 21:30:03 +01:00
Alon Zakai 74e244046b Merge branch 'NiCoX' of github.com:patchanka/emscripten into incoming
Conflicts:
	AUTHORS
2014-02-25 15:41:05 -08:00
patchanka 5bf4d65b99 added myself to the authors 2014-02-26 00:22:51 +01:00
Haneef Mubarak d703d5accc added 'haneefmubarak' to AUTHORS 2014-02-22 12:24:32 -08:00
Joel Croteau 52b31846e4 Formatting fix and add test 2014-02-19 23:18:31 -08:00
Richard Janicek cf97d7f186 add request animation frame logic to proxy-to-worker
if worker sends frames faster then browser can render, skip them
2014-02-14 21:02:29 -05:00
Alon Zakai c9be5fb89e Merge branch 'prettier-shell' of github.com:TehEpicPineapple/emscripten into incoming
Conflicts:
	AUTHORS
2014-02-13 13:58:01 -08:00
Jack Arrington 273e88a86b Spruced up shell.html
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-12 21:10:19 -05:00
Alon Zakai 277ac52390 Merge branch 'regexp-syntax-fix' of github.com:svaarala/emscripten into incoming
Conflicts:
	AUTHORS
2014-02-12 11:59:59 -08:00
jonas echterhoff 61f0d19856 Fixes according to pull request feedback. 2014-02-12 11:07:04 -08:00
Sami Vaarala 881246b902 update authors 2014-02-11 23:06:05 +02:00
Boris Gjenero c9f15262c6 Add myself to AUTHORS. 2014-02-04 23:45:44 -05:00
James Urquhart 473b4ea542 Add myself to AUTHORS 2014-01-24 23:03:02 +00:00
Sindre Sorhus 9fed906bd0 It's 2014 2014-01-16 20:38:58 +01:00
Jari Vetoniemi a39788f502 Add GLEW 1.10.0 emulation
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-14 17:04:58 +02:00
Emerson José Silveira da Costa b09c4e6ce1 Update AUTHORS
Adding my name to the AUTHORS list as instructed by kripken in response to: https://github.com/kripken/emscripten/pull/1996
2014-01-10 23:43:43 -02:00
AlexPerrot b6395a1b86 Adding myself to AUTHORS file 2014-01-07 13:39:33 +01:00
floooh a885107df7 Added myself to AUTHORS 2014-01-06 19:44:18 +01:00
Volo Zyko c0fcd18329 Fixed small problems which exhibit themself when building projects with too 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-24 15:56:32 +02:00
CliffyA 44c7653be1 Update AUTHORS 2013-12-17 04:23:28 +11:00
Vasilis Kalintiris 04a42801d5 Update AUTHORS 2013-12-07 19:43:33 +02:00
Heidi Pan fc7c8479a9 add SIMD contributor to AUTHORS 2013-11-26 15:01:01 -08:00
Lu Wang 7bfe50dd45 add myself 2013-11-26 04:04:45 +08:00
Alon Zakai 14db7d55d2 Merge branch 'fix_whitespace' of github.com:DanielBaulig/emscripten into incoming
Conflicts:
	AUTHORS
2013-11-21 17:28:16 -08:00
Daniel Baulig 476e974d66 Add missing semicolons in preamble.js 2013-11-21 17:23:01 -08:00
John Vilk 39b138d4dd [SDL] Joystick API implementation using HTML5 Gamepad API
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-10 02:25:17 -05:00
bobroberts177 18036a4d2f Add self to AUTHORS 2013-11-07 09:19:03 -08:00
Alon Zakai 90dcac551f Merge branch 'fixup-node-version-check' of github.com:bnoordhuis/emscripten into incoming
Conflicts:
	AUTHORS
2013-10-31 13:10:58 -07:00
Ben Noordhuis 5182542126 tools: parse pre-release node.js version numbers
`node` binaries built from upstream git have a "-pre" suffix attached
to the version number.  Fix the version parser to handle those.
2013-10-30 22:01:30 +01:00
icetooth 1368bc453d added myself 2013-10-28 09:26:34 -04:00
Alon Zakai 9c98148da0 Merge branch 'fix-module-exports-with-closure-try2' of github.com:fadams/emscripten into incoming
Conflicts:
	AUTHORS
	tests/test_other.py
2013-10-16 10:44:11 -07:00
Alon Zakai 86fe72e8bf Merge branch 'antialiasing' of github.com:wsmind/emscripten into incoming
Conflicts:
	AUTHORS
2013-10-16 10:42:08 -07:00
Alon Zakai 74e47602a9 Merge branch 'implemet_glcolor4ubv' of github.com:chino/emscripten into incoming
Conflicts:
	AUTHORS
2013-10-14 11:00:12 -07:00
Daniel Aquino 8dbbccb00f authors: adding my self :] 2013-10-14 13:56:04 -04:00
Alon Zakai 92ca8c4c6d Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incoming
Conflicts:
	AUTHORS
2013-10-14 10:48:35 -07:00
Rémi Papillié ebdaf9f98f Added myself to AUTHORS 2013-10-13 12:41:26 +02:00
Fraser Adams 17be156347 fixed problem where module.exports, which is needed by node.js gets 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-10-02 19:59:27 +01:00
Antoine Lambert 7128eee188 add myself in AUTHORS file 2013-09-30 12:52:12 +02:00
Marcos Scriven 41b4a5600d Add Marcos Scriven to list of authors 2013-09-29 18:42:12 +01:00
Richard Quirk 4c845acc4c Fix entire surface alpha blending with SDL_SetAlpha 2013-09-24 17:53:45 -07:00
Jukka Jylänki ce9057fc48 Fix AUTHORS to have UTF-8 encoding. 2013-09-24 16:56:44 -07:00
ILOVEPIE 0462f14bd6 Rewritten with audioBuffers
Added myself to AUTHORS

Signed-off-by: ILOVEPIE <thehairyrock@gmail.com>
2013-09-24 16:56:44 -07:00
ngld 7320a8876a Add a test and myself to AUTHORS. 2013-09-18 16:40:26 -05:00
ngld b59df0d966 Add myself to AUTHORS 2013-09-18 23:03:12 +02:00
Ranger Harke 15a0da1fb0 Update AUTHORS file 2013-08-28 14:04:37 -04:00
Daft-Freak 2fdbea2134 Add myself to AUTHORS 2013-08-24 10:20:15 +01:00
Aidan Hobson Sayers d0dc717bfa Add self to authors 2013-08-20 20:06:12 +01:00
Nick Bray 5d680fd50d Add Nick Bray to authors. 2013-08-08 10:46:38 -07:00
Alon Zakai 3cff82da6a Merge branch 'qsort_reduce_callchain' of github.com:PinZhang/emscripten into incoming 2013-08-01 16:20:27 -07:00
pzhang ad2bd9af83 Reduce call chain of qsort
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-31 10:32:44 +08:00
Yu Kobayashi 9ef9ffc2ac Add Yu Kobayashi to AUTHORS 2013-07-30 07:49:20 +09:00
Alon Zakai 847b24e959 Merge branch 'isgraph' of github.com:ToadKing/emscripten into incoming 2013-07-21 12:12:14 -07:00
ToadKing cba8693198 add self to AUTHORS 2013-07-21 15:05:42 -04:00
Ryan Kelly 77f2dc17b4 Fix JS syntax error when embedding an empty file. 2013-07-16 16:21:33 +10:00
Soeren Balko c2a470bbdb Added myself to AUTHORS 2013-07-15 15:12:45 +10:00
Douglas T. Crosher fe247614cd Add Douglas Crosher to the AUTHORS file. 2013-07-11 14:23:47 +10:00
Joseph Gentle dfa647039a Added Joseph Gentle to authors 2013-07-01 10:35:41 -07:00
manny/MADE dceafa222a CHANGED: added myself to AUTHORS 2013-06-18 14:00:47 +02:00
David Barksdale 1326270ce8 Added test for float.h agreeing with sizeof. 2013-06-17 17:01:55 -07:00
Alon Zakai dbfb693b60 Merge branch 'commonjs' of github.com:jazzzz/emscripten into incoming 2013-06-05 11:40:18 -07:00
Jazz 12acd44d81 Add myself to AUTHORS 2013-06-05 10:53:45 +02:00
Alon Zakai 98ba79568b Merge branch 'master' of github.com:feeley/emscripten into incoming 2013-06-04 15:46:59 -07:00
Marc Feeley 9226578fa1 Add basic support for nonblocking read 2013-06-04 15:39:55 -07:00
Jez Ng e7969e3753 Add Jez Ng to AUTHORS. 2013-06-04 15:01:07 -07:00
Onno e16878f2b6 Fixed Issue #1241: _scanString not supporting upper case format specifiers A, E, F, G, X. 2013-06-04 13:26:45 +02:00
Frits Talbot 60faa96b41 Add myself to AUTHORS 2013-06-03 13:43:24 -07:00
Alon Zakai 8e71065660 add jgilbert to AUTHORS 2013-05-30 14:06:01 -07:00
Dan Gohman a2b9c72b67 Add myself to the AUTHORS file. 2013-05-23 15:23:08 -07:00
James Gregory 4f0674d6ad Add myself to AUTHORS 2013-05-16 13:35:23 -07:00
Alon Zakai d59c69f254 Merge branch 'incoming' of github.com:mgerhardy/emscripten into mgerhardy-incoming 2013-05-09 12:01:58 -07:00
John Allwine 4f29a5fee4 added my name to authors 2013-05-09 11:57:50 -07:00
Anthony Thibault a928ac77a8 Issue #1134: scanf does not treat CR, FF, VT as whitespace 2013-05-08 20:39:23 -07:00
Martin Gerhardy 5123418c4a * SDL_GL_ExtensionSupported: fixed integer value
* added myself to the AUTHORS file
2013-05-07 06:50:49 +02:00
Alon Zakai 40a5c44d66 Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into fairfieldt-strcat-fix 2013-05-03 13:30:41 -07:00
Sylvestre Ledru 155342908c Remove executable permissions on simple files 2013-05-03 13:18:26 -07:00
Tom Fairfield 4bdc1b05e8 fixes strcat so that it returns the correct value
It should return the "dest" pointer that was passed in.
test_strings has been updated with a test for the correct behavior.
2013-05-02 21:39:32 -03:00
Robert Bragg 3e4bd21bda look for python2 before python for default .emscripten
emscripten requires python 2 but some systems have multiple versions of
python installed and the 'python' binary will correspond to python 3. We
now explicitly look for a python2 first when setting up a default
.emscripten config file.
2013-04-30 19:30:42 +01:00
Anthony Pesch c22321bcfb Added self to AUTHORS 2013-04-24 13:14:01 -07:00
Jukka Jylänki 8ae67d7642 Fix newline typo in AUTHORS. 2013-04-16 11:45:11 +03:00