Commit Graph

2083 Commits

Author SHA1 Message Date
Valerio Santinelli
5ff00ac628 Cloned the iPhone template to the new tvOS one 2015-09-28 19:24:28 +02:00
Joshua Granick
2e8a9d7c0e Merge pull request #587 from Jellonator/master
Fixed "lime setup linux" on Ubuntu versions after 13.10
2015-09-25 22:02:20 -07:00
Jellonator
318ebabb24 Merge pull request #1 from Jellonator/Jellonator-ubuntu-patch-1
Fixed "lime setup linux" on Ubuntu 13.10 and later
2015-09-25 23:27:29 -04:00
Jellonator
f08925a938 Fixed "lime setup linux" on Ubuntu 13.10 and later
Currently, this line only checks if the current Ubuntu version is 13.10. More versions of Ubuntu have been released since then.
The reason this line was included was because versions of Ubuntu at or after 13.10 no longer have the package ia32-libs-multiarch.
When attempting to run "haxelib run lime setup linux" on Ubuntu versions after 13.10, e.g. Ubuntu 14.04, Lime crashes since there is no ia32-libs-multiarch package available.
The issue with this line of code is that it only checks for Ubuntu 13.10, and not any versions after this. 

Fortunately, Haxe supports testing strings via comparison operators.
By replacing the '==' operator with '>=,' this line now instead checks for versions of Ubuntu at or after 13.10 Saucy Salamander.
This works on Ubuntu 14.04.1, and should work on other versions too. Versions of Ubuntu Before 13.10 should still stay the same; they will still install the ia32-libs-multiarch package.
2015-09-25 23:24:53 -04:00
Joshua Granick
5692989bde Update CHANGELOG 2.6.6 2015-09-24 16:10:52 -07:00
Joshua Granick
34b9530240 Update to 2.6.6 2015-09-24 16:10:29 -07:00
Joshua Granick
de970f1bae Include patched HXCPP CFFIPrime.h, fix static Lime build 2015-09-24 15:59:30 -07:00
Joshua Granick
c0d0132c59 Crash fix 2015-09-24 15:37:56 -07:00
Joshua Granick
e0cbcb7810 Use mingw if not on Windows, targeting windows, but no -neko flag 2015-09-24 08:05:36 -07:00
Joshua Granick
e66a24da0d Update CHANGELOG 2.6.5 2015-09-23 23:33:35 -07:00
Joshua Granick
a65faf0cac Update to 2.6.5 2015-09-23 23:33:16 -07:00
Joshua Granick
de6fceab18 Fix copyPixels with sourceRect ~= 0.5 width or height (fixes #582) 2015-09-23 20:53:43 -07:00
Joshua Granick
c92d72b3be Merge pull request #574 from ibilon/patch-2
Add m4a to asset type detection, fix openfl/openfl#847
2015-09-23 20:40:22 -07:00
Joshua Granick
57f2cdd1b6 Disable ENABLE_BITCODE by default (fixes #584) 2015-09-23 20:38:38 -07:00
Joshua Granick
2df5ac4f2e Haxe 3.1.3 fix 2015-09-23 20:23:55 -07:00
Joshua Granick
feb918a956 Haxe 3.1.3 fix 2015-09-23 20:16:16 -07:00
Joshua Granick
335b9dbfe7 Haxe 3.1.3 fix 2015-09-23 20:05:56 -07:00
Joshua Granick
5154fd15fa Fix Image.fromBitmapData (resolves Assets.getBitmapData from SWF issue) 2015-09-23 19:49:47 -07:00
Joshua Granick
853c562a01 Merge pull request #585 from jobs-git/patch-2
Fixed icon issue on cross-compilation
2015-09-23 19:47:56 -07:00
dguana
280d000124 Fixed icon issue on cross-compilation
Terminal typically displays a permission problem with ReplaceVistaIcon.exe on cross-compilation. ReplaceVistaIcon.exe is not a native application for Linux or Mac, however It appears that 

PlatformHelper.hostPlatfrom == WINDOWS (old file)

is registered as always TRUE regardless of host platform, so adding an Import for lime.project.Platform registers the correct TRUE or FALSE for 

PlatformHelper.hostPlatform == Platform.WINDOWS (pull request)
2015-09-23 19:09:31 -07:00
Joshua Granick
dcfa688e37 Use CFFIPointer in more places 2015-09-23 16:04:50 -07:00
Joshua Granick
621997ec8b Minor tweak 2015-09-23 15:38:59 -07:00
Joshua Granick
4a8fe40024 Add lime.system.CFFIPointer 2015-09-23 09:19:45 -07:00
Joshua Granick
fea74fabce OpenAL fix 2015-09-23 08:17:44 -07:00
Joshua Granick
88023ffcea Update signatures based on recent CFFI changes 2015-09-22 16:05:52 -07:00
Joshua Granick
e04f565826 Exclude *.fla by default 2015-09-22 15:03:18 -07:00
Joshua Granick
b6881c39bc Improve Cairo bindings to hold a GC reference to Fonts used 2015-09-22 14:38:41 -07:00
Joshua Granick
1ef975cb93 Remove Cairo reference/destroy -- this is handled internally 2015-09-22 14:18:22 -07:00
Joshua Granick
0e42ea9159 Add garbage collection to native pointer values 2015-09-22 13:30:57 -07:00
Joshua Granick
b3d172f7ce Merge pull request #583 from james4k/font-crash
Fix crash in Font::Decompose
2015-09-22 11:01:03 -07:00
James Gray
3e6a5a9770 Fix crash in Font::Decompose 2015-09-22 12:31:50 -05:00
Joshua Granick
fd67b2c1e9 Revert "Update CHANGELOG"
This reverts commit 315c41bbac.
2015-09-22 00:15:32 -07:00
Joshua Granick
315c41bbac Update CHANGELOG 2015-09-21 17:18:41 -07:00
Joshua Granick
248e8b72ce Merge pull request #580 from james4k/font-leaks
Fix Font leaks
2015-09-21 17:11:50 -07:00
James Gray
208f1ca8f0 plug leaks in lime.text.Font 2015-09-21 19:08:21 -05:00
James Gray
23a665fa91 plug leak in lime_font_get_family_name 2015-09-21 19:08:20 -05:00
Joshua Granick
29ad59e67c Docs fix 2.6.4 2015-09-21 17:07:15 -07:00
Joshua Granick
59ae4ef454 Update CHANGELOG 2015-09-21 16:55:27 -07:00
Joshua Granick
5347676c89 Update to 2.6.4 2015-09-21 16:55:01 -07:00
Joshua Granick
d287d64af6 Make cURL use Bytes instead of Strings 2015-09-21 16:46:16 -07:00
Joshua Granick
90ef7cedea Reduce unreachable code warnings 2015-09-21 15:35:51 -07:00
Joshua Granick
ba8f90feea Revert SDL version (for now) 2015-09-21 14:06:17 -07:00
Joshua Granick
4a2c13f04d Improve static build 2015-09-21 13:43:54 -07:00
Joshua Granick
64df4270b6 Fix iOS multitouch (legacy) 2015-09-21 13:42:34 -07:00
Joshua Granick
aa20ac7ed0 CI fix? 2015-09-21 09:30:49 -07:00
Joshua Granick
9d1598cbda Update CHANGELOG 2.6.3 2015-09-19 16:37:34 -07:00
Joshua Granick
4d42566213 Update to 2.6.3 2015-09-19 16:37:01 -07:00
Joshua Granick
040a398788 Merge pull request #573 from DEaDA/patch-1
Touch fix
2015-09-19 08:45:24 -07:00
Valentin Lemière
65a26d33a0 Add m4a to asset type detection, fix openfl/openfl#847 2015-09-19 13:13:59 +02:00
DEaDA
45df5135ab touch bug
touch = new Touch (touchEventInfo.x, touchEventInfo.x, ...
must be
touch = new Touch (touchEventInfo.x, touchEventInfo.y, ...
2015-09-19 11:37:54 +03:00