Commit Graph

298 Commits

Author SHA1 Message Date
Joshua Granick
430820cdb4 Name lime.tools.Project back to HXProject 2018-08-06 11:03:42 -07:00
Joshua Granick
e0f8813b96 Simplify HXP imports, fixes 2018-08-04 18:17:51 -07:00
Joshua Granick
bd9abc4c2a Update for HXP API change 2018-08-04 18:09:44 -07:00
Joshua Granick
4ec83c3638 Add lime.tools.* and keep Project-based tool code 2018-08-03 16:38:50 -07:00
Joshua Granick
6d9f3c4bd8 Fixes for dev HXP 2018-08-02 21:25:55 -07:00
Joshua Granick
769be5d9d3 64-bit Windows builds for C++ target only (for now) 2018-08-01 22:54:26 -07:00
Joshua Granick
8553739479 Always use armeabi-v7a for ARMv7 on Android (old devices that broke on this probably are no longer supported due to newer NDK minimum) 2018-07-30 12:19:02 -07:00
Joshua Granick
5962846dc2 Use 32-bit on Neko for now, even for 64-bit Windows systems 2018-07-28 16:58:08 -07:00
Joshua Granick
e1322a8878 iOS/tvOS tool fix (when CFFI is unavailable) 2018-07-27 10:47:55 -07:00
Joshua Granick
534c6cd7ce Eval, HXP, asset library fixes 2018-07-25 20:27:05 -07:00
Joshua Granick
6c2ef7905c Std.parseFloat fix on Haxe interp 2018-07-24 16:50:38 -07:00
Joshua Granick
7ffd8f1bcf Compile fix 2018-07-24 16:24:23 -07:00
Joshua Granick
c0b3692402 Sync tool platform changes from HXP 2018-07-24 16:18:49 -07:00
Joshua Granick
884f1d5a8e Compile fixes for WinRT UWP 2018-07-20 20:46:15 -07:00
Joshua Granick
8f543e8eff Update SVG tool 2018-07-10 12:06:35 -07:00
Joshua Granick
b9b3121c29 Improve finding of NDLL folder in tools 2018-07-07 06:49:12 -07:00
Joshua Granick
80b3dabccb SVG tool updates 2018-07-05 11:38:26 -07:00
Joshua Granick
55ee251bb7 Fix command-line tools 2018-07-05 09:33:58 -07:00
Joshua Granick
a2a733ed4a Externalize tools to HXP project 2018-07-05 09:33:58 -07:00
Joshua Granick
9a0c65ed2e Refactor API for clarity and future changes 2018-07-05 09:33:58 -07:00
Joshua Granick
ecd7876c4b Add external platform code for use with HXP 2018-06-21 16:33:33 -07:00
Joshua Granick
19bbf4edd6 Initial support for HL target in tools (for testing) 2018-06-09 08:37:31 -07:00
Joshua Granick
026018886e Cleanup Electron support 2018-05-31 14:56:06 -07:00
Pete Shand
e45f0dd51d Add target support for Electron (#1157)
* add initial support for Electron
2018-05-31 14:18:29 -07:00
Joshua Granick
fe2c75230d Add rpi/raspberrypi target alias 2018-05-24 14:51:53 -07:00
Joshua Granick
bfaef880f2 Minor help improvements 2018-05-09 09:22:42 -07:00
Joshua Granick
66fa2d5445 Document 'lime config remove' 2018-05-08 14:27:04 -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
1dadbb725c Initial support for HL target in tools (for testing) 2018-04-26 11:27:50 -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
f806557ae7 Redo 'lime setup' to wrap 'lime config' 2018-04-20 18:58:10 -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
0d8a1eedb9 Fix if no Lime config is found 2018-02-07 15:38:23 -08:00
Joshua Granick
cb896fa0e2 Allow 'haxelib run openfl setup -cli' or '-alias' to install only the command-line alias 2018-01-16 09:35:07 -08:00
Joshua Granick
74d727587e Improve OpenFL setup 2018-01-16 09:29:48 -08:00
Jens Fischer
f1502002b4 Fix compatibility with latest Haxe dev
Haxe no longer abuses stderr and outputs to stdout, see HaxeFoundation/haxe@f6da2aa. Without this fix, this leads the the following compiler error:

>Error: Lime 5.8.2 is not compatible with Haxe 1 (version 3.2.0 or higher is required)

The fix is basically the same approach vshaxe takes for backwards compatibility: vshaxe/haxe-languageserver@e119a7e
2017-11-29 13:24:48 -08:00
Joshua Granick
36e18ef270 Update 'create project' and iOS build to use variable substitution in directories/file names 2017-11-27 15:29:27 -08:00
Joshua Granick
50f88d7b50 Ignore -v/-verbose on 'lime display' command (unless -force-verbose) 2017-11-27 11:45:36 -08:00
Joshua Granick
fb790e2793 Update help documentation 2017-11-14 15:17:47 -08:00
Joshua Granick
14f064d33a Haxe 3.2.1 workaround 2017-10-31 10:12:30 -07:00
Joshua Granick
caf72d6052 Allow -dce flag on command-line 2017-09-26 06:48:56 -07:00
Joshua Granick
cac79f90ca Fix file locking in -rebuild 2017-09-25 16:47:32 -07:00
Joshua Granick
e92cedda2e Better handling of AIR version label/number 2017-09-25 09:58:25 -07:00