Commit Graph

1489 Commits

Author SHA1 Message Date
huanghongxun
e7142e4032 Fix displaying "null" in GameItem 2019-08-19 14:57:42 +08:00
huanghongxun
0dd9dc6c17 Now pressing enter when at main page will launch the game 2019-08-19 00:49:48 +08:00
huanghongxun
a53bfed060 Add primary and secondary click action on GameListItem 2019-08-19 00:38:31 +08:00
huanghongxun
c5919f2719 Fix OptiFine installation 2019-08-19 00:18:34 +08:00
huanghongxun
fb24516b90 Show unrecognized patches in InstallerListPage 2019-08-19 00:17:03 +08:00
huanghongxun
60fa4eb0a1 Fix LibrariesUniqueTask changing order of classpath 2019-08-19 00:16:02 +08:00
huanghongxun
536576084d Fix forge local installation 2019-08-19 00:12:28 +08:00
huanghongxun
c62cc499c5 Show HMCL version in game main menu 2019-08-18 10:54:05 +08:00
huanghongxun
c11bbf8836 Fix failure of auto-installing more than one library 2019-08-18 10:27:48 +08:00
huanghongxun
71c0cede24 Fixed unrecognizing Optifine jar file 2019-08-18 10:27:12 +08:00
huanghongxun
ad16bbc96d Disable failure test 2019-08-17 12:13:05 +08:00
huanghongxun
520ffe4c09 Add missing license header 2019-08-17 00:45:47 +08:00
huanghongxun
e3f603c145 Repackaging 2019-08-17 00:12:02 +08:00
huanghongxun
880b8cb072 Support exporting multimc modpack 2019-08-16 21:13:54 +08:00
huanghongxun
86bf3d473a Fixed #601 2019-08-16 14:46:20 +08:00
huanghongxun
eb6baa8ad1 Support fabric auto-installation 2019-08-16 12:35:56 +08:00
huanghongxun
d53d56d93a Renaming json as well as jar when the folder is renamed manually 2019-08-16 00:29:52 +08:00
huanghongxun
d143ff48fa Show furnace icon when the game is patched 2019-08-16 00:29:26 +08:00
huanghongxun
b11acb7762 Make auto-installing more flexible 2019-08-16 00:18:52 +08:00
huanghongxun
51aa0dd851 Fix non-idea-compilable errors 2019-08-15 12:54:39 +08:00
huanghongxun
861b0a1c62 Add exceptional functional interfaces 2019-08-15 12:53:52 +08:00
huanghongxun
27a33f567f add missing setCacheDirectory directives 2019-08-15 12:45:31 +08:00
huanghongxun
e862a4b46b Fix #592 2019-07-28 20:16:12 +08:00
huanghongxun
2b3e8ebfc0 Merge branch 'javafx' of https://github.com/huanghongxun/HMCL into javafx 2019-07-28 20:05:18 +08:00
Yuhui Huang
6118877ad6
Merge pull request #594 from asl97/patch-1
Fix #586
2019-07-27 18:47:10 +08:00
asl97
0454ff9bf7 Fix #586 2019-07-27 01:21:11 +08:00
huanghongxun
4faad50d99 Fix #567 2019-05-31 10:48:38 +08:00
Yuhui Huang
272599b448
Merge pull request #569 from gitfamhub/javafx
Spanish translation
2019-05-30 21:25:36 -05:00
huanghongxun
c12d76e2fa Fixed wrong English localization translations. Mentioned in #569. 2019-05-31 10:20:11 +08:00
gitfamhub
55550f1773
Add files via upload 2019-05-30 22:13:25 -04:00
gitfamhub
e8992d5ad7
Add files via upload 2019-05-30 22:12:50 -04:00
gitfamhub
a8bd589b18
Add files via upload 2019-05-30 21:08:05 -04:00
gitfamhub
602cf7b110
Add files via upload 2019-05-30 21:01:30 -04:00
gitfamhub
1e7b731485
Delete I18N_es.properties 2019-05-30 20:47:23 -04:00
gitfamhub
824b8e410c
Add files via upload 2019-05-30 09:23:51 -04:00
gitfamhub
ba47953485
Add files via upload 2019-05-30 09:20:00 -04:00
gitfamhub
c7e666261f
Add files via upload 2019-05-30 07:24:29 -04:00
gitfamhub
0c4c98d2c9
Add files via upload 2019-05-30 07:21:06 -04:00
gitfamhub
0c63be37bb
Add files via upload 2019-05-30 07:20:21 -04:00
gitfamhub
9623a311a0
Add files via upload 2019-05-30 07:09:23 -04:00
gitfamhub
13da61d895
Add files via upload 2019-05-30 07:06:43 -04:00
huanghongxun
a7c02e2dea name task async 2019-05-13 00:05:08 +08:00
huanghongxun
cfb9610afc Merge branch 'task-refactor' into javafx
# Conflicts:
#	HMCL/src/main/java/org/jackhuang/hmcl/ui/LeftPaneController.java
#	HMCL/src/main/java/org/jackhuang/hmcl/ui/account/AccountListItemSkin.java
#	HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/InstallerListPage.java
#	HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/WorldListPage.java
#	HMCL/src/main/java/org/jackhuang/hmcl/upgrade/UpdateHandler.java
#	HMCLCore/src/main/java/org/jackhuang/hmcl/download/DefaultDependencyManager.java
#	HMCLCore/src/main/java/org/jackhuang/hmcl/download/DefaultGameBuilder.java
#	HMCLCore/src/main/java/org/jackhuang/hmcl/download/MaintainTask.java
#	HMCLCore/src/main/java/org/jackhuang/hmcl/download/forge/ForgeInstallTask.java
#	HMCLCore/src/main/java/org/jackhuang/hmcl/download/optifine/OptiFineInstallTask.java
2019-05-10 10:33:06 +08:00
huanghongxun
a141c6b137 Display changelog when update 2019-05-09 01:51:51 +08:00
huanghongxun
300efb99d2 Fix #540 2019-05-09 00:49:10 +08:00
yushijinhun
6fb3610bcc
Refresh skins on startup
Mentioned in #539
2019-05-02 12:40:46 +08:00
yushijinhun
43fb3ca10a
Fix illegal texturePayload may cause crash 2019-05-02 12:35:43 +08:00
yushijinhun
adc360eaaa
Fix #548 2019-05-02 00:12:33 +08:00
huanghongxun
5e659352d7 Support install Forge/OptiFine from local file 2019-04-30 20:26:31 +08:00
huanghongxun
6595e0a3cf Remove authlib-injector-servers.fxml 2019-04-30 00:29:19 +08:00