Commit Graph

4578 Commits

Author SHA1 Message Date
Joshua Granick
b7f939b6aa Make iOS default deployment 9 (increased from 8) 2021-01-06 09:52:36 -08:00
Joshua Granick
255437267d Update CI script 2021-01-05 23:55:43 -08:00
Joshua Granick
09b3a6eab4 Update CI script 2021-01-05 23:54:42 -08:00
Joshua Granick
7186ec43f3 Fix HXCPP rebuild in CI 2021-01-05 23:53:35 -08:00
Joshua Granick
97ec4d6a91 Update CI script 2021-01-05 23:40:59 -08:00
Joshua Granick
216aacf0df Update CI script 2021-01-05 23:34:09 -08:00
Joshua Granick
4640bd8781 Update CI script 2021-01-05 21:00:48 -08:00
Joshua Granick
f77909f6d6 Use dev HXCPP for now to fix iOS builds 2021-01-05 19:37:30 -08:00
Joshua Granick
3269f3c514 Remove Discord notify 2021-01-05 13:17:36 -08:00
Joshua Granick
5515e20ca7 Discord notify on Linux only 2021-01-05 12:37:23 -08:00
Joshua Granick
3d7799156d Update CI script 2021-01-05 12:03:58 -08:00
Joshua Granick
98fb31f003 Use action for Android NDK 2021-01-05 12:01:46 -08:00
Joshua Granick
7a7b44f713 Update CI script 2021-01-05 11:55:02 -08:00
Joshua Granick
258d290fdd Use older Linux/macOS CI environments, fix Android script 2021-01-05 11:46:17 -08:00
Joshua Granick
2ca0baa243 Update CI script 2021-01-05 10:35:50 -08:00
Joshua Granick
d468d093bd Update CI script 2021-01-05 10:24:35 -08:00
Joshua Granick
acba90faa9 Update CI script 2021-01-05 10:13:55 -08:00
Joshua Granick
3f9e8a3d02 Update CI script 2021-01-05 10:10:05 -08:00
Joshua Granick
2ab8588ba3 Update CI script 2021-01-05 09:56:56 -08:00
Joshua Granick
b615d60862 Add Discord notification to CI script 2021-01-05 09:10:41 -08:00
Joshua Granick
69c03def2a Update CI script 2021-01-05 09:00:20 -08:00
Joshua Granick
ef4c4d095f Update CI script 2021-01-05 08:56:25 -08:00
Joshua Granick
f107ded623 Update README.md 2021-01-05 08:42:18 -08:00
player-03
6598caed7a Merge pull request #1443 from Dimensionscape/develop
Update README.md
2021-01-04 21:21:48 -05:00
Chris Speciale
214ccd6759 Update README.md 2021-01-04 21:16:08 -05:00
Rainy
6ee94bcf60 Compatible with electron version 11.
Compatible with electron version 11.
2021-01-04 11:55:39 -08:00
Joshua Granick
6cb631ce07 Merge branch 'develop' of https://github.com/openfl/lime into develop 2021-01-04 11:35:05 -08:00
Joshua Granick
20baa3ba6e Make sure strings are null-terminated (resolve #1441) 2021-01-04 11:34:54 -08:00
dustinaux
a7451bb9a4 Fix Touch not working on some Google Pixel phones 2021-01-04 11:16:15 -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
Joshua Granick
a22d55762a Do not fail if major performance caveat and WebGL was requested 2020-12-17 12:37:37 -08:00
Joshua Granick
aeb6c415c5 Compile fix 2020-12-17 12:37:37 -08:00
Joshua Granick
c43be68eab Revert "add failIfMajorPerformanceCaveat setting"
This reverts commit aa77fcbdd7.
2020-12-17 12:37:37 -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
loudoweb
6ac395a706 remove garbage from bytes when saving a file on html5, see : https://community.openfl.org/t/problem-with-filereference-save-xml/12776/2 2020-12-01 15:57:11 -08:00
rainyt
8e7ab67745 Fix IEM Input text
Fix IEM Input text
2020-11-10 10:32:53 -08:00
Joseph Cloutier
265946877a Improve the error message for an unsupported use case
Lime requires the `Deque` class to target HashLink, which only
became available in Haxe 4. If you try, Lime should at least let
you know what's wrong.

Closes #1403... at least for now.
2020-11-10 10:32:08 -08:00
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