Commit Graph

3007 Commits

Author SHA1 Message Date
Joshua Granick
0ee2780d6e Handle GL lost context on WebGL better, improved GL render context 2017-03-01 18:56:56 -08:00
Joshua Granick
2afd3a59dc Do not dispatch render when there is no render context, add context lost event for native (close #928) 2017-02-28 16:16:02 -08:00
Joshua Granick
3ded4212ae Update default HTML template 2017-02-28 15:50:00 -08:00
Joshua Granick
06dbecde66 Rebuild how lime.embed works, fix multiple embeds, allow passing window config values (resolve #933) 2017-02-28 15:33:51 -08:00
Joshua Granick
81c4926802 Add window.displayMode for fullscreen display mode switching 2017-02-28 11:32:55 -08:00
Joshua Granick
314e020428 Update gamepad mappings from https://github.com/gabomdq/SDL_GameControllerDB/ 2017-02-28 09:43:36 -08:00
Joshua Granick
c735f60fe8 Update Lime tools logo 2017-02-27 19:01:31 -08:00
Joshua Granick
905ae6dfcf Cleanup deprecated APIs 2017-02-27 16:31:59 -08:00
Joshua Granick
6b157e6392 Update to 4.0.0 2017-02-27 16:13:26 -08:00
Joshua Granick
8669a27e14 Improve tools version check 2017-02-27 16:12:37 -08:00
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