Commit Graph

2430 Commits

Author SHA1 Message Date
Joshua Granick
14620f0871 Fix previous setup behavior 2015-12-17 10:25:17 -08:00
P.J.Shand
603457892c add cross domain image loading support 2015-12-17 14:29:58 +11:00
Joshua Granick
a8eeb76a01 Update CHANGELOG 2.8.2 2015-12-16 14:17:16 -08:00
Joshua Granick
fe920bf015 Update to 2.8.2 2015-12-16 14:17:11 -08:00
Joshua Granick
763552ca12 Build fix 2015-12-16 13:47:22 -08:00
Joshua Granick
4f965053da Merge pull request #649 from jobs-git/patch-6
Fixes Icon Issue on Neko Cross Compile Linux to Windows, fix openfl/lime#626
2015-12-16 12:47:53 -08:00
Joshua Granick
4fccca5da2 Use default key commands for desktop fullscreen, Android back button exit 2015-12-16 11:26:25 -08:00
Joshua Granick
d98f2724e1 Add support for event canceling 2015-12-16 11:25:52 -08:00
Joshua Granick
bd629f3a45 Update iOS system font path (remove 'Cache' from path) 2015-12-15 15:39:21 -08:00
Joshua Granick
38a6c4433c Merge pull request #651 from ProPuke/fix-ios-legacy-font-loading
fixed: font paths inconsistent between iOS installs
2015-12-15 15:35:48 -08:00
Joshua Granick
f79640e766 Default to HTML5/WebGL, respect window.hardware on HTML5 to disable WebGL support, don't use alpha on HTML5 WebGL canvas 2015-12-15 15:30:01 -08:00
ProPuke
00d4bdcee8 fixed: fonts paths inconsistent between iOS installs
Both Core/ and CoreAddition/ must be searched as they seem to vary
between iOS version and individual device
2015-12-15 22:22:03 +00:00
Joshua Granick
d56528ed0f Compile fix 2015-12-14 23:02:07 -08:00
Joshua Granick
3feb02ae68 Update AudioSource with timer changes on set currentTime or length 2015-12-14 15:10:46 -08:00
Joshua Granick
9acf835d55 Build fix 2015-12-14 11:20:58 -08:00
Joshua Granick
9b69214dea Fix decode on Android 2015-12-14 11:11:19 -08:00
Joshua Granick
7e1b122d1b Add a few more things to the default Android ADB filter 2015-12-14 11:06:53 -08:00
Joshua Granick
887bb118b7 Allow <window resizable='false' /> in default HTML5 template 2015-12-11 14:18:07 -08:00
Dominic Guana
0edb173227 Fixes Icon Issue on Neko Cross Compile Linux to Windows, fix openfl/lime#626
During Cross-Compile from Linux to Windows, Neko Compilation chain will normally call into ReplaceVistaIcon.exe, unfortunately, EXE files are not native applications of NON-Windows systems, thus a permission issue occurs.

By indicating to the Source Code that ReplaceVistaIcon.exe be called only when it detected Windows systems through 

    PlatformHelper.hostPlatform == Platform.WINDOWS

The issue is fixed.
2015-12-11 01:31:55 +08:00
Dominic Guana
1a78613d77 Fixes Icon Issue on Neko Cross Compile Linux to Windows, fix openfl/lime#626
During Cross-Compile from Linux to Windows, Neko Compilation chain will normally call into ReplaceVistaIcon.exe, unfortunately, EXE files are not native applications of NON-Windows systems, thus a permission issue occurs.

By indicating to the Source Code that ReplaceVistaIcon.exe be called only when it detected Windows systems through 

    PlatformHelper.hostPlatform == Platform.WINDOWS

The issue is fixed.
2015-12-11 01:20:01 +08:00
Dominic Guana
5cdfc4cbc5 Fixes Icon Issue on Neko Cross Compile Linux to Windows, fix openfl/lime#626
During Cross-Compile from Linux to Windows, Neko Compilation chain will normally call into ReplaceVistaIcon.exe, unfortunately, EXE files are not native applications of NON-Windows systems, thus a permission issue occurs.

By indicating to the Source Code that ReplaceVistaIcon.exe be called only when it detected Windows systems through 

   PlatformHelper.hostPlatform == Platform.WINDOWS

The issue is fixed.
2015-12-11 01:17:14 +08:00
Joshua Granick
bf8f0a77c1 Merge pull request #647 from larsiusprime/angle_altenter
updated ANGLE binaries that disable ALT+ENTER fullscreen -- this now …
2015-12-09 21:24:03 -08:00
Lars A. Doucet
63ae694ba1 updated ANGLE binaries that disable ALT+ENTER fullscreen -- this now causes Alt+Enter fullscreen behavior to work properly, as openfl takes care of this instead of ANGLE 2015-12-09 22:12:41 -06:00
Joshua Granick
c14f94f84c Update CHANGELOG 2.8.1 2015-12-09 15:15:51 -08:00
Joshua Granick
1972dafd85 Update to 2.8.1 2015-12-09 15:15:45 -08:00
Joshua Granick
cbf061d501 Disable ANGLE for now, will need -DLIME_SDL_ANGLE on Lime rebuild and <set name='angle' /> or -Dangle on project builds to enable 2015-12-09 14:54:36 -08:00
Joshua Granick
e127f80992 Rename to <haxelib name= optional= /> 2015-12-09 14:05:52 -08:00
Joshua Granick
e9c7b76be2 Merge pull request #646 from Gama11/haxelib-validate
ProjectXMLParser: add a validate attribute to <haxelib>
2015-12-09 14:06:03 -08:00
Gama11
205a0d0827 ProjectXMLParser: fix the validate default value, don't add libs if getHaxelib() failed 2015-12-09 22:13:38 +01:00
Gama11
6bd6948025 ProjectXMLParser: clean up some redundant substitute() == "true" code 2015-12-09 21:48:53 +01:00
Gama11
f8b8ab3323 ProjectXMLParser: add a validate attribute to <haxelib>
This makes it possible to have optional dependencies.
2015-12-09 21:38:05 +01:00
Joshua Granick
314d25c4fe Fix joystick connect ID 2015-12-09 10:04:06 -08:00
Joshua Granick
8017b6eb12 Remove trace message 2015-12-09 08:59:42 -08:00
Joshua Granick
3efa642d43 Update doc file list 2015-12-08 09:56:55 -08:00
Joshua Granick
fcdd601cac Update CHANGELOG 2.8.0 2015-12-07 18:06:48 -08:00
Joshua Granick
7e67ebd8f7 Update version description 2015-12-07 18:06:42 -08:00
Joshua Granick
533c64ec5a Implement HTML5 gamepad support (thanks @bmfs, resolves #624) 2015-12-07 16:18:05 -08:00
Joshua Granick
33a737395c Merge pull request #642 from player-03/format-uppercase-variable
formatUppercaseVariable() shouldn't mess up already-uppercase strings.
2015-12-07 13:48:27 -08:00
Joshua Granick
1f5ec4ada2 Quiet ANGLE warning message 2015-12-07 13:13:38 -08:00
Joshua Granick
5c6c9e542c Add ByteArray embed 2015-12-07 12:29:09 -08:00
Joshua Granick
a2267cc400 Update to 2.8.0 2015-12-07 11:56:29 -08:00
Joshua Granick
512dc46425 Load JNI CFFI only on Android 2015-12-06 11:12:19 -08:00
Joshua Granick
32b1384c9f Minor fix 2015-12-05 17:39:11 -08:00
player-03
e3011c4271 formatUppercaseVariable() shouldn't mess up already-uppercase strings. 2015-12-02 03:17:06 -05:00
Joshua Granick
8698727f6e Merge pull request #603 from vroad/cairo-fix
Fix return value of cairo_pattern_get_color_stop_count
2015-12-01 18:58:05 -08:00
Joshua Granick
8ef9b28939 Enable ANGLE by default (thanks @larsiusprime) 2015-12-01 18:16:35 -08:00
Joshua Granick
189f29b5d5 Merge pull request #633 from ProPuke/fix-ios-legacy-font-loading
fixed: system fonts did not load on modern iOS with legacy lime
2015-11-28 19:23:37 -08:00
Joshua Granick
5167b875aa JS byte fixes 2015-11-24 23:32:49 -08:00
Joshua Granick
49ed4943ee Add lime.utils.Bytes to fix @:file embed and 'readFile' behavior 2015-11-24 23:03:13 -08:00
ProPuke
8d6605233a fixed: system fonts did not load on modern iOS with legacy 2015-11-24 04:59:51 +00:00