Commit Graph

3797 Commits

Author SHA1 Message Date
Joshua Granick
66fa2d5445 Document 'lime config remove' 2018-05-08 14:27:04 -07:00
Joshua Granick
50c2c99ab0 Fix release note 2018-05-08 11:00:05 -07:00
Joshua Granick
96c1bc273c Update CHANGELOG 6.3.0 2018-05-04 15:00:12 -07:00
Joshua Granick
430107f20a Update harfbuzz 2018-04-27 18:54:45 -07:00
Joshua Granick
b87ed67572 Update Harfbuzz 2018-04-27 18:17:38 -07:00
Joshua Granick
e496d09527 Revert "ALC bindings for HL"
This reverts commit 8d1ff873d8.

Revert "Binding fix"

This reverts commit c606ec5139.

Revert "Add support for HL libraries"

This reverts commit 6b49f4d240.

Revert "Minor fixes"

This reverts commit dcacb9f04a.

Revert "Compile fixes"

This reverts commit 3b9e572f8b.

Revert "Sync with Haxe std library (remove some overrides)"

This reverts commit c05061c970.

Revert "Initial support for HL target in tools (for testing)"

This reverts commit 1dadbb725c.
2018-04-27 06:32:17 -07:00
Joshua Granick
8d1ff873d8 ALC bindings for HL 2018-04-26 17:16:52 -07:00
Joshua Granick
c606ec5139 Binding fix 2018-04-26 14:11:58 -07:00
Joshua Granick
6b49f4d240 Add support for HL libraries 2018-04-26 13:55:28 -07:00
Joshua Granick
dcacb9f04a Minor fixes 2018-04-26 12:11:14 -07:00
Joshua Granick
3b9e572f8b Compile fixes 2018-04-26 12:11:05 -07:00
Joshua Granick
c05061c970 Sync with Haxe std library (remove some overrides) 2018-04-26 11:47:41 -07:00
Joshua Granick
1dadbb725c Initial support for HL target in tools (for testing) 2018-04-26 11:27:50 -07:00
Joshua Granick
0f44e42e51 Compile fix 2018-04-26 08:21:54 -07:00
Joshua Granick
480e17098a Apply C++ noDebug to a few more classes 2018-04-22 22:30:01 -07:00
Joshua Granick
223137d484 Move _mbsrtowcs to System 2018-04-22 11:26:26 -07:00
Joshua Granick
51ed111bef Fix font family name on some Android 4.x devices (close #885) 2018-04-22 10:37:48 -07:00
Joshua Granick
917ec2be5b Help correct possible race condition in Flash preloader when simulating progress 2018-04-21 16:24:57 -07:00
Joshua Granick
bd626b9472 Fix help text for --port, tweak arrangement of help items 2018-04-20 21:01:12 -07:00
Joshua Granick
8f53f44744 Minor setup tweak 2018-04-20 20:38:01 -07:00
Joshua Granick
9d225a6cd6 Add color to Lime setup 2018-04-20 20:23:51 -07:00
Joshua Granick
03e121720d Lime config fix 2018-04-20 19:05:52 -07:00
Joshua Granick
f806557ae7 Redo 'lime setup' to wrap 'lime config' 2018-04-20 18:58:10 -07:00
Joshua Granick
8b6ea9bff5 Ignore failed sound preload on HTML5, print warning instead 2018-04-19 19:25:56 -07:00
Joshua Granick
86b71f8208 Fix HTML5 embed='true' 2018-04-19 19:05:34 -07:00
Joshua Granick
dca9b45345 Mark as Lime 6.3.0 2018-04-19 08:06:17 -07:00
Joshua Granick
ca3c2c0432 Update openfl.Vector > typed array conversion 2018-04-19 08:03:52 -07:00
Joshua Granick
cf04338fc5 Fix when no arguments are passed at runtime 2018-04-19 07:35:31 -07:00
Joshua Granick
9ab7d06eac Minor tweak 2018-04-18 17:45:28 -07:00
Joshua Granick
d6c8e7e2ef Add support for --help, -help, -h 2018-04-18 14:08:41 -07:00
Joshua Granick
3b62a4b43a Minor help fix 2018-04-18 13:41:31 -07:00
Joshua Granick
ec0bcdf770 Expand/improve 'lime help' 2018-04-18 13:39:31 -07:00
Joshua Granick
5eeec1d852 Support -D foo in addition to -Dfoo 2018-04-18 09:39:18 -07:00
Joshua Granick
972af872bb Support -- (in addition to -args) for additional arguments (like 'lime test neko -- hello=world') 2018-04-18 09:33:28 -07:00
Joshua Granick
8c95c737ba Add support for overriding default window parameters 2018-04-18 09:24:26 -07:00
Joshua Granick
a2a4e063b2 Add key/value command-line arguments to Window parameters 2018-04-18 08:27:00 -07:00
Joshua Granick
0e3fe0afe6 Update howler.js to 2.0.9 2018-04-16 23:01:28 -07:00
Joshua Granick
296c8a816d Resolve support for '-dce full' with 'embed=true' assets on native 2018-04-13 20:04:17 -07:00
Adam
87a196be7e Use jcenter repository for extension template gradle build. 2018-04-11 18:20:08 -07:00
Adam
464bad5392 Use Google's default repository for extension-api gradle dependencies.
Jcenter is the default for Android Studio projects, is a superset of Maven Central, and is what is used in the default lime template.

Fixes Android builds failing to resolve gradle and gradle plugin versions that are missing from Maven Central.
2018-04-11 18:20:08 -07:00
Adam
5d7201276a Remove unintentional command line argument addition 2018-04-11 18:20:08 -07:00
Adam
221dcaef2f Export multiple IPA types (adhoc, appstore, etc) with one deploy command.
Avoids re-generating an xcarchive for each IPA type you wish to create.
2018-04-11 18:20:08 -07:00
Joshua Granick
a0994d76b5 Embed default manifest on HTML5 2018-04-05 15:12:27 -07:00
Joshua Granick
4b1eb86b4c Add additional verbose messages whenen writing generating files 2018-04-05 15:12:06 -07:00
Joshua Granick
20b80cf9a8 Disable Vsync on native when not requested 2018-04-05 09:33:21 -07:00
Joshua Granick
49bd7c11ac Documentation fix 2018-04-03 18:02:24 -07:00
Joshua Granick
5866bb35cb Documentation fix 2018-04-03 17:54:45 -07:00
Joshua Granick
f6af8eb07c Compile fix 2018-04-03 17:37:21 -07:00
Joshua Granick
d7dfbd4a7f Minor fix 2018-04-03 17:09:44 -07:00
Joshua Granick
c9b28de490 Catch errors in AL gen sources/buffers, workaround Apple OpenAL implementation leaking 2018-04-03 17:05:11 -07:00