Commit Graph

2980 Commits

Author SHA1 Message Date
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
Jean-Denis Boivin
1be6fbd1b7 Makes sure extension is used when saving with FileDialog 2017-02-11 17:05:54 -05:00
Joshua Granick
85f7497c83 Improve FileDialog filter support 2017-02-11 14:04:26 -08:00
Joshua Granick
c4069c0380 Merge pull request #920 from starburst997/patch-1
Fix for #919 - Add Filter to FileDialog save (Windows only)
2017-02-11 13:56:25 -08:00
Joshua Granick
8d90ae2af6 Fix memory leak in System.applicationDirectory/applicationStorageDirectory 2017-02-11 13:54:49 -08:00
Joshua Granick
cdd9a29311 Fix VorbisFile.fromBytes 2017-02-11 13:23:37 -08:00
Jean-Denis Boivin
e6cf43bbdf Code Clean 2017-02-11 16:10:02 -05:00
Jean-Denis Boivin
ece483048c Fix for #919 - Add Filter to FileDialog save (Windows only) 2017-02-11 15:57:35 -05:00
Joshua Granick
95a3a75fd4 Native HTTPRequest timeout should apply only to connect phase (fix #916) 2017-02-11 11:00:01 -08:00
Joshua Granick
e6be39386f Compile CFFI bindings for release unless -Dlime-debug 2017-02-11 10:59:08 -08:00
Joshua Granick
3ede95dff4 Consolidate HTML5 clipboard logic 2017-01-31 11:48:15 -08:00
Joshua Granick
4bd00f2d0b Merge pull request #911 from Laerdal/fix/html5-clipboard
HTML5: Let `Clipboard.text` setter copy to system clipboard
2017-01-31 11:25:04 -08:00
Danny Wilson
c74f43b07e HTML5: Let Clipboard.text setter copy to system clipboard 2017-01-31 13:01:24 +01:00
Joshua Granick
22b8864483 Fix valid image check (resolve openfl/lime-samples#4) 2017-01-30 17:40:28 -08:00
Joshua Granick
138043bf94 Fix Assets.getBytes for a cached text asset 2017-01-27 16:21:56 -08:00
Joshua Granick
29184354b5 Make final simulated progress event cleaner 2017-01-27 16:21:41 -08:00
Joshua Granick
4bc508b600 Update CHANGELOG 3.7.2 2017-01-26 16:38:43 -08:00
Joshua Granick
b31df0108a Go back to previous calculation 2017-01-26 16:23:01 -08:00