Commit Graph

1610 Commits

Author SHA1 Message Date
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
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
Joshua Granick
a617753137 Compile fix 2015-06-24 16:39:48 -07:00
Joshua Granick
e3f453c865 Bytes fix 2015-06-24 16:24:21 -07:00
Joshua Granick
9522683a03 Compile fix 2015-06-24 16:24:15 -07:00
Joshua Granick
5f3acf4bc3 Fix image encode 2015-06-24 16:15:03 -07:00
Joshua Granick
da134fee6e Do not include LZMA bindings 2015-06-24 13:25:17 -07:00
Joshua Granick
45242cb58f Guard LZMA behind a define, disable for now 2015-06-24 08:21:51 -07:00
Joshua Granick
833a1fd7b5 Merge pull request #487 from DanielUranga/master
Hardware screen resolution for Blackberry
2015-06-23 10:47:23 -07:00
Daniel Uranga
dee2821dc9 Hardware screen resolution X/Y for Blackberry 2015-06-23 13:26:26 -03:00
Joshua Granick
35b386018e Messy hook up to LZMA binding (this should be changed) 2015-06-23 09:05:10 -07:00
Joshua Granick
76c23364d3 Build with shared LZMA lib 2015-06-23 08:59:10 -07:00
Joshua Granick
6d0bc6be27 Add LZMA submodule 2015-06-23 08:46:43 -07:00
Joshua Granick
c6f060bce5 Be more aggressive about closing file handles in Audio.cpp (legacy) 2015-06-23 08:09:45 -07:00
Joshua Granick
d1a27b7ee1 Restore middle/right click for legacy SDL2 stage 2015-06-22 14:40:35 -07:00
Joshua Granick
46958400ba Use bitsPerPixel 2015-06-20 09:27:47 -07:00