Joshua Granick
fc3bba8c38
Update pixman
2018-10-02 09:44:00 -07:00
Joshua Granick
cb4b4e4f72
Update pixman
2018-10-02 08:23:16 -07:00
Joshua Granick
792a0003dc
Do not rebuild mac 32-bit by default
2018-10-01 19:19:07 -07:00
Joshua Granick
2af3edb88e
Fix possible overflow in SWF background value
2018-10-01 14:27:30 -07:00
Joshua Granick
b8be33247f
Compile fix
2018-10-01 10:08:19 -07:00
Joshua Granick
34fe382e21
Timer fix
2018-09-28 14:56:50 -07:00
Joshua Granick
737c37854f
Increase frequency of network timer
2018-09-28 14:27:28 -07:00
Joshua Granick
1a8f1fd4e4
Handle timer pausing, run timers multiple times if the time was long enough
2018-09-28 14:26:03 -07:00
Joshua Granick
efdc2fd360
Patch howler.js for IE11
2018-09-27 11:30:02 -07:00
Joshua Granick
9cefba1354
Update CHANGELOG
7.1.0
2018-09-26 16:17:20 -07:00
Joshua Granick
71e24a2a2c
Library parser fix
2018-09-26 13:36:42 -07:00
Joshua Granick
2d874e22ab
Update OpenAL
2018-09-26 13:07:01 -07:00
Joshua Granick
69c928e0a0
Update Harfbuzz
2018-09-26 11:21:22 -07:00
miltoncandelero
8c7c9d7883
On the previous panning fix didn't check if howler existed. ( #1244 )
...
* Updated Howler to enable sound position
Updated Howler to version 2.0.15
For what we use, we could use the "stereo()" function but as we already generated the coordinates, I settled for the "pos()" function.
My knowledge of sound isn't enough to understand where the "w" variable of the position goes (as "pos()" uses only x, y and z). My guess is that "pannerAttr()" might have the access to what we are looking for, but again I don't fully understand sound.
* I didn't know the srcHowl could be null 😨
* Why not also check that "pos" actually exists
2018-09-26 11:20:22 -07:00
Joshua Granick
b549c992fb
Update Harfbuzz
2018-09-26 11:00:10 -07:00
Joshua Granick
262183bab7
Update CHANGELOG
2018-09-25 21:25:08 -07:00
Joshua Granick
fac3de701b
Update CHANGELOG
2018-09-25 15:48:48 -07:00
Joshua Granick
f8cf1725ca
Update to 7.1.0
2018-09-25 15:48:41 -07:00
Joshua Granick
17a52a40ee
Update NOTICE
2018-09-25 15:48:31 -07:00
Joshua Granick
103fcd2a53
Resolve Haxe 4 dev 'operator' conflict with Cairo setOperator/getOperator instead
2018-09-25 13:46:42 -07:00
Joshua Granick
84909d7aa6
Implement fromBase64/loadFromBase64 for non-HTML5 targets
2018-09-25 12:24:41 -07:00
Joshua Granick
bdfa59abc6
iOS compile fixes
2018-09-25 09:26:20 -07:00
Joshua Granick
91426f2267
Workaround 'operator' as forbidden variable name in Haxe 4 dev
2018-09-24 15:49:55 -07:00
miltoncandelero
14f12a41da
Updated Howler to enable sound position ( #1243 )
...
Updated Howler to version 2.0.15
For what we use, we could use the "stereo()" function but as we already generated the coordinates, I settled for the "pos()" function.
My knowledge of sound isn't enough to understand where the "w" variable of the position goes (as "pos()" uses only x, y and z). My guess is that "pannerAttr()" might have the access to what we are looking for, but again I don't fully understand sound.
2018-09-24 10:04:02 -07:00
Joshua Granick
e10fdf0afc
Enable SIMD in pixman
2018-09-21 16:14:50 -07:00
Joshua Granick
c6e58532a5
Update pixman
2018-09-20 10:28:23 -07:00
Pete Shand
7bbc7077fa
HTML5Window readPixels issue ( #1240 )
...
* Fix HTML5Window readPixels canvas name conflict which was resulting in empty pixels being read
2018-09-18 18:11:44 -07:00
Joshua Granick
3a90bffeeb
Update OpenAL
2018-09-17 12:30:40 -07:00
Joshua Granick
a89279d1b7
Emscripten fixes
2018-09-17 12:17:41 -07:00
Joshua Granick
1f779edc0e
Update pixman
2018-09-17 12:17:41 -07:00
shohei909
3f2b1c09d3
calculate AssetsMacro.cacheVersion at compile time
2018-09-17 10:44:18 -07:00
Joshua Granick
0dff611130
Update OpenAL
2018-09-14 16:34:28 -07:00
Joshua Granick
918526f6c7
OpenAL fixes
2018-09-14 16:17:52 -07:00
Joshua Granick
3a8b2e7024
Update OpenAL
2018-09-14 13:20:40 -07:00
Joshua Granick
e1ef7a9876
Minor compile fix
2018-09-14 02:20:46 -07:00
Joshua Granick
a4c606bec3
Update OpenAL
2018-09-14 02:17:17 -07:00
Joshua Granick
507d8d22db
Update OpenAL to 1.19.0
2018-09-14 01:21:03 -07:00
Joshua Granick
b808c61113
Try and make alcDestroyContext more resilient
2018-09-13 22:02:02 -07:00
Joshua Granick
a4dda159f1
Fix mozImageSmoothingEnabled warning
2018-09-13 21:28:18 -07:00
Joshua Granick
fa4d47a9ec
Fix possible multi-thread issue
2018-09-12 14:52:44 -07:00
Joshua Granick
7b03607135
Reduce allocations when cURL continues to return write callbacks
2018-09-12 12:08:10 -07:00
Joshua Granick
58f7749d65
Resolve #1232 , improve native HTTPRequest support
2018-09-12 11:23:00 -07:00
Joshua Granick
6ea961ed05
Patch to fix debugging on Windows x64
2018-09-12 11:22:20 -07:00
Joshua Granick
ed773ae74e
Revert "Help resolve support for multiple running cURL handles ( resolve #1225 )"
...
This reverts commit 56e37aa886 .
2018-09-12 10:53:19 -07:00
Joshua Granick
4547718b4e
Fixed for 'zip' library type
2018-09-11 10:52:56 -07:00
MrCdK
c384eb26d4
Use Unifill.uLength() in UTF8String get_length()
...
If the String isn't a valid UTF8 string haxe.Utf8.length() will throw a cryptic "Invalid UTF8" error while Unifill.uLength() will return 0
2018-09-10 13:56:18 -07:00
George Corney
98d8296c06
js.html.compat is being removed in haxe 4
...
See https://github.com/HaxeFoundation/haxe/issues/7091
2018-09-10 13:54:05 -07:00
Joshua Granick
adb0766199
Set 'window.parameters' if 'attributes.parameters' is set during Window creation
2018-09-10 10:41:23 -07:00
Joshua Granick
4adb7d638d
Fix BMP format encode
2018-09-07 13:18:17 -07:00
Joshua Granick
083be8a3af
Add 'undefine' project.xml tag
2018-09-07 12:36:12 -07:00