Joshua Granick
3eb104146f
Update CHANGELOG
2015-01-13 11:12:01 -08:00
Joshua Granick
5ee4777891
Update README.md
2015-01-11 13:43:10 -08:00
Joshua Granick
a47cbba01f
Update README.md
2015-01-11 08:41:00 -08:00
Joshua Granick
90c294090a
Update README.md
2015-01-10 12:51:23 -08:00
Joshua Granick
e0db9d33a9
Add timeout to Android 'getDeviceSDKVersion' command, fix #313
2015-01-10 09:07:22 -08:00
Joshua Granick
c45e1a4db0
Fix crash in iOS Capabilities.language ( fixes #464 )
2015-01-10 00:20:46 -08:00
Joshua Granick
633cd9c772
Dead-Code-Elimination fix
2015-01-09 12:59:11 -08:00
Joshua Granick
faf4fd71ab
Allow both String name or HTML element references in lime.embed()
2015-01-09 10:30:23 -08:00
Joshua Granick
d3ac5bf671
Merge pull request #311 from grapefrukt/ios-images
...
Adds all launch image and icon sizes wanted by XCode
2015-01-09 09:06:25 -08:00
Martin Jonasson
81230c85b0
Updates iOS launch image and icon data for non legacy templates
2015-01-09 14:31:09 +01:00
Martin Jonasson
2ead9cd714
Adds all launch image sizes wanted by XCode
...
This also has the added benefit of enabling non-interpolated resolutions on iPhone 6 and iPhone 6 Plus.
2015-01-09 14:27:38 +01:00
Martin Jonasson
178029317a
Adds all icon sizes wanted by XCode
2015-01-09 14:21:00 +01:00
Joshua Granick
d2d34517d8
Add BitmapData.merge
2015-01-08 16:58:29 -08:00
Joshua Granick
cf447330d1
Compile fix
2015-01-08 15:59:19 -08:00
Joshua Granick
3d87c5974c
Flash compile fix
2015-01-08 15:55:54 -08:00
Joshua Granick
5cda508492
Remove comments
2015-01-08 15:42:11 -08:00
Joshua Granick
d1ce8bd3b5
Copy Images.xcassets template for iOS
2015-01-08 15:32:32 -08:00
Joshua Granick
ec283d01f9
Make getDeviceSDKVersion more resiliennt for ADB
2015-01-08 15:02:53 -08:00
Joshua Granick
7a3617fc78
Guard Android API calls on older devices
2015-01-08 15:02:22 -08:00
Joshua Granick
16de6e0d54
Fix image.data on HTML5 DOM mode
2015-01-08 14:23:15 -08:00
Joshua Granick
fdbfb671fe
Build fix
2015-01-08 13:13:21 -08:00
Joshua Granick
25f01e477a
Compile fix
2015-01-08 12:53:56 -08:00
Joshua Granick
af5396119e
Migrate to an Asset Catalog for Xcode icons and launch images
2015-01-08 10:45:56 -08:00
Joshua Granick
22eb4dbc45
Cache icon generation on all platforms
2015-01-07 23:09:58 -08:00
Joshua Granick
d22f377a0b
Skip icon generation for Mac target when possible as well
2015-01-07 22:52:06 -08:00
Joshua Granick
8a7cc34848
Generate Windows icon only when needed
2015-01-07 22:49:46 -08:00
Joshua Granick
288ea1286e
Use the Windows icon resource instead of SDL_SetIcon for both Lime and Lime legacy
2015-01-07 22:18:48 -08:00
Joshua Granick
003170b782
Fix the Windows icon generation, add Bitmap encoding support, break JPG/PNG support into separate lime.graphics.format.* class files
2015-01-07 22:18:07 -08:00
Joshua Granick
ec2056842e
Expose audio pitch support in Lime legacy (thanks @PaulGene)
2015-01-06 15:17:56 -08:00
Joshua Granick
86493339e8
Add C++ compiler defines to iOS build ( closes #301 , fixes #300 )
2015-01-05 13:05:37 -08:00
Joshua Granick
245fbf6ab2
Merge pull request #306 from gunnbr/issue270
...
Fixed BitmapData.getPixels() to not change the image to turn it blue.
2015-01-05 10:00:08 -08:00
Joshua Granick
5f9993b02b
Merge pull request #305 from gunnbr/issue304
...
Issue #304 : Prevent crash when creating a new BitmapData.
2015-01-04 09:13:36 -08:00
Brian Gunn
30ea3aa72c
Merge branch 'master' into issue270
2015-01-04 08:55:38 -08:00
Brian Gunn
cdc12061b6
Fixed BitmapData.getPixels() to not change the image to turn it blue.
2015-01-03 22:54:47 -08:00
Brian Gunn
bac659044b
Issue #304 : Prevent crash when creating a new BitmapData.
2015-01-03 22:30:06 -08:00
Joshua Granick
394dde821b
Fix color order
2015-01-03 02:11:34 -08:00
Joshua Granick
938c5e7826
Allow key code to cast to and from Int without a 'cast' declaration
2015-01-02 07:11:48 -08:00
Joshua Granick
971bfd1288
Update LICENSE.md
2015-01-02 06:32:40 -08:00
Joshua Granick
8b308dc64c
Update CHANGELOG.md
2014-12-31 21:33:04 -08:00
Joshua Granick
ed9ed7d4d2
Update to 2.0.4
2.0.4
2014-12-31 17:12:04 -08:00
Joshua Granick
e53da6cd01
Update CHANGELOG
2014-12-31 17:11:52 -08:00
Joshua Granick
4cec0df315
Minor cleanup
2014-12-31 13:57:10 -08:00
Joshua Granick
974d5b7744
Fix getPixels
2014-12-31 13:57:10 -08:00
Joshua Granick
7836239e9d
Merge pull request #299 from cbatson/ios_orientation
...
Borrow fixed orientation handling from NME
2014-12-31 09:59:46 -08:00
cbatson
8151f10c35
Borrow fixed orientation handling from NME so that on iOS orientation can be configured before the stage is created. See also b7698f25d3.
...
Stage.shouldRotateInterface() cannot be used to indicate initial orientation preference on iOS, because it is not called unless the stage has been instantiated, and UIStageViewController.supportedInterfaceOrientations() is called before the stage is created.
2014-12-31 09:19:32 -08:00
Joshua Granick
0328fb9154
Merge pull request #279 from restorer/patch-1
...
Fix font preloading for Safari on OsX
2014-12-30 17:53:38 -08:00
Joshua Granick
954ab3a32c
Improve use of Node http-server
2014-12-30 12:40:03 -08:00
Joshua Granick
17dce6cb57
Use runCommand instead of runProcess for the node web server
2014-12-30 12:04:22 -08:00
Joshua Granick
86f7bb8841
Ignore dummy HXCPP config ANT_HOME and JAVA_HOME values
2014-12-30 11:47:41 -08:00
Joshua Granick
0d0c52eff7
Use proper fontName for embedded OpenFL/HTML5 fonts ( closes #280 )
2014-12-30 11:01:13 -08:00