Alon Zakai
80bda6efdf
fix fastcomp detection; fixes #2072
2014-01-28 16:19:03 -08:00
Alon Zakai
d98aa6d156
rely on js opts to do safe heap for asm, to avoid duplicating logic for proper asm ffi coercions
2014-01-28 15:10:53 -08:00
Alon Zakai
cf184b97fd
fix find_bigis.py tool
2014-01-28 12:16:17 -08:00
Charlie Birks
684d83d5df
more tests and improvements to openal_playback.cpp to allow running native
2014-01-28 12:03:40 +00:00
Charlie Birks
96bd7bff27
start to add tests
2014-01-28 11:41:10 +00:00
Charlie Birks
894165f667
add alGetBufferi
2014-01-28 11:30:38 +00:00
Charlie Birks
af0b0dcd8b
alcGetIntegerv fixes
2014-01-28 10:40:54 +00:00
Charlie Birks
398d28480a
improve alcGetString
2014-01-28 10:37:41 +00:00
Charlie Birks
1083b6e1f6
alGetString fixes from review
2014-01-28 09:59:52 +00:00
Alon Zakai
87758abf9f
EM_ASM_ variants that return a value but receive no inputs; fixes #2070
2014-01-27 20:12:46 -08:00
Alon Zakai
dd8ef8c71c
comment
2014-01-27 18:36:11 -08:00
Alon Zakai
c1c1cb7533
fix some safeHeap errors with the new exceptions code; fixes #2068
2014-01-27 17:52:02 -08:00
Alon Zakai
eb7c2b26f5
add testcase with longjmp and c++ exception catching in the same function
2014-01-27 16:55:44 -08:00
Alon Zakai
25e736cbb7
improve mem init help text; fixes #2066
2014-01-27 15:56:59 -08:00
Alon Zakai
9694653fd6
finish precompiled headers test; fixes #2045
2014-01-27 15:26:43 -08:00
Alon Zakai
51ae20febe
silence poppler stdout output, so it is suitable as a benchmark
2014-01-27 15:20:57 -08:00
Charlie Birks
9294c37f65
improve alGetString
2014-01-27 17:56:49 +00:00
Charlie Birks
ed809c55bb
add alcGetIntegerv
2014-01-27 17:34:23 +00:00
Charlie Birks
e173e9f8aa
add alIsSource
2014-01-27 17:11:35 +00:00
Alon Zakai
a5243b4365
support precompiled headers; fixes #2045
2014-01-26 19:25:17 -08:00
Alon Zakai
a7c5795f32
Merge pull request #2061 from inolen/openal_fix
...
fix variable name in alListenerfv
2014-01-26 17:30:00 -08:00
Anthony Pesch
bcff119bed
fix variable name in alListenerfv
2014-01-26 17:24:21 -08:00
Alon Zakai
3398015dab
Merge pull request #2042 from waywardmonkeys/exception-fixes
...
Start tracking exception data in a header.
2014-01-26 17:12:44 -08:00
Alon Zakai
e7d23dbbc9
do not include library i64 stuff in side modules, it is in the parent; fixes #2060
2014-01-26 16:47:00 -08:00
Alon Zakai
842680032b
add responsive mode to box2d benchmark
2014-01-26 16:04:58 -08:00
juj
adfbc377e5
Merge pull request #2056 from jamesu/openal_t2d_fixes
...
Openal t2d fixes
2014-01-26 01:45:41 -08:00
Alon Zakai
a63c4f58b8
do more parallel work in js optimizer
2014-01-25 17:06:34 -08:00
Alon Zakai
0d7a169ac3
improve sqlite benchmarking
2014-01-25 17:01:50 -08:00
Alon Zakai
fe7fd750cf
improve box2d benchmarking
2014-01-25 17:01:50 -08:00
Alon Zakai
2877208242
make emscripten_get_now work in native builds, because what is otherwise a convenient way to just get timing info in ms using a simple libc call?
2014-01-25 17:01:50 -08:00
James Urquhart
a48bfa5e04
Add get&set for source direction and cone values
2014-01-25 14:07:57 +00:00
James Urquhart
11779deade
Use correct index for alIsBuffer
2014-01-25 14:07:00 +00:00
James Urquhart
9ed2003933
Use correct error handling for new OpenAL functions
2014-01-25 14:06:38 +00:00
Alon Zakai
ed697ccbcd
Merge pull request #2057 from juj/relooper_linkage
...
Fix inconsistent linkage warnings from Visual Studio caused by mismatched dllexport specifiers.
2014-01-24 20:16:50 -08:00
Jukka Jylänki
1f43e7a9b7
Bump version to 1.9.5 to cause relooper to rebuild after previous change.
2014-01-25 03:45:14 +02:00
Jukka Jylänki
198d96a390
Fix inconsistent linkage warnings from Visual Studio caused by mismatched dllexport specifiers.
...
Both definition and declaration need to have dllexport present, and added RELOOPERDLL_EXPORTS define to the .cpp file so it always sees the dllexport version instead of dllimport.
2014-01-25 03:44:29 +02:00
Alon Zakai
d54f3e0e93
spinner during startup; #2050
2014-01-24 15:03:31 -08:00
James Urquhart
473b4ea542
Add myself to AUTHORS
2014-01-24 23:03:02 +00:00
James Urquhart
8fd1af811b
Implement alGetSourcefv
2014-01-24 22:43:50 +00:00
James Urquhart
ab5298c04d
Implement basic stub for alEnable & alDisable
2014-01-24 22:43:38 +00:00
James Urquhart
bacb36fced
Implement alIsBuffer
2014-01-24 22:43:07 +00:00
James Urquhart
e339d065ce
Implement listener gain & get functions for OpenAL
2014-01-24 22:42:17 +00:00
Alon Zakai
4f5a270f09
Merge pull request #2035 from juj/html5_events
...
HTML5 Events API.
2014-01-24 09:29:37 -08:00
Alon Zakai
c91f409ab0
Merge pull request #2052 from juj/test_float_literals
...
Add test for storing special float literals in source code.
2014-01-24 09:25:47 -08:00
Jukka Jylänki
95bde35523
Add test for storing special float literals in source code. Currently fails in fastcomp.
2014-01-24 19:16:10 +02:00
Jukka Jylänki
9f7690fa3d
Rename library_events to library_html5 and other suggested renamings. Add better support for reporting EMSCRIPTEN_RESULT_NOT_SUPPORTED for unsupported features.
2014-01-24 12:31:53 +02:00
Bruce Mitchener
43cbd70286
Improve C++ exception handling.
...
We now allocate extra bytes before the exception data and use that,
rather than globals, to store the exception type and destructor
information. This is step one towards having multiple exceptions
in flight at once.
We also track what exceptions are currently being caught in a stack
maintained in __cxa_begin_catch and __cxa_end_catch. This is used
for ensuring that we handle nested exception catch blocks correctly.
2014-01-24 15:08:19 +07:00
Alon Zakai
64d37b601f
Merge pull request #2046 from rfk/rfk/registerize-harder-followups
...
Some follow-up fixes to registerizeHarder
2014-01-23 20:28:18 -08:00
Alon Zakai
42efac37f1
Merge pull request #2051 from inolen/invalidate_buffer_support
...
use correct bufferData method when passing a NULL pointer
2014-01-23 19:32:48 -08:00
Alon Zakai
44998c302a
rename filePackageURL to filePackagePrefixURL
2014-01-23 17:58:46 -08:00