Commit Graph

989 Commits

Author SHA1 Message Date
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
Joshua Granick
c422dba7f0 Some code cleanup 2014-12-29 21:14:33 -08:00
Joshua Granick
4c8122b002 Disable Lime right-click mouse event in Flash when using OpenFL, by default. This preserves the context menu 2014-12-29 14:09:11 -08:00
Joshua Granick
d64c14a0fc Implement cursor on Flash 2014-12-29 13:54:11 -08:00
Joshua Granick
ed34459738 Add more mouse cursor types 2014-12-29 13:41:29 -08:00
Joshua Granick
fe10d38dde Merge pull request #298 from gunnbr/master
Fixed ByteArray.readUTFBytes() to not crash with an empty array.
2014-12-29 12:39:08 -08:00
Joshua Granick
f1d08f096f Add Lime mouse cursor support on SDL2 2014-12-29 12:28:14 -08:00
Joshua Granick
95df09575f Add support for mouse hide/show/cursor on HTML5, initially 2014-12-29 11:45:01 -08:00
Joshua Granick
f018f49e8a Validate haxelib when checking version 2014-12-28 14:33:55 -08:00
Joshua Granick
61216f14f7 Restore Windows Explorer icon 2014-12-28 13:29:36 -08:00
Joshua Granick
1c0b067185 Implement SDL2 SetIcon in Lime legacy 2014-12-28 13:24:13 -08:00
Joshua Granick
896efe77c0 Automatically load icon on Windows 2014-12-28 13:23:12 -08:00
Brian Gunn
5bc7622308 Fixed ByteArray to work with empty data on neko. 2014-12-28 12:44:43 -08:00
Joshua Granick
a12a27582e Confirm window.setIcon on Windows 2014-12-28 11:54:10 -08:00
Brian Gunn
753cd7fce7 Fixed ByteArray.readUTFBytes() to not crash with an empty array. 2014-12-28 11:35:56 -08:00
Joshua Granick
353e2d9000 Compile fix 2014-12-28 11:14:45 -08:00
Joshua Granick
05162a2d05 Add initial window.setIcon support 2014-12-28 11:05:35 -08:00
Joshua Granick
01a1c6ca3a Fix compile warnings on CURL binding 2014-12-28 11:05:24 -08:00
Joshua Granick
83e92a25b2 Update to 2.0.3 2.0.3 2014-12-27 14:25:59 -08:00
Joshua Granick
7bb1e691f5 Propagate -nocolor to the tools NDLL rebuild 2014-12-27 14:05:05 -08:00
Joshua Granick
cbd8e4acb0 Ensure tools rebuild occurs from limeDirectory 2014-12-27 13:59:48 -08:00
Joshua Granick
704d4dd960 Rebuild only release binary when rebuilding tools 2014-12-27 13:54:40 -08:00
Joshua Granick
a369f16709 Add HXCPP_EXIT_ON_ERROR define, to ensure we get error codes from HXCPP 2014-12-27 13:16:22 -08:00
Joshua Granick
31f4131f4f Update openal-android 2014-12-27 13:06:33 -08:00
Joshua Granick
02f7413443 Try and make sure that 'rebuild' exits on error 2014-12-27 11:20:27 -08:00
Joshua Granick
287b94e6dd Use a standardized 'targetDirectory' value in the target handlers, and pass this onto the library processors for use with caching 2014-12-25 21:20:32 -08:00
Joshua Granick
614d319330 Link openal-android on Lime as welll as Lime legacy, remove unneeded static libraries 2014-12-22 11:17:05 -08:00
Joshua Granick
133cb4f09c Merge pull request #294 from gunnbr/master
Switched to build OpenAL from source for Android
2014-12-22 10:06:17 -08:00
Brian Gunn
53acc25373 Merge remote-tracking branch 'upstream/master' 2014-12-21 13:26:29 -08:00
Brian Gunn
f8ae184a79 Changed to build OpenAL from source for Android.
Untested with the HXCPP_X86 build.
2014-12-21 13:24:12 -08:00