Commit Graph

64 Commits

Author SHA1 Message Date
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
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
b337e232f0 C# improvements 2016-08-30 03:48:30 -07:00
Joshua Granick
63fff23fb1 Add support for 'macos' in addition to 'mac' as a target name 2016-08-25 15:10:20 -07:00
Timur
4a1ecf94fc Add help info for -web flag (#389)
Add help info for -web flag
2016-08-17 11:53:37 +02:00
Joshua Granick
df31f15be5 Don't need crossOrigin for local base64 string (resolve #793) 2016-08-11 09:24:02 -07:00
player-03
f0c605d091 Added pre-build and post-build callbacks, as described in issue #612. (#731) 2016-06-09 12:19:43 +02:00
Valentin Lemière
108bee184c Allow modification of project config in the command line (#687) 2016-06-06 14:56:27 +02:00
Joshua Granick
cf1d25d950 Remove Lime legacy/hybrid mode 2016-05-18 22:17:06 -07:00
Joshua Granick
e9f7839680 Add a try/catch, in case an -armv5 style argument does not match an expected ARM architecture 2016-01-13 09:16:59 -08:00
Joshua Granick
40aaff6e8f Fix -notrace flag 2015-12-31 18:26:16 -08:00
Joshua Granick
48334337b8 Help improve support for builds with no <source path='' /> 2015-12-28 18:23:46 -08:00
Joshua Granick
a0e03e6b35 Improve use of tools without haxelib 2015-12-28 13:43:53 -08:00
Joshua Granick
23be787198 Remove ByteArray, use Bytes. Will need to replace URLLoader with a Lime API for easier network requests 2015-11-20 21:34:41 -08:00
Joshua Granick
77cc799253 Minor tweak 2015-10-02 09:54:53 -07:00
Valerio Santinelli
130e8e703e More changes to build lime with AppleTV support (not yet finished) 2015-09-30 09:13:34 +02:00
Valerio Santinelli
253ad82ecd More changes for tvOS support 2015-09-29 18:43:59 +02:00
Valerio Santinelli
c6b9772e96 Added the tvos target to the command line tool and started working on the TVOSPlatform and TVOSHelper 2015-09-29 09:24:11 +02:00
Valerio Santinelli
1fe5147158 First few changes to build a tvOS target 2015-09-28 20:03:27 +02:00
Joshua Granick
2e617a7f5a Move load/loadPrime to CFFI, remove new CFFI constructor, use @:cffi instead 2015-08-31 21:59:56 -07:00
Joshua Granick
a9e4a75602 Raspberry Pi fixes (thanks @gepatto) 2015-08-27 09:38:46 -07:00
James Gray
4e0b3eb173 Merge tag '2.5.2'
Conflicts:
	lime/graphics/utils/ImageDataUtil.hx
2015-08-06 18:04:28 -05:00
James Gray
99b3219b45 tools: use run.exe for target handlers if it exists
Allows target tools to be built with cpp target.
2015-07-23 18:51:19 -05:00
Joshua Granick
0e585e54c7 Fix rebuild 2015-07-17 10:51:28 -07:00
Joshua Granick
0c9bd8916f Try to ignore XML files that are not project files when running Lime commands in the wrong directory 2015-07-17 10:34:46 -07:00
Joshua Granick
dc292afcbc Allow overrides in 'lime create' (allows --meta-package-name and other flags to set values during creation) (closes #459) 2015-06-06 18:42:59 -07:00
Joshua Granick
2be46664f0 Fix command (fixes #356) 2015-05-19 10:43:35 -07:00
Joshua Granick
376a85c57e Remove debug messages 2015-04-11 22:32:17 -07:00
Joshua Granick
a093d456c6 Rebuild tweak 2015-04-03 17:06:00 -07:00
Joshua Granick
a4b4e5db3a Fix 'lime rebuild' from the Lime directory 2015-03-20 09:52:15 -07:00
Joshua Granick
f052d9cd54 Add message about -Dv2/-Dlegacy define to tools 2015-03-20 07:22:18 -07:00
Joshua Granick
04070c7ff4 Disable CFFI when using -rebuild, some -nocffi fixes 2015-03-16 10:28:56 -07:00
Joshua Granick
fcd1222043 Always generate a build number, set the platform to have the formatted name instead of lowercase and improve the deployment file name 2015-02-18 08:52:33 -08:00
Joshua Granick
a9f941db76 Minor fix 2015-02-16 15:43:16 -08:00
Joshua Granick
428f162a65 Try adding Google Drive support to 'deploy' 2015-02-16 15:33:52 -08:00
Joshua Granick
5848ac39a1 Add (initial) 'deploy' command 2015-02-16 15:26:36 -08:00
Joshua Granick
ef16d70e00 Fix build 2015-02-16 09:34:50 -08:00
Joshua Granick
74058190c1 Fix __init__ 2015-02-16 09:30:06 -08:00
Joshua Granick
ef86c425b1 Migrating components of the Lime tools into the public Lime namespace 2015-02-11 12:02:28 -08:00
Joshua Granick
5553c4529a ANT_HOME and Linux ADB listDevices fix 2015-01-28 12:30:48 -08:00
Joshua Granick
db7f1f9f4f Updates for console targets 2015-01-20 10:28:39 -08:00
Joshua Granick
86f7bb8841 Ignore dummy HXCPP config ANT_HOME and JAVA_HOME values 2014-12-30 11:47:41 -08:00
Joshua Granick
f018f49e8a Validate haxelib when checking version 2014-12-28 14:33:55 -08:00
Joshua Granick
63c1b52219 Rogue 'bin' directory fix 2014-12-17 16:01:13 -08:00
Joshua Granick
6925514ffc Some progress on Java GL, can run 'Hello World' 2014-12-05 14:38:38 -08:00
Joshua Granick
e82ab6c1b3 Add unofficial 'java' target command 2014-12-05 11:19:14 -08:00
Joshua Granick
451a1ccc9a Add -dryrun flag for testing, improve the behavior of 'rebuild' 2014-11-20 09:43:27 -08:00