Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-16 | It's 2014 | Sindre Sorhus | |
2014-01-14 | Add GLEW 1.10.0 emulation | Jari 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-10 | Update AUTHORS | Emerson 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-07 | Adding myself to AUTHORS file | AlexPerrot | |
2014-01-06 | Added myself to AUTHORS | floooh | |
2013-12-24 | Fixed 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-17 | Update AUTHORS | CliffyA | |
2013-12-07 | Update AUTHORS | Vasilis Kalintiris | |
2013-11-26 | add SIMD contributor to AUTHORS | Heidi Pan | |
2013-11-26 | add myself | Lu Wang | |
2013-11-21 | Merge branch 'fix_whitespace' of github.com:DanielBaulig/emscripten into ↵ | Alon Zakai | |
incoming Conflicts: AUTHORS | |||
2013-11-21 | Add missing semicolons in preamble.js | Daniel Baulig | |
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 | |