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
Joshua Granick
d01f84ffbf
Fix button on HL mouse event
2019-04-22 13:55:09 -07:00
Joshua Granick
7bb7b5a4fa
Increase zlib compression level
2019-04-18 11:46:48 -07:00
Joshua Granick
44133fe2d4
Add -npm option for HTML5
2019-04-15 13:59:18 -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
b78837602e
Update to 7.4.0
2019-04-11 12:07:55 -07:00
Joshua Granick
8b6f4c3acc
Add support for 'hashlink' as target alias
2019-04-11 10:29:59 -07:00
Joshua Granick
40ccd22c79
Fix BitmapData issues for HL
2019-04-10 16:26:03 -07:00
Joshua Granick
29f9509f9d
Minor crash fix
2019-04-10 15:19:16 -07:00
Carlos Madrazo
7b50cb39ff
Update name
2019-04-10 10:21:25 -07:00
Carlos Madrazo
e1a0f3a473
Initial Winrt -appx
...
Outputs Appx file, needs 2 manual steps:
Modify sdkVersion variable in WindowsPlatform.hx to the one you want to use for bin tools in C:\Program Files (x86)\Windows Kits\10\\bin\ and do openfl rebuild tools
For creating the certificate, Powershell command fails but the command lets you know which command you need to execute (copy and past in the cmd prompt)
2019-04-10 10:21:25 -07:00
Joshua Granick
dbe6846df0
Update NOTICE
2019-04-08 14:39:54 -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