Joshua Granick
8e8c927cd3
Compile fix
2015-07-15 17:07:04 -07:00
Joshua Granick
0b4c553622
Add CairoImageSurface, properly separate image surface methods from the CairoSurface type
2015-07-15 16:40:53 -07:00
Joshua Granick
6622ac818d
Merge pull request #499 from larsiusprime/wiimote
...
added legacy support for wiimote gamepad detection
2015-07-15 11:43:31 -07:00
Joshua Granick
b50d052548
Fix regression in ByteArray.readFile on Android
2015-07-15 11:00:40 -07:00
Joshua Granick
42b1c80b4a
Minor fix
2015-07-15 11:00:39 -07:00
Lars A. Doucet
9641f153a1
Merge branch 'master' of https://github.com/openfl/lime into wiimote
2015-07-15 12:56:13 -05:00
Joshua Granick
634c48b10b
Merge pull request #501 from Hasufel/patch-1
...
Guard against doppleganger gamepad connection
2015-07-14 22:23:11 -07:00
Joshua Granick
250d4b488b
Add explicit assetLibrary.unload when calling Assets.unloadLibrary
2015-07-14 21:33:41 -07:00
Nilsen Filc
18f2e401d2
Guard against doppleganger gamepad connection
...
Gamepad connect can fire twice in a row the event for the same device (tested on Mac OSX). Prevent that.
2015-07-15 04:51:31 +02:00
Lars A. Doucet
924f478a81
added legacy support for wiimote gamepad detection
2015-07-14 10:36:01 -05:00
Joshua Granick
e9a579384f
Update CHANGELOG
2015-07-13 19:15:15 -07:00
Joshua Granick
d0d6f497f8
Update to 2.4.9
2.4.9
2015-07-13 19:11:29 -07:00
Joshua Granick
91a719e11a
Guard against garbage collection in bytes ( fixes #498 )
2015-07-13 21:10:57 -05:00
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
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