Alon Zakai
|
b7ac1c02e9
|
Merge pull request #2225 from juj/safari_webaudio
Safari 6.0.5 webaudio fixes in SDL and OpenAL library.
|
2014-03-14 12:11:11 -07:00 |
Jukka Jylänki
|
dee56ea62f
|
Fix typo in comment.
|
2014-03-14 21:00:23 +02:00 |
Jukka Jylänki
|
21fc381f6e
|
Make tests/openal_playback.cpp compilable outside the test runner.
|
2014-03-14 20:58:04 +02:00 |
Jukka Jylänki
|
7cd9a3c64c
|
Fix OpenAL library to work with old Web Audio API syntax that exists in Safari 6.0.5 at least.
|
2014-03-14 20:58:03 +02:00 |
Jukka Jylänki
|
b3b29bede5
|
Fix SDL Web Audio to work on Safari 6.0.5. That browser does not implement the AudioBufferSourceNode.start() method, but only has the older .noteOn() method, and the audio ctors don't come out as functions, but strongly typed ctor objects.
|
2014-03-14 20:58:02 +02:00 |
Jukka Jylänki
|
a564e87035
|
Add an automated version of the html5 mouse test in browser test suite.
|
2014-03-14 11:26:19 +02:00 |
Jukka Jylänki
|
fb0b19e4c5
|
Implement support for Webkit mouse wheel events. Add new interactive mouse test. Checked on OSX Safari 6.0.5. Fixes #2219.
|
2014-03-13 16:34:46 +02:00 |
Jukka Jylänki
|
a124ef1a54
|
Manually implement mouse movementXY in HTML5 mousemove events when the browser does not provide the data. Fixes part 2) from issue #2219.
|
2014-03-13 15:51:41 +02:00 |
Jukka Jylänki
|
0d1230df4f
|
Fix typo with missing parentheses from previous commit that broke keyevents from performing deferred fullscreen/pointerlock requests.
|
2014-03-13 15:27:42 +02:00 |
Jukka Jylänki
|
50ecad0fca
|
Fix IE fullscreen requests to not run in mousedown events, since IE doesn't allow them. Related to #2219.
|
2014-03-12 11:15:44 +02:00 |
Jukka Jylänki
|
74a3d9f578
|
Register mouse callbacks in test_html5_fullscreen.c sample so that it can be tested on IE as well.
|
2014-03-12 11:15:08 +02:00 |
Jukka Jylänki
|
7dfd4a4b22
|
Make tests/test_html5_fullscreen.c standalone-compilable outside test suite.
|
2014-03-12 11:15:06 +02:00 |
Alon Zakai
|
77e8b7dc65
|
improve demangler a little
|
2014-03-11 11:14:53 -07:00 |
Alon Zakai
|
f69f770f7c
|
improve CHECK_HEAP_ALIGN message
|
2014-03-11 10:07:48 -07:00 |
Jukka Jylänki
|
065c4cd155
|
Updated ChangeLog to latest.
|
2014-03-11 14:03:57 +02:00 |
Jukka Jylänki
|
d4ef937622
|
Implement a IE10+ specific path to emscripten_get_callstack to get the call stack information. In IE, callstacks are populated only when an exception object is thrown. Closes #2212.
|
2014-03-11 13:25:36 +02:00 |
Jukka Jylänki
|
5c692fd82f
|
Clean up warnings in emscripten_log test.
|
2014-03-11 13:23:46 +02:00 |
Alon Zakai
|
7998d7bc93
|
fix mouse wheel deltas for closure compiler in html5 API, and add some closure testing; #2214
|
2014-03-10 17:02:27 -07:00 |
Alon Zakai
|
4d4fe2e9f0
|
add test for odin validation
|
2014-03-10 15:58:22 -07:00 |
Alon Zakai
|
1ec3afe6d8
|
add -w to spidermonkey to see odin warnings
|
2014-03-10 15:50:29 -07:00 |
Alon Zakai
|
131713b71a
|
avoid llvm-dis when using save-bc in fastcomp
|
2014-03-10 14:16:11 -07:00 |
Alon Zakai
|
fe4bffcd51
|
restore some closure testing
|
2014-03-10 13:24:41 -07:00 |
Alon Zakai
|
54b0f19d9e
|
forward CLOSURE_COMPILER to settings, and use that to avoid a closure-specific workaround for Module detection; fixes #2209
|
2014-03-10 13:24:37 -07:00 |
Alon Zakai
|
501fdd709b
|
1.13.1
|
2014-03-10 12:10:02 -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 |
Alon Zakai
|
86587901bb
|
add some text to safe heap asserts
|
2014-03-09 18:10:24 -07:00 |
Alon Zakai
|
d8423a643c
|
add aliases testcase
|
2014-03-08 10:40:59 -08:00 |
Daniele Di Proietto
|
99a8cf5b4f
|
Added myself to AUTHORS
|
2014-03-08 15:12:04 +01:00 |
Daniele Di Proietto
|
3dac5a40c0
|
Fix GLFW ESC key
GLFW_KEY_ESC is defined to GLFW_KEY_SPECIAL+1 (257) in system/include/GL/glfw.h.
|
2014-03-08 15:10:25 +01:00 |
Alon Zakai
|
5d9b2a6939
|
fix C syntax in html5.h
|
2014-03-07 18:13:11 -08:00 |
Joel Croteau
|
4d32fb5e5b
|
Implement emscripten_async_wget2_data
This adds the new function emscripten_async_wget2_data to read from
an XMLHTTPRequest directly into memory while supporting advanced features.
|
2014-03-07 18:09:28 -08: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
|
019fb88149
|
Merge pull request #2206 from juj/fix_osx_test_preload_file
Resolve symbolic links when checking for destination locations in file_packager. Fixes browser.test_preload_file on OSX.
|
2014-03-07 15:28:36 -08:00 |
Alon Zakai
|
8b9e832213
|
more work on hackish function removal using profiling
|
2014-03-07 14:25:25 -08:00 |
Alon Zakai
|
bda9400d09
|
todo about TextEncoder
|
2014-03-07 10:36:17 -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 |
Jukka Jylänki
|
0ad0c0266b
|
Support syntax --preload-file x@x where both sides are identical and outside the current source tree. The code would accidentally treat that case as if user had instead written '--preload-file x'. Closes #2201.
|
2014-03-07 13:58:16 +02:00 |
Jukka Jylänki
|
8e536ebe3e
|
Resolve symbolic links when checking for destination locations in file_packager. Fixes browser.test_preload_file on OSX.
|
2014-03-07 13:41:15 +02:00 |
Noxalus
|
0cff0780c9
|
Update AUTHORS
|
2014-03-07 10:10:40 +01:00 |
juj
|
d960419db2
|
Merge pull request #2204 from juj/update_test_sdl_wm_togglefullscreen
Update test_sdl_wm_togglefullscreen to continuously render to queried canvas size.
|
2014-03-07 11:06:16 +02:00 |
Jukka Jylänki
|
a184d1c55b
|
Update test_sdl_wm_togglefullscreen to continuously render to queried canvas size.
|
2014-03-07 11:01:25 +02:00 |
Andreas Bergmeier
|
ba91806f0e
|
Correct my email address.
|
2014-03-07 09:25:11 +01:00 |
Alon Zakai
|
1c8d54828f
|
some primitive profiling tools
|
2014-03-06 18:24:31 -08:00 |
Alon Zakai
|
f60959da56
|
only include necessary system libraries amongst each other based on explicit dependencies; fixes #2191
|
2014-03-06 15:39:23 -08:00 |
Haneef Mubarak
|
565db2670e
|
remove extraneous eps since we have svg
|
2014-03-06 15:39:23 -08:00 |
Haneef Mubarak
|
6df7a255c3
|
use png instead of jpeg for logos
|
2014-03-06 15:39:23 -08:00 |
Haneef Mubarak
|
82c7264216
|
provide a bitmap for the 'powered-by' logo
|
2014-03-06 15:39:23 -08:00 |
Haneef Mubarak
|
98cf330c55
|
move 'powered by' logo to media dir
|
2014-03-06 15:39:23 -08:00 |
Alon Zakai
|
9f5b692ac1
|
add (void) to C functions in emscripten.h
|
2014-03-06 15:13:17 -08:00 |
Alon Zakai
|
a77291cab6
|
only include necessary system libraries amongst each other based on explicit dependencies; fixes #2191
|
2014-03-06 14:46:17 -08:00 |