able-action-74275
04/23/2023, 1:28 PMdamp-artist-60225
04/23/2023, 1:30 PMable-action-74275
04/23/2023, 1:30 PMable-action-74275
04/23/2023, 1:30 PMdamp-artist-60225
04/23/2023, 1:32 PMprivate function getBuildNumber(project:HXProject, increment:Bool = true):Void
{
var buildNumber = project.meta.buildNumber;
if (buildNumber == null || StringTools.startsWith(buildNumber, "git"))
{
buildNumber = getBuildNumber_GIT(project, increment);
}
if (buildNumber == null || StringTools.startsWith(buildNumber, "svn"))
{
buildNumber = getBuildNumber_SVN(project, increment);
}
if (buildNumber == null || buildNumber == ".build")
{
damp-artist-60225
04/23/2023, 1:32 PMable-action-74275
04/23/2023, 1:33 PMable-action-74275
04/23/2023, 1:33 PMable-action-74275
04/23/2023, 1:33 PMdamp-artist-60225
04/23/2023, 1:35 PMable-action-74275
04/23/2023, 1:35 PMdamp-artist-60225
04/23/2023, 1:35 PMable-action-74275
04/23/2023, 1:36 PMxml
<haxedef name="keep_build_file" />
then you can check in code something like
hx
var keep_build_file = false;
#if keep_build_file
keep_build_file = true;
#end
damp-artist-60225
04/23/2023, 1:40 PMable-action-74275
04/23/2023, 1:41 PM#if keep_build_file
is only true if the define is in the project.xmldamp-artist-60225
04/23/2023, 1:41 PMable-action-74275
04/23/2023, 1:41 PMable-action-74275
04/23/2023, 1:42 PMdamp-artist-60225
04/23/2023, 1:42 PMdamp-artist-60225
04/23/2023, 2:08 PMdamp-artist-60225
04/23/2023, 2:09 PMplatforms/TVOSPlatform.hx:689: characters 19-32 : hxp.HXML has no field getClassPaths
platforms/TVOSPlatform.hx:694: characters 18-28 : Class<hxp.Path> has no field startsWith
able-action-74275
04/23/2023, 2:12 PMmodern-quill-15664
04/29/2023, 8:32 PMmodern-quill-15664
04/29/2023, 8:33 PMrhythmic-wolf-50922
05/01/2023, 3:26 PMallow-high-dpi
. however, starting with 9.2, it should scale everything automatically (unless you set a particular define that allows you to keep scaling manually, like before)modern-quill-15664
05/01/2023, 3:27 PMmodern-quill-15664
05/01/2023, 3:28 PMpurple-magazine-64921
05/09/2023, 9:34 PM.wav
work on mobile?curved-lifeguard-6743
05/14/2023, 7:27 PMwidth++;
width--;
clever-airline-85054
05/14/2023, 10:30 PM