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
Haowei Wen
56d20a5d08
Fix problems with window resizing in Linux
2025-01-04 01:35:36 +08:00
Haowei Wen
b5cea83a8a
Workaround for JDK-8344372
...
https://bugs.openjdk.org/browse/JDK-8344372
2025-01-03 20:15:03 +08:00
Haowei Wen
397edaec5d
Press ESC in search box to exit search
2025-01-03 17:08:19 +08:00
Zkitefly
39b8de4824
fix
2025-01-03 17:08:19 +08:00
Zkitefly
5197157a97
添加搜索功能
2025-01-03 17:08:19 +08:00
Glavo
d61826ba4c
优化 Release Note ( #3516 )
2025-01-01 05:37:30 +08:00
Glavo
85886da770
Bump Mesa to 24.3.2 ( #3515 )
...
* Bump Mesa to 24.3.2
* update
v3.6.11.265
2025-01-01 05:14:14 +08:00
Haowei Wen
6f53da159a
Refine DownloadPage
...
* Fix cursor is not hand when hovering on ModItem
* Fix clicking on the ModItem in ModVersion dialog would open a new dialog again
* Fix ESC doesn't work in ModVersion dialog
2024-12-31 19:56:38 +08:00
Haowei Wen
78e15d130b
Update memory status every 1s, fix #3440
...
This commit also fixes Lang.getTimer() returns a non-daemon Timer,
preventing Java from exiting after closing the launcher.
2024-12-30 20:14:04 +08:00
Haowei Wen
7d12ef6b09
Fix memory slider indicator is covered by progress bar
2024-12-30 19:39:42 +08:00
Haowei Wen
260f4b6c5d
Fix ESC not working in input dialog
2024-12-30 00:17:00 +08:00
Haowei Wen
104534d12f
Fix style
2024-12-30 00:07:43 +08:00
Haowei Wen
81b3911dc9
Fix value in text field might not be saved when pressing ESC
...
https://github.com/HMCL-dev/HMCL/pull/1869#issuecomment-2335027530
2024-12-30 00:02:32 +08:00
Haowei Wen
c5b8aabc57
Refactor VersionSetting.clone() & .addListener(), fix javaVersionType is not saved
2024-12-29 22:36:40 +08:00
Haowei Wen
f0a064afdd
Fix sometimes version specific setting is lost
2024-12-29 22:18:15 +08:00
Haowei Wen
8a4f6af193
Fix NPE due to the order of attaching specificSettingsListener
2024-12-29 21:40:09 +08:00
Haowei Wen
e63ee49eaa
Remove VersionSetting.global property as it's unused
2024-12-29 20:59:47 +08:00
Haowei Wen
d5408c38b3
Copy global settings when specialize version setting
2024-12-29 20:18:58 +08:00
Haowei Wen
5fd52bb808
Move skin cache directory to hmcl dir, close #2970
2024-12-29 18:28:23 +08:00
白铭骢 (Mingcong Bai)
cb2b3525b8
fix(DefaultLauncher): also set LIBGL_KOPPER_DRI2=1 for Zink mode ( #3503 )
...
The amdgpu DDX is missing support for modifiers, causing Zink to fail.
Disable DRI3 to workaround this issue.
Link: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10093
Signed-off-by: Mingcong Bai <jeffbai@aosc.io>
2024-12-25 19:55:42 +08:00