Joshua Granick
999756684f
Update CHANGELOG
2019-08-20 12:18:17 -07:00
Joshua Granick
b6954477e0
Update to 7.6.0
2019-08-20 12:18:12 -07:00
Joshua Granick
18c7b93717
Fix absolute path for NPM builds on generated source directories
2019-08-20 10:54:35 -07:00
Joshua Granick
b30f4bf39c
Update HL headers for 1.10 ( resolve #1339 )
2019-08-20 08:06:58 -07:00
Joshua Granick
d215e9c344
Update HL Mac binary to 0.10
2019-08-20 07:41:43 -07:00
jgranick
9359e1ed37
Update HL Linux/Windows binaries to 1.10
2019-08-19 14:37:35 -07:00
Joshua Granick
482a39ad2f
HTML5 asset optimization
2019-08-19 10:27:41 -07:00
Joshua Granick
1caf9d92f8
Revert "Update ManifestResources.hx"
...
This reverts commit dfdb576e37 .
2019-08-13 10:57:51 -07:00
Joshua Granick
dfdb576e37
Update ManifestResources.hx
2019-08-13 10:38:41 -07:00
Joshua Granick
d0f15395a5
Asset manifest fix
2019-08-12 14:48:55 -07:00
Joshua Granick
09e95ad872
Update README.md
2019-08-02 14:54:48 -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
Jens Fischer
08df29fe0c
Update .vscode/settings.json
...
`haxe.displayConfigurations` is deprecated in favor of `haxe.configurations`, and there was a missing comma.
2019-07-15 13:07:04 -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
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