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
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
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
James Gray
f854dc02a2
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
lime/text/TextLayout.hx
project/src/text/Font.cpp
2015-07-03 02:08:02 -05:00
Joshua Granick
04127f556f
Mac cURL fix ( resolve #730 )
2015-07-02 17:37:53 -07:00
Joshua Granick
481c83b7a9
Do not generate haxedoc.xml
2015-07-02 16:50:31 -07:00
Joshua Granick
1775999fc2
Update tinyxml.h
2015-07-02 16:25:26 -07:00
Joshua Granick
ac55297938
Update CHANGELOG
2015-07-02 14:57:04 -07:00
Joshua Granick
291ee22365
Update to 2.4.5
2015-07-02 14:57:03 -07:00
jgranick
362776315f
Allow compilation with QCC
2015-07-02 13:38:08 -07:00
Joshua Granick
47b9f0d7c5
Clear Flash log by default
2015-07-01 11:13:07 -07:00
Joshua Granick
b292b20767
Teach lime/openfl update to pull submodules
2015-06-29 09:22:08 -07:00
Joshua Granick
a636515cf6
Minor tweak
2015-06-27 12:39:04 -07:00
Joshua Granick
b31b27e323
LZMA encode fix
2015-06-27 12:37:18 -07:00
Joshua Granick
362de4fd6a
Increase buffer size ( http://sourceforge.net/p/sevenzip/discussion/45798/thread/dd3b392c/ )
2015-06-26 00:38:08 -07:00
Joshua Granick
c23acbcc1d
Shrink LZMA encoded buffer
2015-06-26 00:34:57 -07:00
Joshua Granick
53b04012f7
Change ByteArray to use LZMA
2015-06-25 15:25:18 -07:00
Joshua Granick
f80adfae95
Add LZMA
2015-06-25 14:13:02 -07:00
Joshua Granick
15fac4d6bd
New Bytes implementation
2015-06-25 10:48:17 -07:00