Commit Graph

1489 Commits

Author SHA1 Message Date
yushijinhun
00f1173bac
Add translation for CharacterDeletedException 2019-02-05 14:56:11 +08:00
yushijinhun
68a02966d0
Skip parsing json file if it does not exist 2019-02-05 14:31:33 +08:00
yushijinhun
4721fcea66
allow characterName/authserverName to be changed at runtime 2019-02-05 02:09:39 +08:00
yushijinhun
5ea63273be
check validity of YggdrasilSession response 2019-02-05 01:46:48 +08:00
yushijinhun
7cee25aab2
Fix concurrent problems in TexturesLoader.Selector 2019-02-05 00:15:17 +08:00
yushijinhun
9298f5e030
Account Refactor 2019-02-04 23:12:40 +08:00
yushijinhun
93f943d40c
Fix crash in version settings
introduced in d75c3bbf96
2019-02-04 17:06:20 +08:00
Feng Chang
f20c11a4e2 Ensure sequential execution of configuration writer threads (#516)
* Ensure sequential execution of configuration writer threads

Signed-off-by: Chang Feng <chang_196700@hotmail.com>

* Change method to add synchronized to action

Signed-off-by: Chang Feng <chang_196700@hotmail.com>
2019-02-04 02:18:24 +08:00
yushijinhun
0c25f31493
fix npe 2019-01-26 22:50:51 +08:00
yushijinhun
8d774e267f
Show register link in login dialog
https://github.com/yushijinhun/authlib-injector/issues/25
2019-01-26 15:19:17 +08:00
yushijinhun
6c1de5d485
Improve tooltip UX 2019-01-26 13:33:59 +08:00
yushijinhun
77c86ed3bc
Add tooltip for authlib-injector accounts 2019-01-26 13:17:45 +08:00
yushijinhun
d75c3bbf96
Refactor TwoLineListItem 2019-01-26 13:06:56 +08:00
huanghongxun
8bb6cb714c use result of prev task instead of AutoTypingMap 2019-01-22 17:15:03 +08:00
huanghongxun
28d002f6d3 Do not schedule task if preExecute and postExecute are not overrided. 2019-01-22 16:46:11 +08:00
huanghongxun
78fcc69d29 Fixed not displaying "Home" icon. Mentioned in #513 2019-01-22 16:28:41 +08:00
huanghongxun
cdfae54ab9 Fixed costly time consumption reading level.dat. Mentioned in #512 2019-01-22 16:11:31 +08:00
huanghongxun
0813211c20 Use JFXListView in place of custom components to accelerate rendering 2019-01-22 16:01:00 +08:00
huanghongxun
056a4eead2 Add comments to LiteLoaderInstallTask and OptiFineInstallTask 2019-01-22 15:54:59 +08:00
huanghongxun
2635d31425 Fix not correctly adding "--tweakClass" for MultiMC modpack 2019-01-22 15:52:57 +08:00
huanghongxun
76d35af5b9 MultiMC modpack patch json file may have "+libraries" or "libraries" 2019-01-22 15:51:52 +08:00
huanghongxun
bcff1695d3 Refactor MaintainTask 2019-01-22 15:50:49 +08:00
huanghongxun
3d04447c2f Load world asynchronously 2019-01-22 14:59:01 +08:00
huanghongxun
2736b88a10 Add some promise-like method to TaskResult 2019-01-22 14:58:00 +08:00
huanghongxun
0804a2fbf8 Merge TaskCallable and TaskCallable2 2019-01-22 14:56:48 +08:00
huanghongxun
7224ed6a7d Fix missorting optifine versions 2019-01-16 12:34:13 +08:00
huanghongxun
c41737364c Prevent from potential conflict that a MultiMC modpack has ".minecraft" and "minecraft" at the same time 2019-01-13 17:10:23 +08:00
huanghongxun
320e579844 Remove game deletion and renaming action in game settings page 2019-01-13 16:55:07 +08:00
huanghongxun
fc3f2e045b Retry fetching remote text file when downloading had been terminated 2019-01-13 16:50:54 +08:00
huanghongxun
481b47bf10 Fix #508. MultiMC stores files in ".minecraft" instead 2019-01-13 16:50:21 +08:00
huanghongxun
0fb87f0b1d Accept modpack drag 2019-01-13 11:55:55 +08:00
huanghongxun
1252d7700f Update alert prompt of Forge 2760 2019-01-11 21:23:26 +08:00
huanghongxun
30c2d88f62 Use spinnerPane in ModListPage 2019-01-11 21:18:26 +08:00
huanghongxun
718a98d7ec Fix alerting Forge conflicts with LiteLoader but actually not 2019-01-11 21:17:02 +08:00
huanghongxun
fb3ba220b6 Fix redownloading disabled mods for curse modpack 2019-01-09 13:18:04 +08:00
yushijinhun
d655c9ec6b
Use /* instead of /** for license header
see: https://github.com/mycila/license-maven-plugin/issues/118
2019-01-05 19:04:24 +08:00
yushijinhun
8a67f33cf6
Update license year to 2019 2019-01-05 18:50:16 +08:00
yushijinhun
2e53688c52
Add gradle default tasks: clean, build 2019-01-05 18:49:28 +08:00
yushijinhun
11ce04fba4
Add dependency org.jetbrains.annotations 2019-01-05 18:49:02 +08:00
yushijinhun
8b191e4a3b
Fix grey auth server list cell 2018-12-31 19:43:36 +08:00
huanghongxun
6405263616 Merge branch 'javafx' of https://github.com/huanghongxun/HMCL into javafx 2018-12-30 19:29:27 +08:00
huanghongxun
a2119ab008 Remove "MCBBS" in introduction to the functinoality of modpack install 2018-12-30 19:28:53 +08:00
Haowei Wen
b21d8f094a
Merge pull request #504 from xfl03/xfl03-jfxpatch-1
Fixed #503
2018-12-23 02:53:10 +08:00
Alexander Xia
90c41a83b1
Fixed #503 2018-12-23 02:49:18 +08:00
huanghongxun
a1ec774089 Remind user to move files when switch game working directory 2018-12-22 00:56:05 +08:00
huanghongxun
631056064a Add tooltip about what would be cleaned in game directory 2018-12-22 00:25:19 +08:00
huanghongxun
97e90de71e Add refresh button in mod list page 2018-12-21 01:12:41 +08:00
huanghongxun
bbaed35160 Add button to reveal world directory in explorer 2018-12-21 00:40:50 +08:00
huanghongxun
778f26d55f Support manually created world pack 2018-12-21 00:34:46 +08:00
huanghongxun
fab5bdc2e1 Auto detect world and datapack's encoding 2018-12-20 20:27:32 +08:00