Commit Graph

2858 Commits

Author SHA1 Message Date
Joshua Granick
13625dd9cb Update NOTICE.md 2017-01-10 13:31:23 -08:00
Joshua Granick
28d0d690fb Compile fix 2017-01-10 11:49:02 -08:00
Joshua Granick
4666505f6b Clean up keyCode/scanCode conversion (complicated by Neko) 2017-01-10 11:43:36 -08:00
Joshua Granick
286a29355c Add lime.ui.ScanCode (close #882) 2017-01-09 18:01:19 -08:00
Joshua Granick
4da795418f C# fix 2017-01-09 15:55:57 -08:00
Joshua Granick
7d7f19f8db Hide template ApplicationMain/DefaultAssetLibrary classes from dox gen (close #494) 2017-01-09 14:54:02 -08:00
Joshua Granick
a7bf8bfb35 Improve support for gDEBugger on Windows (close #452) 2017-01-09 14:42:40 -08:00
Joshua Granick
5b6fcb1a54 Vorbis fixes 2017-01-07 22:38:43 -08:00
Joshua Granick
ecc484eed2 Refactor VorbisFile 2017-01-07 16:47:51 -08:00
Joshua Granick
50c71c4762 Compile fix 2017-01-07 16:47:25 -08:00
Joshua Granick
7f7273fff4 Initial Vorbis bindings, rename lime.audio to lime.media 2017-01-06 17:39:35 -08:00
Joshua Granick
ece53252b2 Update Bytes.hx 2017-01-05 23:46:32 -08:00
Joshua Granick
820f126c52 Compile fix 2017-01-05 19:37:18 -08:00
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