Joseph Cloutier
50488aee53
Clarify purpose of data validation variables.
...
This value doesn't actually contain default values, but instead helps
verify that the correct fields are present and have the correct types.
It also doesn't need to show up in code completion.
2022-04-27 11:51:39 -04:00
Joseph Cloutier
3bbbb189c2
Reduce clutter by merging related files.
...
There's no need to have three separate files containing a single static
variable each. Ideally, the `Data` types should include the variable,
which can be accomplished using abstracts.
`from Dynamic` is required in Haxe 3 and simplifies things in Haxe 4.
2022-04-27 01:28:56 -04:00
Josh Tynjala
1f954d268f
Better naming/organization for application/metadata/window validation types
2022-04-26 14:21:07 -07:00
Josh Tynjala
ee39b85a9e
Fix compatibility with older Haxe
2022-04-26 13:20:43 -07:00
Joshua Granick
1c92c707cc
Run Haxe formatter
2022-03-23 14:02:39 -07:00
Joshua Granick
362be074f4
Merge HXProject defaults and exclude architectures at end
2022-03-23 14:00:32 -07:00
player-03
8397294017
Merge pull request #1519 from Apprentice-Alchemist/feature/android-api-21
...
Upgrade to android API level 21.
2022-03-09 01:48:32 -05:00
Josh Tynjala
3ba4c4c5c0
CommandLineTools: added --template option to add a custom template path
...
Works similarly to --source
2022-02-24 15:55:08 -08:00
Apprentice-Alchemist
b15dcb94c1
Upgrade to android API level 21.
2022-02-03 17:23:43 +01:00
Josh Tynjala
bedeed591b
Added new -air-simulator option for lime test air -ios (or lime test air -android)
...
This launches the AIR simulator (ADL), but it passes additional options to tell it to simulate a mobile device.
2021-11-12 14:58:22 -08:00
Joseph Cloutier
66d906395a
Remove lime-samples dependency in createProject.
...
As pointed out in issue #976 , `lime create project XYZ` doesn't rely on any project but Lime itself, and shouldn't try to load lime-samples.
2021-11-01 10:13:50 -07:00
Justin Espedal
6ca5972186
Fix iOS -Info.plist merging feature for paths with spaces
2021-03-26 08:03:41 +09:00
Joshua Granick
8c9808b038
Run formatter
2021-03-10 13:22:39 -08:00
Josh Tynjala
4271854980
WindowsPlatform: warn instead of error if HL_PATH is not defined
2021-03-05 11:35:43 -08:00
Joshua Granick
b7f939b6aa
Make iOS default deployment 9 (increased from 8)
2021-01-06 09:52:36 -08:00
Joshua Granick
ccd9dca6e1
Add explicit toString() call for HXML display
2020-12-21 17:24:44 -08:00
Joshua Granick
79e21c8312
Fix watch command ( resolves haxelime/hxp#23 )
2020-12-21 12:50:14 -08:00
player-03
c4993248e7
Merge pull request #1417 from player-03/buildNumber
...
Add flag to read buildNumber from .build.
2020-12-16 21:57:07 -05:00
Joshua Granick
fe51dea293
Compile fix
2020-11-10 10:29:00 -08:00
Joshua Granick
12b83bd590
Improve error message on HL/Windows
2020-10-29 14:55:53 -07:00
Jens Fischer
eac0c93b2c
Fix Std.is() deprecation warnings with Haxe 4.2 ( #1412 )
2020-07-18 09:24:01 +02:00
loudoweb
391f2ae151
add ssl.hdll into hl builds
2020-07-16 11:12:18 +02:00
loudoweb
e846c3df9a
add binaries setup for HL
2020-07-15 21:07:41 +02:00
Joseph Cloutier
53fac1a469
Add flag to read buildNumber from .build.
...
By setting `<meta build-number=".build" />`, you can force Lime not
to calculate a build number from git or svn, but instead use the
default option of getting it from the .build file.
Since setting this value would previously have produced useless
build numbers, it's unlikely that this affects any existing builds.
2020-07-07 15:36:51 -04:00
Josh Tynjala
164558726a
PlatformSetup: sudo still required on Linux
2020-07-07 12:35:36 -07:00
Josh Tynjala
461a73fed3
PlatformTools: sudo is not required to copy to /usr/local/bin
...
This improves the setup experience by not requiring a password
2020-07-07 11:18:25 -07:00
Josh Tynjala
9eb846ba8c
Revert "Fix for lime build won't read .build if git is present"
...
This reverts commit 3e4aed9415 .
2020-07-07 10:49:32 -07:00
giuppe
3e4aed9415
Fix for lime build won't read .build if git is present
2020-06-24 11:22:57 -07:00
Justin Espedal
0d325bfb07
Allow xcframework dependencies for Xcode.
2020-06-02 12:26:42 -07:00
vincent-schirmann
4e9a5e626e
merge plist files from extensions
2020-03-06 10:56:07 -08:00
Joshua Granick
46f282eda2
Fix Electron build
2020-01-27 11:57:38 -08:00
Joshua Granick
96c04f57be
Fix formatter bug
2020-01-16 11:41:33 -08:00
Joshua Granick
ea57f2211c
Run formatter
2019-12-24 10:19:56 -08:00
Justin Espedal
d5e80fa5c1
Allow use of launch storyboard instead of launch images on iOS
2019-11-06 12:27:48 -08:00
flashultra
72beeced30
Update to the latest Gradle 5.6.3 and Gradle Android plugin 3.5.1
...
Fix issue with ANDROID_GRADLE_TASK. Set apk file in separate folder ( from
gradle 4.x)
2019-11-01 13:21:36 -07:00
Caio
40f16ab2f9
Added correct platform for android x86_64 builds
2019-10-04 08:13:25 -07:00
Joshua Granick
e4077d38fc
Update HXCPP flag for x86-64 arch on Android
2019-09-27 12:17:38 -07:00
Joshua Granick
a48bf57c01
Copy 64-bit binaries on Neko when using Haxe 4 on Windows
2019-09-10 14:16:27 -07:00
Joshua Granick
641bfd50f4
Fix 32/64-bit Neko NDLL path
2019-09-10 10:54:15 -07:00
Joshua Granick
277bbe6ae3
Minor compile fixes
2019-09-10 10:54:15 -07:00
Joshua Granick
aeff90d3b0
Update lime.exe to work with Neko 64-bit installed
2019-09-05 08:01:05 -07:00
Joshua Granick
c13d978654
Add 64-bit NDLL path for 64-bit Neko on Windows
2019-09-05 08:00:04 -07:00
Joshua Granick
39bf29dacb
Disable CPPIA help output for now
2019-08-20 12:59:24 -07:00
Joshua Granick
18c7b93717
Fix absolute path for NPM builds on generated source directories
2019-08-20 10:54:35 -07:00
Joshua Granick
482a39ad2f
HTML5 asset optimization
2019-08-19 10:27:41 -07:00
Joshua Granick
1188b3aa42
Run formatter
2019-07-12 12:08:09 -07:00
Joshua Granick
3de9f59091
Target API 28 and ARM64 on Android (per Google Play submission requirements)
2019-07-10 15:35:21 -07:00
Joshua Granick
ef154d2916
Revert "Move native DLL directory to 'lib'"
...
This reverts commit 20f626dab8 .
2019-06-24 10:37:22 -07:00
Joshua Granick
ac6d5c281c
Progress on X886_64 support for Android
2019-06-05 10:27:09 -07:00
Joshua Granick
316b6b02da
Postpone CPPIA in help
2019-05-14 12:29:02 -07:00