Commit Graph

1599 Commits

Author SHA1 Message Date
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
Joshua Granick
d73460da18 Create a new native Bytes implementation, use it instead of ByteArray for better ByteArray and Bytes support 2015-06-19 14:11:15 -07:00
Joshua Granick
3ef182f113 Merge pull request #481 from PVince81/android-touchcoordfix
Fix touch coords in Android SDLActivity
2015-06-18 18:34:34 -07:00
Vincent Petry
d675eb2713 Fix touch coords in Android SDLActivity
The coordinates are already relative to the display so they should be
kept as such when passing them to SDL native.
2015-06-18 23:10:50 +02:00
Joshua Granick
41c2d532e9 Fix docs build 2015-06-17 17:15:51 -07:00
Joshua Granick
18b081fcc7 Add missing static values 2015-06-17 12:51:40 -07:00
Joshua Granick
a0bad23202 Work on Flash font embedding, does the leading need to be +6 somehow? 2015-06-17 12:35:56 -07:00
Joshua Granick
0c578f229f Runtime fix 2015-06-17 10:48:08 -07:00
Joshua Granick
14742c1d23 Fix build 2015-06-17 10:34:02 -07:00
Joshua Granick
76ba36c8ea Update LICENSE 2015-06-16 15:54:57 -07:00
Joshua Granick
1f957a6bd0 Migrate to shared hxtypedarray implementation (TODO: Reduce dependence on ByteArray) 2015-06-16 15:49:49 -07:00
Joshua Granick
fedc3ca120 Merge pull request #476 from ProPuke/master
fixed: html5 async asset loading
2015-06-16 14:52:56 -07:00