Joseph Cloutier
4f2546d0bd
Fix CI edge case
...
Depending on how the CI server is set up, the task may fail to
create the `lime` command and stop there. For instance, #1416
returned failure due to dependabot's settings, not due to the
contents of the pull request.
This commit provides a simple workaround for those cases, running
only if `lime setup -alias` fails. It shouldn't have any effect in
cases that already work.
2020-11-10 10:31:37 -08:00
Joshua Granick
fe51dea293
Compile fix
2020-11-10 10:29:00 -08:00
Joshua Granick
c6c24b4dfd
Speed up AIR application boot time
2020-11-10 10:28:51 -08:00
Joshua Granick
477e5e3fbf
Merge branch 'develop' of https://github.com/openfl/lime into develop
2020-10-29 14:56:52 -07:00
Joshua Granick
12b83bd590
Improve error message on HL/Windows
2020-10-29 14:55:53 -07:00
Justin Espedal
f75bfa2700
Hashlink vorbis bindings
2020-10-21 10:36:17 -07:00
Sylvio Sell
3e94d7e7fc
Merge pull request #1436 from Beeblerox/failIfMajorPerformanceCaveat
...
Add failIfMajorPerformanceCaveat setting
2020-10-14 12:49:44 +02:00
Александр Хохлов
aa77fcbdd7
add failIfMajorPerformanceCaveat setting
2020-10-14 09:23:52 +04:00
Joshua Granick
1b809a4918
Update ios-deploy
2020-10-05 19:45:18 -07:00
Joshua Granick
ba6fafeefa
Remove iOS Bluetooth dependency
2020-09-29 11:04:23 -07:00
Joshua Granick
d918341db0
Set focus/activate on HTML5 windows using visibilitychanged event as well ( close #1401 )
2020-09-24 10:58:02 -07:00
dependabot[bot]
93eddd1f3d
Bump electron from 1.8.8 to 9.1.0 in /templates/electron/template
...
Bumps [electron](https://github.com/electron/electron ) from 1.8.8 to 9.1.0.
- [Release notes](https://github.com/electron/electron/releases )
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md )
- [Commits](https://github.com/electron/electron/compare/v1.8.8...v9.1.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-09-19 20:42:40 -07:00
Zanzlanz
283176fa5e
Fix audio stutter on HTML5
...
Patches an issue causing audio to play twice if force_html_audio is enabled. This appears to be an oversight with Howl.
2020-09-01 20:38:49 -07:00
m0rkeulv
bf2b51ce1e
fix for android rotation
2020-08-03 10:25:40 -07:00
m0rkeulv
f3adce068c
fix for android screen orientation
2020-08-03 10:25:40 -07:00
Jens Fischer
b0fa2f952f
Fix CI not runing on pull requests
2020-07-18 09:41:32 +02:00
Jens Fischer
eac0c93b2c
Fix Std.is() deprecation warnings with Haxe 4.2 ( #1412 )
2020-07-18 09:24:01 +02:00
Sylvio Sell
16b81d617e
Merge pull request #1418 from loudoweb/event
...
[feature] add removeAll feature for lime event
2020-07-17 19:17:26 +02:00
Josh Tynjala
fecae19cbb
CI: $HOME instead of ~
2020-07-16 15:21:32 -07:00
Josh Tynjala
1d07d2f36f
CI: install Android NDK to better location
2020-07-16 14:11:58 -07:00
Josh Tynjala
bc97fd875c
CI: install Android NDK to better location
2020-07-16 13:59:52 -07:00
Josh Tynjala
881f4f7c96
CI: fix mkdir
2020-07-16 13:53:46 -07:00
Josh Tynjala
7b75f38975
CI: try /usr/local/opt for Android NDK
2020-07-16 13:50:50 -07:00
Sylvio Sell
10d912681d
Merge pull request #1421 from loudoweb/hl_setup
...
i will trust you loudo (^_^)
2020-07-16 22:02:36 +02:00
Josh Tynjala
e3830cca32
CI: rollback to old setup-haxe action
...
krdlab/setup-haxe seems to have trouble with Haxe 3.4.7 on Windows. May retry again in the future if it gets fixed.
2020-07-16 12:46:00 -07: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
Josh Tynjala
af5d165599
CI: try to fix linux build with different ubuntu version
2020-07-13 09:11:10 -07:00
Josh Tynjala
f5e823c015
CI: try to fix linux build with apt-get update
2020-07-13 09:01:15 -07:00
Josh Tynjala
2546e2e548
CI: switch to krdlab/setup-haxe github action
...
The other action wasn't 'published', but part of a repo on the master branch, so this is safer
2020-07-10 12:27:42 -07:00
loudoweb
f6251e4452
add removeAll feature for lime event
2020-07-07 23:05:15 +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
Joshua Granick
499a28f949
Update CHANGELOG
7.8.0
2020-06-24 11:16:12 -07:00
Joshua Granick
ea1cee18e2
Update to 7.8.0
2020-06-24 11:16:04 -07:00
Joshua Granick
a3829085e8
Fix #1398 ES6 init
2020-06-22 09:16:01 -07:00
Josh Tynjala
0355103ccf
Github Actions: build iOS samples
2020-06-17 12:34:23 -07:00
Josh Tynjala
fa9ad5c412
Merge pull request #1408 from joshtynjala/ios-build-fix
...
Better fix for rebuild iOS and build iOS project
2020-06-17 09:48:43 -07:00
Josh Tynjala
8701624f0a
Better fix for rebuild iOS and build iOS project
2020-06-15 14:23:26 -07:00
Josh Tynjala
60bdf42046
Revert "fix rebuild iOS due to bad Zlib.cpp path"
...
This reverts commit 0d790f35a8 .
2020-06-15 14:21:22 -07:00
Josh Tynjala
a2e1962336
Github Actions: also compiles some samples for a bunch of platforms
...
Currently, does not include iOS, but I plan to add that later
2020-06-12 22:27:00 -07:00
Joshua Granick
0baab76e42
Update README.md
2020-06-04 10:29:02 -07:00
Josh Tynjala
881c8f8402
Github Actions: fix existing, add android for all platforms, and add Haxe version matrix
2020-06-03 17:43:35 -07:00
Josh Tynjala
840a7ea0d6
native-toolkit/sdl: fix Android fatal error: cpu-features.h: No such file or directory
2020-06-03 17:43:35 -07:00
Josh Tynjala
0d790f35a8
fix rebuild iOS due to bad Zlib.cpp path
2020-06-02 16:11:58 -07:00
Justin Espedal
0d325bfb07
Allow xcframework dependencies for Xcode.
2020-06-02 12:26:42 -07:00
Joshua Granick
fbe94170c9
Change __js__ for js.Syntax.code on Haxe 4 ( resolve #1397 )
2020-05-20 08:58:44 -07:00