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
703a57b6fa
Main loop tweaks
2019-07-10 15:17:54 -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
Joshua Granick
7bc1d06634
Update SDL
2019-07-03 13:18:39 -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
Justin Espedal
0fdbb6b2ed
Fix asset loading on Windows
2019-06-24 12:39:20 -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
Kostas Chatzikokolakis
d969c7fa30
output.js: add AMD compatibility
...
If the code is loaded via AMD/requirejs:
- we call define() instead of exporting 'lime' globally
- we disable AMD while the embedded libraries are loading, so that they
register themselves in the global scope.
2019-06-12 11:51:36 -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
Joshua Granick
ac6d5c281c
Progress on X886_64 support for Android
2019-06-05 10:27:09 -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
Jens Fischer
47b4062f47
Fix copy-paste error in @:native of SystemIdleMode
2019-05-16 08:55:05 -07:00
Joshua Granick
9ae4c67103
Update CHANGELOG
7.5.0
2019-05-14 12:29:15 -07:00
Joshua Granick
cd13ade59a
Update to 7.5.0
2019-05-14 12:29:08 -07:00
Joshua Granick
316b6b02da
Postpone CPPIA in help
2019-05-14 12:29:02 -07:00
Joshua Granick
290b86fb87
Progress on CPPIA support
2019-05-14 12:02:52 -07:00
Joshua Granick
8ac1ed24c7
Version should be 7.4
7.4.0
2019-05-14 11:17:06 -07:00
Joshua Granick
2db5109aa9
Update CHANGELOG
2019-05-14 09:34:20 -07:00
Joshua Granick
758c5e2761
Update SDL
2019-05-13 13:31:44 -07:00
Joshua Granick
4b7def27d9
Update CHANGELOG
2019-05-13 10:42:16 -07:00
Joshua Granick
8819e2a4ea
Update haxelib.json
2019-05-13 10:42:07 -07:00
Joshua Granick
dc35070823
Fix values for lime.ui.MouseButton ( resolve #1316 )
2019-05-10 11:23:25 -07:00
Joshua Granick
dda2edd8e4
Update SDL again
2019-05-08 17:12:51 -07:00
Joshua Granick
4281aaca32
Patch compile to Android
2019-05-08 14:59:10 -07:00
Joshua Granick
fa91dd6039
Update SDL to HG revision 24883e864f7e
2019-05-08 14:26:45 -07:00
Joshua Granick
f702c8958b
Apply SDL patch https://hg.libsdl.org/SDL/rev/3b1f484500f0
2019-05-07 12:17:18 -07:00
Carlos Madrazo
bfa93bf920
[winrt] Fix bin directory for newer Windows 10 SDKs
...
Get the Windows SDK bin directory automatically from the latest sdk installed version, when making an -appx
2019-05-07 11:25:59 -07:00
Joshua Granick
dce7099e6e
Add CMYK support to native JPEG decode
2019-04-30 13:58:47 -07:00
Jens Fischer
af9367b199
Replace @:fakeEnum with @:enum abstract
...
@:fakeEnum support will be removed in HaxeFoundation/haxe#8189
2019-04-30 11:37:17 -07:00