Commit Graph

2883 Commits

Author SHA1 Message Date
Joshua Granick
a36421b069 Revision fix 2017-01-18 15:54:38 -08:00
Joshua Granick
8d9453cbbb Compile fix 2017-01-18 15:50:18 -08:00
Joshua Granick
cfa8f2fb20 Static fix 2017-01-18 14:09:15 -08:00
Joshua Granick
6c79c41261 Streaming audio support (initial, close #891) 2017-01-18 13:37:46 -08:00
Joshua Granick
7623830d3b Preloader fixes 2017-01-18 11:04:22 -08:00
Joshua Granick
98a92abc2e JNI fix 2017-01-18 10:20:29 -08:00
Joshua Granick
14d03c2c40 Update CHANGELOG 3.6.0 2017-01-16 16:05:06 -08:00
Joshua Granick
c7aa12e93f Update to 3.6.0 2017-01-16 16:05:06 -08:00
Joshua Granick
520752b5fc Update JPEG 2017-01-16 17:35:09 -05:00
Joshua Granick
2419bacf64 Try to preload a path group only once 2017-01-16 14:14:53 -08:00
Joshua Granick
4cc82256a9 Fix 'lime rebuild' with '-D' 2017-01-16 12:34:52 -08:00
Joshua Granick
d6e8162429 Add support for --no-output (resolve #525) 2017-01-14 17:16:41 -08:00
Joshua Granick
8c97a5c676 Add support for --no-output (resolve #525) 2017-01-14 17:00:59 -08:00
Joshua Granick
feec323117 Improve asset library progress events (close #886) 2017-01-14 16:21:38 -08:00
Joshua Granick
b280054c33 Unify DefaultAssetLibrary around AssetManifest logic 2017-01-14 13:38:16 -08:00
Joshua Granick
15d91d84f6 Workaround to allow similar sounds to load as one group on HTML5 (close #883) 2017-01-14 11:14:56 -08:00
Joshua Granick
4c5220f1e3 Compile fix 2017-01-13 16:24:56 -08:00
Joshua Granick
8eec831579 Compile fix 2017-01-13 16:23:00 -08:00
Joshua Granick
d9aebe2177 Update libjpeg to 9b 2017-01-13 16:11:50 -08:00
Joshua Granick
efa7c0eab6 Fix on explicit window.close (resolve #776) 2017-01-11 15:32:53 -08:00
Joshua Granick
21c52bb29f Make window.close cancelable (resolve #817) 2017-01-11 15:23:50 -08:00
Joshua Granick
0f41f2555b Correct state when exiting Android application (resolves #787, close #765) 2017-01-11 11:50:23 -08:00
Joshua Granick
0987a17885 Compile fix 2017-01-10 14:44:07 -08:00
Joshua Granick
3145c3ea78 Update LICENSE.md 2017-01-10 13:32:49 -08:00
Joshua Granick
fa4ce80022 Update NOTICE.md 2017-01-10 13:32:19 -08:00
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