Commit Graph

2845 Commits

Author SHA1 Message Date
Joshua Granick
ed0853e8e5 Make core Lime classes more resistant to use from macros 2017-01-05 19:31:28 -08:00
Joshua Granick
1e7c544dc7 Work around Haxe 3.4 compiler freeze (resolve #874) 2017-01-05 17:09:45 -08:00
Joshua Granick
b794292b21 Use target flags to build only one architecture for iOS, building only an ARMv7 build will misbehave if an older ARM64 binary is present 2017-01-04 15:57:28 -08:00
Joshua Granick
c18c99649f Use ARMv7 only for iOS builds unless -final 2017-01-04 15:51:00 -08:00
Joshua Granick
001f03a277 Misread the chart, need to include ARMv7 for now on iOS 2017-01-04 15:46:24 -08:00
Joshua Granick
5ea3552923 Fix null alloc_string() in GL binding 2017-01-03 21:01:52 -08:00
Joshua Granick
8c96af0296 Force install Android apps (does not work on < API 16 devices, can fix the version check?) 2017-01-03 17:13:12 -08:00
Joshua Granick
4ea2904f33 Correct multiple howler.js playback (resolve openfl/openfl#1368) 2016-12-30 17:34:54 -08:00
Joshua Granick
95a87dbd77 Fix hxProject.merge for architectures 2016-12-30 10:04:07 -08:00
Joshua Granick
ec7c449e40 Add x86_64 as the default iOS simulator arch 2016-12-29 12:15:51 -08:00
Joshua Granick
cd63931ff7 Patch initial audio volume (resolve openfl/openfl#1397) 2016-12-29 10:51:21 -08:00
Joshua Granick
14ea20e890 Update to howler.js 2.0.2 2016-12-29 10:51:21 -08:00
Joshua Granick
a3be9218fd Now Mac file dialogs work in a background thread 2016-12-28 15:55:14 -08:00
Joshua Granick
8c56fd2bb5 Compile fix 2016-12-27 17:39:22 -08:00
Joshua Granick
ec60520d52 Switch to tinyfiledialogs, implement unicode on Windows 2016-12-27 17:27:23 -08:00
Joshua Granick
4956adc595 Improve toggle fullscreen 2016-12-27 13:06:01 -08:00
Joshua Granick
6b4f70027f Hack support for named library preload (need to revise this more) 2016-12-24 00:42:02 -08:00
Joshua Granick
c31151e441 image.copyChannel fix on HTML5 GL 2016-12-24 00:18:31 -08:00
Joshua Granick
592665629d Use AppName.embed instead lime.embed for HTML5 by default 2016-12-22 14:34:33 -08:00
Joshua Granick
1ea331e47a Add 'lime.AppFileName.embed' as a temporary patch for multiple embeds on the same HTML page 2016-12-22 12:28:58 -08:00
Joshua Granick
e059593a0b Respect 'embed=false' assets on HTML5 2016-12-22 09:00:04 -08:00
Joshua Granick
2e7b1d36f0 Merge pull request #866 from restorer/more-precise-preloader
1. More precise preloader for html5; 2. Fix font preloading in Safari.
2016-12-20 08:13:26 -08:00
restorer
eb6934eced 1. More precise preloader for html5; 2. Fix font preloading in Safari. 2016-12-20 13:23:10 +03:00
Joshua Granick
4e8bc030f6 Update CHANGELOG 3.5.2 2016-12-19 21:04:36 -08:00
Joshua Granick
c9e3845553 Update to 3.5.2 2016-12-19 21:04:32 -08:00
Joshua Granick
f54528b9e2 Asset embed fix 2016-12-19 21:00:50 -08:00
Joshua Granick
5940a1cad0 Update SVG tool 2016-12-19 20:09:49 -08:00
Joshua Granick
b549dfe474 Remove _root from native Bytes 2016-12-19 19:56:10 -08:00
Joshua Granick
ad339aa827 Revert Bytes changes, prevents ppremature GC on audio decoding 2016-12-19 19:50:56 -08:00
Joshua Granick
1283ad44f2 Fix warning 2016-12-19 17:14:32 -08:00
Joshua Granick
5d9f3e9ec5 Bytes embed fix 2016-12-19 17:08:42 -08:00
Joshua Granick
fa6d9e12b6 project.config merge fix 2016-12-19 17:08:20 -08:00
Joshua Granick
e9b2609d29 Fix HTML5 font preload 2016-12-19 14:08:58 -08:00
Joshua Granick
626c64f931 Merge pull request #865 from Laerdal/fix/ie-http-xmlrequest
Make XMLHttpRequest work on Internet Explorer 11 also.
2016-12-19 08:28:52 -08:00
mikkelmr
376b40b7f0 Make XMLHttpRequest work on Internet Explorer 11 also. 2016-12-19 14:51:03 +01:00
Joshua Granick
3a609c1515 Update CHANGELOG 3.5.1 2016-12-16 14:09:49 -08:00
Joshua Granick
8627a7c107 Update to 3.5.1 2016-12-16 14:09:00 -08:00
Joshua Granick
11e7a76978 Update SVG tool 2016-12-16 14:04:40 -08:00
Joshua Granick
5878752a9e Update SVG tool 2016-12-16 13:38:00 -08:00
Joshua Granick
bc91351d3e Tag files for C++ release, even on debug builds, unless -Dlime-debug 2016-12-15 21:40:37 -08:00
Joshua Granick
f358c92002 Fix 'cannot find build target by' error, increase consistency of C++ builds 2016-12-15 21:04:44 -08:00
Joshua Granick
44e79554e1 Include project file name on iOS xcodebuild, in case a second project file is found 2016-12-15 12:46:56 -08:00
Joshua Granick
c40679b30e Do not include ARMV7 by default for iOS deployment >= 7 2016-12-15 12:46:27 -08:00
Joshua Granick
df3ea897fd Update iOS Xcode project template 2016-12-15 12:45:42 -08:00
Joshua Granick
8a2b92394f Compile fix 2016-12-14 18:42:01 -08:00
Joshua Granick
23ed1bf8ae Update CI script 2016-12-14 17:10:07 -08:00
Joshua Granick
2a30f13935 Haxelib path fix 2016-12-14 17:04:25 -08:00
Joshua Granick
819df22018 Fix path override for haxelib with version set 2016-12-14 16:57:35 -08:00
Joshua Granick
a09c49d986 Docs fix 2016-12-14 12:48:15 -08:00
Joshua Granick
943d4128ad Validate haxelibs in HXP projects 2016-12-13 21:46:19 -08:00