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
James Gray
01fdbd5273
remove lime_byte_array_register_prims
2015-07-09 15:29:33 -05:00
Joshua Granick
89d67f9927
Guard against garbage collection in bytes ( fixes #498 )
2015-07-09 10:29:24 -07:00
James Gray
90aebdecec
Revert "Revert "Remove ByteArray CFFI" (temporarily)"
...
This reverts commit 9773d83a8d .
2015-07-08 23:26:13 -05:00
James Gray
19a8410571
ArrayBufferView: remove optional arg in a hot call
...
Caused thousands of allocs.. kind of a temp change to make things tolerable.
May propose change upstream to hxtypedarray, but better changes could probably
be made to copy arrays around.
2015-07-08 11:40:29 -05:00
James Gray
923f16cefd
fix loading of greyscale JPEGs
2015-07-08 11:39:33 -05:00
James Gray
cc3e949efb
console: fix ByteArray STATIC_LINK
...
Kind of temporary, since lime will not be using ByteArray.cpp
2015-07-08 11:38:11 -05:00
James Gray
0f26f127c4
console: fix cairo for STATIC_LINK
2015-07-08 11:37:11 -05:00
James Gray
7a1a3a0916
console: remove lime ndll dependency
2015-07-08 11:36:14 -05:00
James Gray
5104d81d00
ifdef LIME_LZMA
2015-07-08 11:18:58 -05:00
James Gray
9773d83a8d
Revert "Remove ByteArray CFFI" (temporarily)
...
We need to implement more of the standard library...
This reverts commit 6216b69f88 .
2015-07-08 11:03:31 -05:00
Joshua Granick
6d107b6517
Fix legacy mouse events
2015-07-08 09:02:49 -07:00
James Gray
6a3ef9b950
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
project/src/text/Font.cpp
2015-07-08 09:58:31 -05: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