Commit Graph

363 Commits

Author SHA1 Message Date
m0rkeulv
0374c62691 Tweaks to make HTTP requests work with HashLink 2019-09-10 08:47:55 -07:00
Kaspars
cc717fd47a adds support for array type query and post parameters 2019-08-27 14:41:15 -07:00
Joshua Granick
b5f7634e4a Don't set root path if manifest embedded 2019-08-26 13:44:54 -07:00
Joshua Granick
0ab93e0337 HL clipboard fix (fix #1344) 2019-08-22 08:41:30 -07:00
Joshua Granick
80867b3f62 Android root path changes (fix #1346) 2019-08-22 08:00:55 -07:00
Kevin Stoker
4d83712aa7 Fix issue where http paths were changing to relative paths when loading assets. 2019-07-31 10:24:58 -07:00
Joshua Granick
8b76f769fc Allow copyPixels using canvas if no alpha image 2019-07-29 14:42:19 -07:00
Joshua Granick
ac44102aaf Native image.copyPixels + alphaImage fix 2019-07-29 11:38:05 -07:00
Joshua Granick
c8120c20d5 image.copyPixels fixes 2019-07-26 15:39:52 -07:00
Joshua Granick
44e111528c Add objectPool.remove 2019-07-26 11:01:17 -07:00
Joshua Granick
1188b3aa42 Run formatter 2019-07-12 12:08:09 -07:00
Joshua Granick
66344c8523 Speed up Image loadFromBytes (thanks D-MAN) 2019-07-11 09:19:31 -07:00
Joshua Granick
3de9f59091 Target API 28 and ARM64 on Android (per Google Play submission requirements) 2019-07-10 15:35:21 -07:00
Joshua Granick
8624394ca4 Asset manifest fix on Android 2019-07-10 15:17:54 -07:00
Alex Frost
555395235f Update HTML5Window.hx 2019-07-10 15:14:53 -07:00
Joshua Granick
7e12a64c34 Compile fix 2019-07-09 13:15:53 -07:00
Joshua Granick
04ffcc158d Add internal Base64 type 2019-07-09 13:12:26 -07:00
Joshua Granick
fcd8c19f83 Speed up same origin check for data URIs 2019-07-09 12:15:46 -07:00
Joshua Granick
a2e62f16a1 Add internal Base64 type 2019-07-09 12:12:29 -07:00
Joshua Granick
af8634d3af Try using UnicodeString for UTF8String on Haxe 4 2019-07-09 10:44:34 -07:00
Jens Fischer
ad0e8bb9ca Fix HTML5 compilation with latest Haxe dev
This is needed to compile with HaxeFoundation/haxe#8422 because abstract implicit casts are not transitive.
2019-06-24 12:40:12 -07:00
Joshua Granick
ef154d2916 Revert "Move native DLL directory to 'lib'"
This reverts commit 20f626dab8.
2019-06-24 10:37:22 -07:00
Joshua Granick
f637bdd8ef Fixes for bundle loading 2019-06-21 15:07:08 -07:00
Joshua Granick
7c4110fbef Initial support for libraries using asset bundles 2019-06-21 12:15:58 -07:00
Joshua Granick
f50904e1d4 AssetBundle improvements 2019-06-20 21:46:17 -07:00
Joshua Granick
e9bc17ef42 Initial work on AssetBundle 2019-06-17 11:53:32 -07:00
Joshua Granick
b684f43172 Revert debug messages 2019-06-13 09:32:16 -07:00
Joshua Granick
4eae752afe Minor fix 2019-06-13 09:26:29 -07:00
Joshua Granick
504458cd6a Allow asset with path and no ID 2019-06-12 15:43:01 -07:00
Joshua Granick
b0d4f83ad5 Initial support for pure JSON asset manifest data 2019-06-12 15:38:00 -07:00
Kostas Chatzikokolakis
977145671d Disable closure warnings for 'suspicious' code
They are caused by the minified embedded libaries, most likely harmless.
2019-06-12 13:49:36 -07:00
Joshua Granick
93de8da859 Doc fix 2019-06-12 12:59:17 -07:00
Joshua Granick
9fe993b936 Force the DataPointer type to be numeric on HTML5 2019-06-12 12:27:33 -07:00
Joshua Granick
a989e4b7bc Add window.onMove support for AIR (close #1327) 2019-06-10 15:17:55 -07:00
Joshua Granick
bb76d37073 Fix root path for default asset libraries 2019-06-07 14:11:08 -07:00
Joshua Granick
a2794c9dea Do not modify manifest root path on asset copy, try and make Assets.loadLibrary a bit more flexible on paths 2019-06-05 15:14:54 -07:00
Alex Rothman
1f86057029 Updated the documentation for createWindow
In the block documentation for Application.createWindow, changed
the legacy window parameter to the current attributes parameter
2019-05-28 13:35:02 -07:00
Joshua Granick
290b86fb87 Progress on CPPIA support 2019-05-14 12:02:52 -07:00
Joshua Granick
dc35070823 Fix values for lime.ui.MouseButton (resolve #1316) 2019-05-10 11:23:25 -07:00
Joshua Granick
668080ac64 Fix crash error due to use of blur during static initialization 2019-04-11 15:13:37 -07:00
Tuna Hunerli
7d3539ab8e Fixing StackBlur alpha 2019-04-11 12:45:20 -07:00
Joshua Granick
20f626dab8 Move native DLL directory to 'lib' 2019-04-11 12:09:26 -07:00
Joshua Granick
29f9509f9d Minor crash fix 2019-04-10 15:19:16 -07:00
Joshua Granick
06e59c0e6c Minor StackBlur update 2019-04-08 14:39:50 -07:00
Joshua Granick
da8848fd38 Crash fix in blur 2019-04-08 14:12:31 -07:00
Tuna Hunerli
5d0f446970 Initial StackBlur port 2019-04-08 12:00:27 -07:00
Joshua Granick
37918d28bf Compile fix 2019-04-01 14:20:27 -07:00
Joshua Granick
303bb3c2a9 Improve stride value 2019-04-01 14:20:04 -07:00
Milton Candelero
1d2abf7d2e Added the flag "force_html5_audio" for howler
Added a compilation flag `force_html5_audio` to force howler to always use html5 audio.

I don't think anyone will find this useful but it shouldn't do any harm to have.
2019-04-01 14:17:49 -07:00
Joshua Granick
5bdca08a0c Bits per pixel, not bytes (resolve #1301) 2019-03-28 12:30:41 -07:00