Commit Graph

430 Commits

Author SHA1 Message Date
Joshua Granick
af6a574948 Add 'lime -version' 2017-07-05 18:45:28 -07:00
Joshua Granick
4f888cc44a Add webassembly/wasm as alias for emscripten -webassembly 2017-06-26 13:36:34 -07:00
Joshua Granick
22d02c2888 Include -final in command-line 'help' output (resolve #996) 2017-06-19 13:56:01 -07:00
Joshua Granick
6589b22c6f Add support for GL 32-bit color depth on native (close #698) 2017-06-05 13:29:37 -07:00
Joshua Granick
d5774bbc49 Add haxelib-debug 2017-05-24 16:30:58 -07:00
Joshua Granick
8bb8e17dd3 Allow override of haxelib used in tools, remove custom haxelib and use system copy 2017-05-24 15:39:14 -07:00
Joshua Granick
c2633d38ef Add 'lime rebuild hxcpp' and 'lime rebuild haxelib' support 2017-05-22 19:33:19 -07:00
Joshua Granick
9393cfc681 Fix 'haxelib path lib:version' if version is equal to set, and multiple installs have the same version (like 1,0,0 and git and hg) 2017-05-22 13:33:28 -07:00
Joshua Granick
8d4b5151b5 Add support for 'haxelib path lib:ver' using git, hg, etc directories 2017-05-22 11:51:14 -07:00
Joshua Granick
e7dd068729 Fix 'haxelib path lib:git', hg or other special version types 2017-05-22 09:58:09 -07:00
Joshua Granick
43c0deddb7 Fix version mismatch, fix null check 2017-05-22 09:23:33 -07:00
Joshua Granick
d7397f21ae Restore previous reliance on 'haxelib path' 2017-05-18 13:55:15 -07:00
Joshua Granick
f4d1df57ee Embed a custom copy of haxelib, fix 'haxelib path' 2017-05-18 11:20:53 -07:00
Joshua Granick
d3837f3b2c Fixes with wildcard haxelib version 2017-05-18 09:22:56 -07:00
Joshua Granick
dba0a604b6 Quiet 'no setup required' message 2017-05-17 16:13:46 -07:00
Joshua Granick
87243a3f4c Do not use 'haxelib path' to request haxelib paths, fix support for haxelib version even if a newer dev directory is set, add warning (and ignore) if a library is already included using a different version 2017-05-17 16:06:07 -07:00
Joseph Cloutier
cb9d5fb019 Fix 'lime create extension'. 2017-05-03 09:17:27 -07:00
Joshua Granick
1a92bbe709 Prefer project.xml over project.nmml 2017-03-03 14:22:22 -08:00
Joshua Granick
c735f60fe8 Update Lime tools logo 2017-02-27 19:01:31 -08:00
Joshua Granick
8669a27e14 Improve tools version check 2017-02-27 16:12:37 -08:00
Joshua Granick
7c80642d35 Re-run project build if project requests different Lime version 2017-02-27 15:37:07 -08:00
Joshua Granick
dc3de61da8 Remove some platforms from command-line help 2017-02-21 17:24:18 -08:00
Valentin Lemière
56eda1d151 Remove ia32-libs-multiarch installation 2017-01-20 17:42:44 -08:00
Joshua Granick
4cc82256a9 Fix 'lime rebuild' with '-D' 2017-01-16 12:34:52 -08:00
Joshua Granick
55301ca4cf Move hxProject.certificate to .keystore, use iOS config for profile, identity and team ID, some file cleanup 2016-12-02 17:04:41 -08:00
Joshua Granick
421ce5175d Improve behavior of Lime config 2016-12-01 13:08:23 -08:00
Joshua Granick
79e72d8b15 Tools rebuild fix 2016-11-28 14:22:46 -08:00
Joshua Granick
f0c6b4dcf3 Add SVN auto-build number support 2016-11-14 12:01:21 -08:00
Joshua Granick
9d98e762b6 Implement initial 'lime rebuild <lib>' behavior (rebuild.hxml) 2016-11-11 17:59:52 -08:00
Joshua Granick
8be354b073 Check Haxe version once 2016-10-31 10:03:11 -07:00
Joshua Granick
e193ef22ce Add support for ${var >= value} and other comparisons in XML project files 2016-10-28 15:11:36 -07:00
Joshua Granick
3c60d0e63b Do not set HAXE_STD_PATH in environment 2016-10-28 12:06:25 -07:00
Joshua Granick
43498aacbb Linux install fix 2016-10-24 14:57:03 -07:00
Joshua Granick
64bf561ef9 Set HAXE_STD_PATH only 2016-10-21 19:24:33 -07:00
Joshua Granick
e14d8e7db0 Initial support for modular JS output 2016-10-21 15:24:37 -07:00
Joshua Granick
24e84002e9 Target flag fix 2016-10-20 10:02:39 -07:00
Valentin Lemière
bfc800897e Minimum haxe version supported is 3.2.0 2016-10-20 10:34:18 +02:00
Joshua Granick
4e0e24cbff Line break 2016-10-17 16:27:35 -07:00
Joshua Granick
96b119f11b Add verbose message with font name 2016-10-17 16:20:38 -07:00
Joshua Granick
22f5a9da16 Add initial Lime config command 2016-10-17 15:41:37 -07:00
Joshua Granick
7b6dd93ddf Move to Lime config (instead of HXCPP config) 2016-10-17 15:22:31 -07:00
Joshua Granick
d0f2c66999 Add support for <meta build-number='git' /> or 'git+123' 2016-10-11 13:58:55 -07:00
Joshua Granick
b16b3c5949 Use null for unset build number (close #565) 2016-09-29 13:58:13 -07:00
Steven
b6acad449d Flowing user defines into the HXProject 2016-09-29 11:27:51 -07:00
Joshua Granick
5c8552a316 Improve help documentation for 'lime create <lib>' 2016-09-28 12:11:37 -07:00
Joshua Granick
a16499254a Default allowHighDPI to false on desktop, fix initialization to set value 2016-09-15 14:21:16 -07:00
Joshua Granick
05a7210e61 Remove legacy hint 2016-09-15 07:24:45 -07:00
Joshua Granick
291df159e1 'lime create extension' fix 2016-09-12 16:37:01 -07:00
skwerlman
e810e44d6b Add support for the Emerge package manager
Also fixed a typo and dnf support
2016-08-31 09:19:27 -04:00
skwerlman
27912e8bff Add support for the DnF package manager
(replaced yum in fedora 22)
2016-08-31 09:14:43 -04:00