Glavo
72b5428f8b
修复 NeoForge 版本识别错误的问题 ( #3638 )
2025-02-22 17:28:25 +08:00
Glavo
e7e8d45497
禁止整合包复制全局游戏设置 ( #3639 )
...
* 禁止整合包复制全局游戏设置
* update
2025-02-22 14:35:54 +08:00
3gf8jv4dv
82dbe18d78
fix(i18n): fix a missing i18n for LittleSkin term ( #3637 )
...
The word "LittleSkin" appears twice in OfflineAccountSkinPane, but one
of them is hardcoded. Add i18n support for the hardcoded one.
2025-02-22 08:36:34 +08:00
3gf8jv4dv
ecb7ef0867
fix(locale): remove accidental japanese characters from russian ( #3636 )
...
This bug first appeared in https://github.com/HMCL-dev/HMCL/pull/2412
2025-02-22 00:50:59 +08:00
Glavo
d40742a624
Bump jsoup to 1.18.3 ( #3632 )
2025-02-19 16:28:46 +08:00
Glavo
6f8002a0cf
Fix typo in FXUtils ( #3631 )
2025-02-19 15:34:08 +08:00
3gf8jv4dv
3d3896c5c4
fix(i18n): add i18n support for steve & alex option in offline skin pane ( #3630 )
...
Some Slavic Minecraft communities have translated Steve and Alex,
such as Russian and Ukrainian. They need a translation.
ref:
- https://ru.minecraft.wiki/w/%D0%A1%D0%BA%D0%B8%D0%BD
- https://uk.minecraft.wiki/w/%D0%A1%D0%BA%D1%96%D0%BD
2025-02-19 15:30:34 +08:00
Glavo
a24f8e2ec0
在游戏设置中添加“复制全局游戏设置”选项 ( #3628 )
...
* update
* update
* Fix checkstyle
* update
* fix checkstyle
* Update HMCL/src/main/resources/assets/lang/I18N.properties
Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
* Update HMCL/src/main/resources/assets/lang/I18N_zh.properties
Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
* Fix FXUtils.bindEnum
---------
Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
2025-02-19 15:29:50 +08:00
Glavo
fce08a6923
删除全局游戏设置页面的离线账户更换皮肤提示 ( #3629 )
2025-02-19 13:38:51 +08:00
Glavo
5fa01c8838
修复在非官方支持的平台上 Minecraft 1.21 与 Sodium 不兼容的问题 ( #3622 )
...
* update
* update
* update
2025-02-18 23:58:16 +08:00
Glavo
15a3fb5f59
优化 VersionsPage 搜索框 ( #3625 )
...
* update
* update
* update
* update
2025-02-18 23:51:28 +08:00
Glavo
d5ab14f476
Fix #3295 : 修复离线账户选择 Steve/Alex 皮肤时模型错误的问题 ( #3626 )
...
* Fix #3295 : 修复离线账户选择 Steve/Alex 皮肤时模型错误的问题
* update
2025-02-18 22:46:52 +08:00
Glavo
554ecfd6d5
Fix #3445 : 点击安装整合包时无条件关闭整合包下载对话框 ( #3621 )
2025-02-17 23:35:58 +08:00
Glavo
c2abe755f4
优化整合包下载对话框 ( #3620 )
...
* update
* 优化整合包下载对话框
* update
* Update HMCL/src/main/resources/assets/lang/I18N.properties
Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
---------
Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
2025-02-17 22:44:25 +08:00
Glavo
c0410c46ff
在日志中记录 PROCESSOR_IDENTIFIER ( #3619 )
2025-02-16 21:10:58 +08:00
Glavo
da93b4c12d
修复无法识别 Intel64 架构的问题 ( #3618 )
2025-02-16 17:23:14 +08:00
Zkitefly
c16d6e8d5f
添加 NeoForge 的 BMCLAPI 代理支持 ( #3605 )
v3.6.11.268
2025-02-15 16:38:30 +08:00
Glavo
6df73aeb68
修复语言设置中英语选项名称错误的问题 ( #3612 )
2025-02-15 12:19:09 +08:00
3gf8jv4dv
23d11eca81
fix(locale): adjust time formats for various languages ( #3613 )
...
- Change to a standard and commonly used format.
- Rename i18n key as it is used in more than one place.
2025-02-15 12:16:42 +08:00
Glavo
0e307f3b71
简化 AdvancedListBox ( #3611 )
2025-02-12 21:53:10 +08:00
Glavo
33b791f2b0
更新日期时间格式 ( #3610 )
...
* Revert "improv(i18n): refine time formats on ui (#3608 )"
This reverts commit 741f65d37ccbac093fcc49c98e1067b4afe98834.
* update
v3.6.11.267
2025-02-12 19:37:05 +08:00
3gf8jv4dv
de01946ab2
fix(locale): fix a typo in zh-TW language ( #3606 )
2025-02-12 17:35:03 +08:00
3gf8jv4dv
5526bac70e
fix(locale): change Socks
to SOCKS
( #3607 )
...
ref: https://en.wikipedia.org/wiki/SOCKS
2025-02-12 17:33:31 +08:00
3gf8jv4dv
741f65d37c
improv(i18n): refine time formats on ui ( #3608 )
...
- unify time formats using DateTimeFormatter, deprecate `world.time`
- change FormatStyle to make the time detail appropriate
- fix incorrect time format in English locale
2025-02-12 17:32:36 +08:00
Haowei Wen
ecafc9d6f0
Fix height computation in ComponentListCell
2025-02-11 23:51:50 +08:00
Glavo
8795d522b0
支持临时隐藏预览版提示 ( #3603 )
2025-02-11 19:00:03 +08:00
Glavo
d8e7e0e97e
更新 mod 数据 ( #3601 )
...
* 更新 mod 数据
* update
* update
* update
2025-02-10 22:04:48 +08:00
Glavo
8236dfc7e5
Fix #3595 : patchNative may throw NPE when gameVersion is null ( #3602 )
2025-02-10 19:59:25 +08:00
Glavo
8a15b7d274
修复使用自定义字体时未正确设置字重的问题 ( #3598 )
2025-02-10 00:41:31 +08:00
3gf8jv4dv
fce4c13515
fix(locale): fix zh-tw locale for game crash window buttons ( #3596 )
2025-02-09 09:28:00 +08:00
Glavo
2f36506099
Fix #3508 : Java 下载对话框中切换包类型时不应重置版本字段 ( #3594 )
...
* Fix #3508 : Java 下载对话框中切换包类型时不应重置版本字段
* fix checkstyle
2025-02-08 18:02:46 +08:00
Glavo
5e60eaf595
修复 macOS 平台 HMCLauncher.sh 不会显示 Java 下载页面的问题 ( #3549 )
2025-01-29 07:35:19 +08:00
Glavo
f70fb4ae08
Update README ( #3548 )
2025-01-29 07:27:17 +08:00
3gf8jv4dv
38adb48051
Fix qq badge in readme ( #3544 )
...
ref: https://shields.io/blog/simple-icons-14
2025-01-25 16:38:55 +08:00
Glavo
f972c49762
Fix #3539 : 安装 MultiMC 整合包后应当设置图标 ( #3541 )
v3.6.11.266
2025-01-24 09:11:22 +08:00
Glavo
5afeb3d019
优化 HMCLauncher.sh ( #3538 )
2025-01-23 18:21:29 +08:00
Burning_TNT
38897fbd2a
Fix #3063 修复本地模组管理界面水平滚动条显示异常的问题 ( #3463 )
2025-01-23 13:51:55 +08:00
Zkitefly
0562042218
Update HMCLauncher.sh ( #3265 )
...
* Update HMCLauncher.sh
* update
* update
---------
Co-authored-by: Glavo <zjx001202@gmail.com>
2025-01-23 13:17:33 +08:00
Glavo
c5e7ee8aef
优化对 Linux RISC-V 64 平台的支持 ( #3536 )
2025-01-23 10:23:27 +08:00
Glavo
35b288b800
Fix #3529 : 修复在 FreeBSD x86-64 平台未正确替换 LWJGL 本地库的问题 ( #3531 )
...
* Fix #3529 : 修复在 FreeBSD x86-64 平台未正确替换 LWJGL 本地库的问题
* update
* update
* update
2025-01-20 14:03:11 +08:00
Zkitefly
a609d32081
更新版权年份至2025 ( #3527 )
2025-01-16 11:26:31 +08:00
Haowei Wen
72d8b75643
模组列表页中按下 Esc 时取消选中 ( #3523 )
...
* 模组列表页中按下 Esc 时取消选中
目前在模组列表页中选中模组后,按下 Esc 是不会有任何反应的,因为 [ListView](5b074c4c2b/modules/javafx.controls/src/main/java/com/sun/javafx/scene/control/behavior/ListViewBehavior.java (L108)
) 会处理这个事件,认为是取消编辑,而不论是否处于编辑模式中。
这个 PR 添加了 `FXUtils.ignoreEvent()` 函数,用于忽略掉对特定事件的处理。然后,我们就可以让 ListView 不处理 Esc 按下事件,然后在模组页添加 Esc 处理逻辑(必须让 ListView 忽略掉这个事件,不然就会被它优先处理)。
理论上所有用了 ListView / JFXListView 的地方都会有这个问题,即当焦点在 ListView 中时,按下 Esc 不会触发正常的事件处理(如返回上一页、关闭对话框)。比如在游戏下载页面中,对某个版本按下右键后,焦点就会转移到其上,此时再按 Esc 就毫无反应。
* 修复 Esc 在版本下载页/模组下载页/数据包页不工作
2025-01-16 11:15:29 +08:00
3gf8jv4dv
01f9a452f1
Update ISSUE_TEMPLATE [skip ci] ( #3446 )
...
* Update ISSUE_TEMPLATE [skip ci]
* Apply suggestions from yushijinhun
Co-authored-by: yushijinhun <yushijinhun@gmail.com>
---------
Co-authored-by: yushijinhun <yushijinhun@gmail.com>
2025-01-06 03:40:49 +08:00
3gf8jv4dv
f2edc8001c
Revise Spanish & English ( #3465 )
...
* Revise Spanish & English
Overhaul for Spanish. I cannot guarantee it is 100% correct, but I
promise to proofread it. During the overhaul some more mistakes in the
English language were discovered, so let's fix it.
All translations have been revised except for the `game.crash.reason`
series.
* Apply suggestions from yushijinhun
Co-authored-by: yushijinhun <yushijinhun@gmail.com>
---------
Co-authored-by: yushijinhun <yushijinhun@gmail.com>
2025-01-06 03:37:19 +08:00
3gf8jv4dv
d2df515325
Revise README [skip ci] ( #3447 )
...
* Revise README [skip ci]
* Apply suggestions from yushijinhun
Co-authored-by: yushijinhun <yushijinhun@gmail.com>
---------
Co-authored-by: yushijinhun <yushijinhun@gmail.com>
2025-01-06 03:32:42 +08:00
3gf8jv4dv
95e39fe87a
gha: revise release description [skip ci] ( #3474 )
...
unify text style
2025-01-06 03:12:13 +08:00
lijiaxuan
662bf1a9d4
Update I18N.properties English Translations ( #3477 )
...
* Update I18N.properties English Translations
更新了英文语言翻译文件,修复了一些语法错误并且让一些句子更加通顺
* Update I18N.properties
Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
* Update I18N.properties
Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
* Update I18N.properties
Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
* Update I18N.properties
Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
* Update HMCL/src/main/resources/assets/lang/I18N.properties
Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
* Update I18N.properties
* Update HMCL/src/main/resources/assets/lang/I18N.properties
Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
* Update HMCL/src/main/resources/assets/lang/I18N.properties
Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
---------
Co-authored-by: 3gf8jv4dv <3gf8jv4dv@gmail.com>
2025-01-06 02:15:58 +08:00
Zkitefly
bfda297838
检查安装时的非ASCII字符名称 ( #3244 )
...
* 检查安装时的非ASCII字符名称
* i18n
* 添加导出模组列表信息功能
* Revert "添加导出模组列表信息功能"
This reverts commit 6505d1c28465b88b8af8e7347a254bc7804c8593.
* Update HMCL/src/main/resources/assets/lang/I18N.properties
Co-authored-by: 3gf8jv4dv <158490944+3gf8jv4dv@users.noreply.github.com>
* Update HMCL/src/main/resources/assets/lang/I18N_zh_CN.properties
Co-authored-by: 3gf8jv4dv <158490944+3gf8jv4dv@users.noreply.github.com>
* Update HMCL/src/main/resources/assets/lang/I18N_zh.properties
Co-authored-by: 3gf8jv4dv <158490944+3gf8jv4dv@users.noreply.github.com>
---------
Co-authored-by: 3gf8jv4dv <158490944+3gf8jv4dv@users.noreply.github.com>
2025-01-05 01:31:44 +08:00
Zkitefly
d80f61e2e7
update getAssetIndex() ( #3252 )
...
* update getAssetIndex()
* update
---------
Co-authored-by: Glavo <zjx001202@gmail.com>
2025-01-04 21:33:48 +08:00
Zkitefly
1f7b156423
Press ESC in search box to exit search ( #3519 )
2025-01-04 01:38:11 +08:00