huanghongxun
e63fa40822
feat: run github actions on pull request
2021-05-29 16:49:24 +08:00
huanghongxun
e01096bff0
fix: lint
2021-05-29 15:15:40 +08:00
yaoxi-std
2a0cfb1125
fixed bugs
2021-05-29 01:23:58 +08:00
yaoxi-std
d4f0a04ccd
change NativesDir into LaunchOptions
2021-05-29 01:23:58 +08:00
yaoxi-std
7cbe24b35b
add: allow customize LWJGL path (runs on M1)
2021-05-29 01:23:58 +08:00
huanghongxun
b7da21e5ce
fix: not select downloaded Java automatically. Closes #886 .
2021-05-27 00:17:33 +08:00
Glavo
0ae1411f0a
fix #861 : Unable open zipfs for signed exe file
2021-05-25 15:05:42 +08:00
huanghongxun
66889cac27
chore: version 3.3
2021-05-25 13:25:43 +08:00
huanghongxun
67bd2ac386
fix: typo
2021-05-25 13:23:09 +08:00
huanghongxun
1f278c2a49
feat: publish unsigned artifacts by GitHub Actions
2021-05-25 13:20:33 +08:00
huanghongxun
1674f1828f
fix: hmclauncher
2021-05-25 13:14:43 +08:00
huanghongxun
472a0a039f
fix: fuck lfs
2021-05-25 13:13:33 +08:00
huanghongxun
61597cb83d
feat: EXE launcher no longer reject Java 11 and later.
2021-05-24 21:39:16 +08:00
huanghongxun
2f17552b2c
feat: ask user to download required jvm.
2021-05-24 20:57:07 +08:00
huanghongxun
f2d3d24338
feat: load downloaded java installations.
2021-05-24 20:46:31 +08:00
huanghongxun
e8a64f52f0
fix: downloading java runtime from mojang
2021-05-23 14:24:53 +08:00
huanghongxun
f55fe0fc45
fix: Compilation Error
2021-05-19 00:45:21 +08:00
Glavo
1e3a5f9515
fix: --illegal-access will be removed in Java 17
2021-05-18 15:42:46 +08:00
huanghongxun
a9c7eb0954
feat: download specified jre from mojang
2021-05-18 00:53:26 +08:00
huanghongxun
289472d8ba
feat: more accurate system architecture normalization
2021-05-18 00:53:09 +08:00
Glavo
f191e80100
Fix #874 : Remove the dependency on javafx.swing
2021-05-17 12:02:31 +08:00
Glavo
607248e8b3
Fix #873 : On 64 bit x86 machines, os.arch may be x86_64
2021-05-17 12:01:36 +08:00
Glavo
cecabe5bc4
Fix #873 : On 64 bit x86 machines, os.arch
may be x64 or x86-64
2021-05-17 12:01:36 +08:00
Glavo
947a2e3d91
fix typo
2021-05-17 01:10:05 +08:00
Glavo
382e0f3b1d
fix #871 : update lang.h
2021-05-17 01:10:05 +08:00
Glavo
6e440783dc
fix #871 : update i18n properties
2021-05-17 01:10:05 +08:00
Glavo
fcd7d8ba83
fix: Build failure at ClassicVersion::ClassicVersion()
2021-05-17 01:10:05 +08:00
Glavo
a53d2a1370
fix: IllegalAccessError on Java 16
2021-05-16 22:31:32 +08:00
yuhuihuang
20148d0b02
fix: G1 not proposed in Java7?
2021-05-13 16:46:23 +08:00
huanghongxun
3114e33067
feat: Version.javaVersion
2021-05-13 13:04:12 +08:00
Haowei Wen
e137d72b76
feat: use Gradle 7.0
2021-04-29 15:19:27 +08:00
Haowei Wen
cc087dee81
fix: not compatible with Gradle 7.0
...
* use api & implementation scope, instead of compile
* add shadow plugin back
* related: https://github.com/huanghongxun/HMCL/pull/863
* the duplicate entry bug is fixed
* move dependencies from root project to HMCLCore module
2021-04-29 15:19:27 +08:00
huanghongxun
eed475cb28
Add comments to build.gradle
2021-04-26 11:49:05 +08:00
huanghongxun
d07c45f0b5
fix: NPE when version.json:mainClass is null.
2021-04-26 11:47:56 +08:00
huanghongxun
0aa0fa1b78
chore: try to figure out why NPE thrown calling builder.start()
2021-04-26 11:47:56 +08:00
ZekerZhayard
e91ec13dbd
Remove shadowJar.
2021-04-24 20:02:46 +08:00
huanghongxun
e36105d937
Reland: create modpack with launcher packed in
2021-04-22 08:40:11 +08:00
ZekerZhayard
07d4df312d
Add JavaFX to module path.
2021-04-16 12:18:05 +08:00
ZekerZhayard
b521c5b76a
Compatible with Java 16.
2021-04-16 12:18:05 +08:00
huanghongxun
c1596443f5
fix: crash
2021-04-11 22:50:09 +08:00
huanghongxun
cadeb1f59c
Fix: macOS app icon
2021-04-11 21:55:09 +08:00
huanghongxun
2d4223f7ed
fix: Suppress IOException when caching downloaded library. Closes #834 .
2021-04-11 00:18:04 +08:00
huanghongxun
c453bbc7cd
chore: Change description of yggdrasil and microsoft account login. Closes #839 .
2021-04-10 22:12:29 +08:00
huanghongxun
2184961e3c
Add: download and patch JavaFX before start. Closes #800 .
2021-04-10 17:13:25 +08:00
huanghongxun
8afd8bde8b
Fix: failed to parse datapack pack.mcmeta in 6th format. Closes #840 .
2021-04-10 17:13:25 +08:00
Haowei Wen
65952a5d81
feat: set ServerResponseMalformedException's message to response content
2021-03-07 13:24:16 +08:00
Haowei Wen
ac1f2ec1ed
fix: skin upload: error message from server is not displayed
2021-03-07 13:24:16 +08:00
Haowei Wen
454cc1e702
feat: show spinner while refreshing account
2021-03-07 13:24:16 +08:00
Haowei Wen
e3fa7428bf
feat: automatically detect skin model when uploading
2021-03-07 13:24:16 +08:00
huanghongxun
7ece35e28a
fix: move .hmcl directory to $HOME/.cache/hmcl to fulfill XDG standard. Closes #849 .
2021-03-07 13:21:57 +08:00