Commit Graph

1638 Commits

Author SHA1 Message Date
Joshua Granick
6445a95fd7 Try with a cast 2015-07-13 17:48:56 -07:00
Joshua Granick
af57a48139 Fix canvas Image clone, add image.scroll 2015-07-13 17:45:00 -07:00
Joshua Granick
66fc421472 Handle null toString in typed arrays 2015-07-13 17:44:22 -07:00
Joshua Granick
3b6b47d278 Fix canvas Image clone 2015-07-13 16:54:07 -07:00
Joshua Granick
21d711550b Handle case where Image has data, but no canvas, and is used in a canvas render 2015-07-13 16:49:07 -07:00
Joshua Granick
5434424003 Improve case if ImageBuffer data is present, but there is no ImageData object 2015-07-13 16:36:27 -07:00
Joshua Granick
808d6ffe15 Improve Image clone 2015-07-13 16:35:18 -07:00
Joshua Granick
ec34739a85 Crop rectangle in image.copyChannel 2015-07-13 13:03:46 -07:00
Joshua Granick
1c7d70646f Help find GIT when not in PATH on Windows 2015-07-13 11:27:54 -07:00
Joshua Granick
08a8294a5c Allow lime-samples to handle its structure 2015-07-11 20:40:05 -07:00
Joshua Granick
8920ff5317 Use a default icon 2015-07-11 20:30:47 -07:00
Joshua Granick
ffdf15f080 Add lime.utils.Log 2015-07-11 13:59:08 -07:00
Joshua Granick
0a50efa96b Pass verbose define (Flash/HTML5) or flag (desktop) when doing a -verbose build 2015-07-11 13:58:55 -07:00
Joshua Granick
bddc66d2da Make Flash logging faster 2015-07-11 13:58:16 -07:00
Joshua Granick
f5605267fa Allow cURL Int abstracts to convert from/to Int 2015-07-11 13:56:27 -07:00
Joshua Granick
74604c9077 Use TheadPool instead of BackgroundWorker to limit Assets.load* requests at once 2015-07-10 17:35:06 -07:00
Joshua Granick
961ef1e594 Add lime.system.ThreadPool 2015-07-10 17:22:54 -07:00
Joshua Granick
31bc277959 Add event.has and default BackgroundWorker send* events to null messages 2015-07-10 17:22:44 -07:00
Joshua Granick
5d7a2b0cc5 Disable axTLS non-blocking in Lime 2, keep enabled in legacy 2015-07-10 11:15:37 -07:00
Joshua Granick
90f9510889 Update CHANGELOG.md 2015-07-09 16:20:27 -07:00
Joshua Granick
7b05cad660 Update CHANGELOG 2.4.8 2015-07-09 15:35:19 -07:00
Joshua Granick
32b1b5cd65 Update to 2.4.8 2015-07-09 15:35:19 -07:00
Joshua Granick
89d67f9927 Guard against garbage collection in bytes (fixes #498) 2015-07-09 10:29:24 -07:00
Joshua Granick
6d107b6517 Fix legacy mouse events 2015-07-08 09:02:49 -07:00
Joshua Granick
cc786a3714 Merge branch 'master' of https://github.com/openfl/lime 2015-07-07 23:37:20 -07:00
Joshua Granick
233447d6c0 Wait for worker.sendComplete, do not auto-complete 2015-07-07 23:37:12 -07:00
Joshua Granick
89ad4e1290 iOS font embed fix 2015-07-07 13:23:34 -07:00
Joshua Granick
2f5a602771 Cleanup 2015-07-07 12:42:40 -07:00
Joshua Granick
f844f38eeb Patch double mouse events on iOS 2015-07-07 12:29:44 -07:00
Joshua Granick
157d7150fb Handle ENABLE_BITCODE flag (enable for iOS 6+, disable for iOS 5 compatible builds) 2015-07-07 10:26:39 -07:00
Joshua Granick
67759458cf Use -Dios and -Dsimulator for iOS rebuild, not -Diphoneos and -Diphonesim 2015-07-07 09:35:32 -07:00
Joshua Granick
fd51882c82 Update CHANGELOG 2.4.7 2015-07-06 18:35:21 -07:00
Joshua Granick
d3230962a7 Update to 2.4.7 2015-07-06 18:35:14 -07:00
Joshua Granick
fba1af614f Compile fix 2015-07-06 17:46:53 -07:00
Joshua Granick
bddce4f987 Sync changes with hxtypedarray repository 2015-07-06 17:45:49 -07:00
Joshua Granick
ee08c8c37e HTML5 typed array fix 2015-07-06 17:15:06 -07:00
Joshua Granick
722f0d2701 Update CHANGELOG 2.4.6 2015-07-06 14:18:15 -07:00
Joshua Granick
9ed1b65fc8 Update to 2.4.6 2015-07-06 14:18:07 -07:00
Joshua Granick
3fdb423717 Fix Mac -static build 2015-07-06 13:25:45 -07:00
Joshua Granick
6216b69f88 Remove ByteArray CFFI 2015-07-06 13:25:39 -07:00
Joshua Granick
087203455c Simplify use of BackgroundWorker in Assets, add optional onError condition in worker 2015-07-06 10:21:47 -07:00
Joshua Granick
0882e27537 Renamed WorkerThread to BackgroundWorker, improve 2015-07-06 10:05:58 -07:00
Joshua Granick
4ac262d061 Fix audioSource.play if there is no data 2015-07-06 09:15:57 -07:00
Joshua Granick
7f4f91bc53 Make Assets.load* use a background thread on native 2015-07-03 12:08:50 -07:00
Joshua Granick
c6ba6b0de5 Add lime.system.WorkerThread 2015-07-03 11:50:03 -07:00
Joshua Granick
8e4e1b8f09 Fix event.remove when called during event.dispatch 2015-07-03 11:49:36 -07:00
Joshua Granick
d374e3d833 Improve documentation when using You must specify a template when using the 'create' command.
Usage: lime create project (directory)
 Usage: lime create extension (directory)
 Usage: lime create <sample> (directory)

 Available samples:

  * HandlingInputEvents
  * HelloWorld
  * HerokuShaders
  * ManagingWindows
  * SimpleAudio
  * SimpleImage
  * TextRendering
2015-07-03 09:06:08 -07:00
Joshua Granick
1105b0fe4e Make sure we shut down cleanly 2015-07-03 05:18:49 -07:00
Joshua Granick
49e485480e Make sure that glyph count is set properly 2015-07-03 05:18:48 -07:00
Joshua Granick
04127f556f Mac cURL fix (resolve #730) 2015-07-02 17:37:53 -07:00