Commit Graph

2997 Commits

Author SHA1 Message Date
Joshua Granick
7c80642d35 Re-run project build if project requests different Lime version 2017-02-27 15:37:07 -08:00
Joshua Granick
f36ba99ee3 Remove conflicting file when creating directory 2017-02-27 15:35:58 -08:00
Joshua Granick
daeb795d98 Handle pathGroup behavior in AssetManifest 2017-02-27 12:34:49 -08:00
Joshua Granick
cee369c775 Minor fix 2017-02-27 12:13:41 -08:00
Joshua Granick
bd8e98243d Fix objectPool.size (resolve #934) 2017-02-27 11:41:33 -08:00
Joshua Granick
fb6f457605 Fix cache for HTML5 path group 2017-02-26 15:26:38 -08:00
Joshua Granick
2d27cf1144 Fix AssetManifest base path 2017-02-26 14:06:11 -08:00
Joshua Granick
6432c77f8c Embed logic fix 2017-02-24 19:43:17 -08:00
Joshua Granick
d87122eb7f Minor fix 2017-02-24 19:25:25 -08:00
Joshua Granick
ef39486f25 Revise asset library architecture 2017-02-24 19:19:39 -08:00
Joshua Granick
17a2bb6265 Fix support for loadLibrary and <library /> 2017-02-23 18:22:45 -08:00
Joshua Granick
b982fc7a27 Initial support for asset libraries as assets 2017-02-23 17:57:38 -08:00
Joshua Granick
37ebdfaa3b Handle unfound library type 2017-02-23 16:40:57 -08:00
Joshua Granick
c04f574289 Add missing cairo.textPath 2017-02-23 14:58:46 -08:00
Joshua Granick
0fff8deac0 Remove debug message 2017-02-23 14:53:53 -08:00
Joshua Granick
cdbe9665ab Rename basePath to rootPath, handle .bundle paths and add AssetLibrary.fromBytes/fromFile/loadFromBytes/loadFromFile/loadFromManifest 2017-02-22 19:36:40 -08:00
Joshua Granick
c0e4dc0178 Add lime.utils.ObjectPool (resolve #931) 2017-02-22 17:43:16 -08:00
Joshua Granick
268b86e973 Improve base path logic 2017-02-21 20:14:24 -08:00
Joshua Granick
21ce05da52 Fix native HTTPRequest if the file is nnot found or begins with ~/ 2017-02-21 18:49:30 -08:00
Joshua Granick
dc3de61da8 Remove some platforms from command-line help 2017-02-21 17:24:18 -08:00
Joshua Granick
40f5e63341 Dispatch HTML5 window resize if parent element is resized 2017-02-21 15:41:20 -08:00
Joshua Granick
f1e5d40b8e Improve asset error events 2017-02-21 15:41:00 -08:00
Joshua Granick
23f98d6341 Fix issue where standard assets could be processed as templates, resolves use of ATF for Flash 2017-02-21 09:01:22 -08:00
Joshua Granick
0dfc55f06e Fix case of null icon path 2017-02-21 08:47:00 -08:00
Joshua Granick
28b44ba6b5 Both images must be DATA to use threshold (fixes openfl/openfl#1511) 2017-02-21 08:37:22 -08:00
Joshua Granick
e711ab9e3c Fix unreachable code 2017-02-17 17:58:34 -08:00
Joshua Granick
4231e7da89 Promote unfound Assets to Log.error (use Assets.exists or try/catch to check for missing assets) 2017-02-17 15:33:19 -08:00
Joshua Granick
88f5446d7e Throw error when using Log.error (enabled in Lime 4) 2017-02-17 15:32:53 -08:00
Joshua Granick
0c84694c7f Update CHANGELOG 3.7.4 2017-02-15 18:09:07 -08:00
Joshua Granick
ef1d78f1e6 Update to 3.7.4 2017-02-15 18:09:02 -08:00
Joshua Granick
b36aa5ff91 Improve loadFromFile to support URLs on all platforms, deprecate AudioBuffer.fromURL and onload/onerror callbacks in Image 2017-02-15 14:10:35 -08:00
Joshua Granick
da2d0b09a9 Add verbose log messages for detail on preloading (close #927) 2017-02-15 14:10:35 -08:00
Joshua Granick
9569206839 OpenAL uses total, not relative offset for current time 2017-02-15 14:10:26 -08:00
Joshua Granick
06993731c8 Update CHANGELOG 3.7.3 2017-02-13 15:16:43 -08:00
Joshua Granick
678727d62e Update to 3.7.3 2017-02-13 15:16:37 -08:00
Joshua Granick
384894d847 Fix AudioBuffer.loadFromFile on native for remote assets 2017-02-13 14:59:23 -08:00
Joshua Granick
3191ca2463 Merge pull request #923 from player-03/develop
Allow setting a different Gradle PLUGIN version.
2017-02-13 10:12:50 -08:00
Joseph Cloutier
9bbb6205be Allow setting a different Gradle plugin version.
Turns out, the Gradle version (2.10) is NOT the same as the plugin version (2.1.0). These have to be treated separately.
2017-02-13 13:01:27 -05:00
Joseph Cloutier
b4055db620 Revert "Allow setting a different Gradle version."
This reverts commit af05162c72.
2017-02-13 12:55:51 -05:00
Joshua Granick
4dc184f337 Update SDL config for RPi 2017-02-13 09:31:42 -08:00
Joshua Granick
3fb09c1a33 Merge pull request #922 from player-03/develop
Allow setting a different Gradle version.
2017-02-12 23:08:22 -08:00
Joseph Cloutier
af05162c72 Allow setting a different Gradle version. 2017-02-12 15:17:47 -05:00
Joshua Granick
35c53a9815 Remove debug message 2017-02-11 18:10:51 -08:00
Joshua Granick
ffd004376f Dialog fixes 2017-02-11 18:09:57 -08:00
Joshua Granick
0e7aaafb65 Merge Raspberry Pi config changes from @gepatto 2017-02-11 15:01:09 -08:00
Joshua Granick
44a9c38eef Compile fix 2017-02-11 14:47:21 -08:00
Joshua Granick
5c47550e98 Fix non-Windows dialog 2017-02-11 14:45:48 -08:00
Joshua Granick
4892aa6a60 Merge pull request #921 from starburst997/patch-2
Makes sure extension is used when saving with FileDialog
2017-02-11 14:30:09 -08:00
Jean-Denis Boivin
40c8b4983f Makes sure path is not null 2017-02-11 17:26:16 -05:00
Jean-Denis Boivin
6932ebcab2 Check for the presence of any extension 2017-02-11 17:25:09 -05:00