Tungstend
366e359d83
修复litemod信息获取失败 ( #1545 )
...
* 修复Modrinth源加载列表失败,增加Modrinth源获取前置模组功能
* Revert "修复Modrinth源加载列表失败,增加Modrinth源获取前置模组功能"
This reverts commit 1d29c69d92
.
* 修复CF源获取模组版本列表不全
* Modrinth源获取类别列表,搜索时增加类别选项
* Update ModrinthRemoteModRepository.java
* Update ModrinthRemoteModRepository.java
* 修复cf源获取前置模组失败
* Revert "Update ModrinthRemoteModRepository.java"
This reverts commit 40b7c1d59d
.
* Revert "Revert "Update ModrinthRemoteModRepository.java""
This reverts commit 2027c9ef4c
.
* Revert "修复cf源获取前置模组失败"
This reverts commit 4404daf0ea
.
* fix conflict
* 修复cf源无法获取前置模组
* fix check style
* Update LiteModMetadata.java
2022-08-08 16:58:55 +08:00
ZekerZhayard
f7d8a473aa
Fix NoSuchMethodError when compiling with Java 9+ ( #1585 )
2022-08-08 16:58:14 +08:00
Glavo
38d71fd6bb
Add world info page ( #1620 )
2022-08-08 16:56:03 +08:00
Rovniced
09167bb302
修复curseforge文件名存在中文下载失败 ( #1578 )
...
* Update RemoteMod.java
* Update RemoteMod.java
* Update RemoteMod.java
2022-08-08 16:52:02 +08:00
xmdhs
702d27393e
replace piston-data.mojang.com
2022-06-17 11:16:33 +08:00
xmdhs
698d3a311d
replace piston-meta.mojang.com
2022-06-17 11:16:33 +08:00
Glavo
c92f8e3b51
Complete optifine that is not installed automatically
2022-06-16 20:35:14 +08:00
Glavo
7c502ecd01
fix #1311 : fix auto complete OptiFine
2022-06-16 20:35:14 +08:00
Glavo
a237a31d23
Output the URL in the log when the file is not found
2022-06-16 20:35:14 +08:00
ZekerZhayard
8bd4df68f5
Fix #1543
2022-06-14 12:49:56 +08:00
Glavo
29cff02f3c
Update JavaVersionConstraint
2022-06-13 23:30:41 +08:00
Glavo
d1bc41e1f1
Detect loongarch
2022-06-13 23:30:41 +08:00
huanghongxun
edd89fb040
fix: test.
2022-06-03 23:59:35 +08:00
huanghongxun
df6230fc01
fix(install): date deserialization. Closes #1512 .
2022-06-03 23:13:40 +08:00
huanghongxun
2a979d2b15
fix(download): incorrect mcmod url for modpacks. Closes #1525 .
2022-06-03 22:47:03 +08:00
Tungstend
30565c2b50
修复cf源无法获取前置模组 ( #1520 )
...
* 修复Modrinth源加载列表失败,增加Modrinth源获取前置模组功能
* Revert "修复Modrinth源加载列表失败,增加Modrinth源获取前置模组功能"
This reverts commit 1d29c69d92
.
* 修复CF源获取模组版本列表不全
* Modrinth源获取类别列表,搜索时增加类别选项
* Update ModrinthRemoteModRepository.java
* Update ModrinthRemoteModRepository.java
* 修复cf源获取前置模组失败
* Revert "Update ModrinthRemoteModRepository.java"
This reverts commit 40b7c1d59d
.
* Revert "Revert "Update ModrinthRemoteModRepository.java""
This reverts commit 2027c9ef4c
.
* Revert "修复cf源获取前置模组失败"
This reverts commit 4404daf0ea
.
* fix conflict
* 修复cf源无法获取前置模组
* fix check style
2022-06-02 14:14:51 +08:00
zkitefly
c400c7be9d
Account migration link update ( #1513 )
...
* Create 获得加入Cato社区网络身份凭证的方法.txt
* Delete 获得加入Cato社区网络身份凭证的方法.txt
* Update CreateMultiplayerRoomDialog.java
* Update CreateMultiplayerRoomDialog.java
* Update MultiplayerPageSkin.java
* Update YggdrasilService.java
2022-06-02 13:04:12 +08:00
huanghongxun
dc26dba1d0
fix(download): category may be null.
2022-05-24 01:17:29 +08:00
huanghongxun
66cbb23a38
fix(java): broken macos java location.
2022-05-24 01:09:10 +08:00
huanghongxun
663fc176d8
feat(java): find java in minecraft runtime directory with any component name. As a new component name "java-runtime-gamma" was added.
2022-05-24 01:02:16 +08:00
Mingye Wang
b9ec22677e
chore(javaversion): refactor searchPotentialJavaExecutables ( #1485 )
...
* chore(javaversion): refactor searchPotentialJavaExecutables
This is a very draft quality PR. I don't even have JDK installed to build it, that's how draft it is.
1. Refactor function to share common steps of the code: system locations, Minecraft launcher runtimes, PATH/HMCL_JRES
2. Modify Minecraft launcher runtimes to include java-runtime-beta
* Update HMCLCore/src/main/java/org/jackhuang/hmcl/util/platform/JavaVersion.java
* Make optional happy
* correct stream-of paren; add macOS bundle exploration
* who needs exploreBundle?
* fix a stupid typo; add debugging tools. It works!
2022-05-23 23:17:32 +08:00
Tungstend
7d55c7f37f
Modrinth获取类别列表,搜索时增加类别筛选 ( #1501 )
...
* 修复Modrinth源加载列表失败,增加Modrinth源获取前置模组功能
* Revert "修复Modrinth源加载列表失败,增加Modrinth源获取前置模组功能"
This reverts commit 1d29c69d92
.
* 修复CF源获取模组版本列表不全
* Modrinth源获取类别列表,搜索时增加类别选项
* Update ModrinthRemoteModRepository.java
* Update ModrinthRemoteModRepository.java
2022-05-23 23:03:33 +08:00
Tungstend
59f6837914
修复cf源获取模组版本列表不全 ( #1499 )
...
* 修复Modrinth源加载列表失败,增加Modrinth源获取前置模组功能
* Revert "修复Modrinth源加载列表失败,增加Modrinth源获取前置模组功能"
This reverts commit 1d29c69d92
.
* 修复CF源获取模组版本列表不全
2022-05-22 14:34:54 +08:00
huanghongxun
1aa3860706
fix(auto-installing): catch logs of forge-installer. Closes #1420 .
2022-05-22 14:24:25 +08:00
huanghongxun
4fe879085f
chore: update gitignore.
2022-05-22 01:45:09 +08:00
huanghongxun
cc39a37beb
feat(download): show modrinth dependencies.
2022-05-22 01:33:27 +08:00
huanghongxun
1bc8450110
fix(skin): littleskin domain changed. Closes #1484 .
2022-05-22 01:10:13 +08:00
huanghongxun
9684ce4a1b
feat(modpack): support installing Modrinth modpack.
2022-05-22 00:39:33 +08:00
huanghongxun
99e578b1bc
fix(download): switch to api.curseforge.com.
2022-05-21 19:00:51 +08:00
huanghongxun
3766491c28
feat(download): modpack search chinese words.
2022-05-21 18:58:41 +08:00
ZekerZhayard
c808225f78
Fix #1405
2022-03-20 21:02:19 +08:00
Glavo
edac522d06
fix #1411 : Set file executable permission after download Java
2022-03-20 16:36:24 +08:00
Glavo
4d4864819a
Register forbiddenTokens in MicrosoftSession and YggdrasilSession
2022-03-20 16:34:42 +08:00
Glavo
151e7e04eb
Add a filter policy to logs
2022-03-20 16:34:42 +08:00
ZekerZhayard
69ddc939b3
Fix #645 , #1381
2022-03-01 23:16:34 +08:00
Glavo
17ad6362c3
Use Commons Compress to readModpackManifest
2022-03-01 22:48:11 +08:00
Glavo
0f22c9e31a
fix #1368 : Guess Zip file encoding using Commons Compress
2022-03-01 22:48:11 +08:00
Glavo
c8f1a10b8b
Analyze the crash caused by incompatibility between modlauncher and Java
2022-02-03 18:17:27 +08:00
Glavo
84570c5024
fix import curse forge modpack without modlist.html
2022-02-03 18:16:48 +08:00
Glavo
8db54d015a
When creating symbolic links, delete the existing ones first
...
fix #1342
2022-02-03 18:15:41 +08:00
Glavo
c2c3f55925
Replace 'Launcher.getCurrentJarFiles()' with 'JarUtils.thisJar()'
2022-01-25 22:01:39 +08:00
Glavo
3a1f7a13a1
Add a new GameJavaVersion 'java-runtime-beta'
2022-01-23 19:47:07 +08:00
Glavo
69d97a508c
Add JavaVersionConstraint rules
2022-01-23 19:47:07 +08:00
Glavo
7beef30d20
Set an upper limit of 8G for the suggested memory
2022-01-15 01:44:41 +08:00
Glavo
f1e4e3c753
Prevent HMCL from crashing when exiting
2022-01-15 01:43:28 +08:00
Glavo
256f72dd08
Fix 'DefaultGameRepository::getVersionJar'
2022-01-02 14:28:32 +08:00
huanghongxun
836c7769f6
fix(skin): when texture file is lost, continue launching game instead of failing.
2022-01-02 01:40:37 +08:00
huanghongxun
ebe880bd39
fix(multiplayer): ConcurrentModificationException. Closes #1278 .
2022-01-02 01:19:14 +08:00
huanghongxun
10fea79a35
fix: cannot update Forge for Minecraft 1.18 when "patches" lost in game version json. Closes #1262 .
2022-01-02 01:08:22 +08:00
huanghongxun
2436dab797
fix: load fabric api version list by incorrect game version. Closes #1273 .
2022-01-02 01:08:21 +08:00