1194 Commits

Author SHA1 Message Date
yushijinhun
19632ac162
Move JsonUtils->gson, JarUtils->io, Properties->javafx 2018-09-22 12:33:18 +08:00
yushijinhun
74e3a9e2d1
Use http.agent to set useragent 2018-09-22 12:30:33 +08:00
yushijinhun
b15291dc57
Refactor util package structure 2018-09-22 12:12:06 +08:00
huanghongxun
1b5d4c1b42 Improve UI details 2018-09-22 00:18:55 +08:00
huanghongxun
923924638e Add a close button to close all pages 2018-09-20 22:54:41 +08:00
huanghongxun
8b52c46664 Merge resources.zip to allow multiple datapack zip containing resources.zip v3.2.103 2018-09-20 00:12:41 +08:00
huanghongxun
aa8c386cdd Support zip file in datapacks folder 2018-09-19 23:02:27 +08:00
huanghongxun
bafe17107c Fix loading empty repository 2018-09-19 16:31:17 +08:00
huanghongxun
9c169fb560 Add a separator to separate launch button and popup button 2018-09-19 10:46:14 +08:00
huanghongxun
61ab8a6769 Fix NPE when first start v3.2.102 2018-09-19 00:20:32 +08:00
huanghongxun
b1cd7057db Add a convenient entrance to launch other version 2018-09-19 00:16:21 +08:00
huanghongxun
d426952d47 Fix Minecraft jar does not exist when renaming a version 2018-09-19 00:12:44 +08:00
huanghongxun
67b6a60382 Fix bugs with world. 2018-09-17 16:30:27 +08:00
huanghongxun
9d5da5a39d Try again when decorator is not initialized. 2018-09-17 16:28:52 +08:00
huanghongxun
efb14572d6 Fix selected profile automatically changes to Home 2018-09-17 16:28:01 +08:00
huanghongxun
bc3ae5cc7d Add link to hmcl documentation page v3.2.100 v3.2.101 2018-09-16 14:12:52 +08:00
huanghongxun
9752dea0e1
Merge pull request #454 from yushijinhun/javafx
重构
2018-09-16 13:46:31 +08:00
huanghongxun
9afdc99157 Support single datapack zip 2018-09-16 13:15:54 +08:00
huanghongxun
07febc18d4 World and datapacks management 2018-09-16 12:38:15 +08:00
yushijinhun
68fdfb36fd
Add selectedItemPropertyFor(ComboBox) 2018-09-16 00:52:03 +08:00
yushijinhun
09287f9c72
Rename WeakListenerHelper to WeakListenerHolder 2018-09-15 23:24:42 +08:00
yushijinhun
4a5ac1b899
Remove Settings.logLines 2018-09-15 23:18:59 +08:00
yushijinhun
afad520669
Move ProxyManager.proxyProperty initialization to init() 2018-09-15 23:13:25 +08:00
yushijinhun
9950bef260
Change type of downloadType to string 2018-09-15 23:05:37 +08:00
Yuhui Huang
1753b4d27e Datapack resolving 2018-09-14 15:44:40 +08:00
Yellow Fish
2bfc85b18f Fixed NPE mentioned in #451 2018-09-13 01:13:20 +08:00
Yellow Fish
24f3dec453 Fixed #450 2018-09-12 21:37:27 +08:00
huangyuhui
4e6237c062 Fixed #448 2018-09-11 19:26:36 +08:00
huangyuhui
5cbde9cc33 Fix not on FX user thread v3.2.99 2018-09-09 19:38:14 +08:00
huangyuhui
25d79a94f8 Move specialize and globalize VersionSetting to HMCLGameRepository 2018-09-09 18:55:01 +08:00
huangyuhui
a5997be9c4 Fix crash when selectedVersion set to empty string 2018-09-09 18:35:10 +08:00
huangyuhui
c679667079 Fix crash when the game version is too long 2018-09-09 18:24:05 +08:00
huangyuhui
6b311c679d Fixed #446 2018-09-08 22:14:06 +08:00
huangyuhui
0f1f881367 Add BuildNumberOffset in gradle build config v3.1.98 v3.1.97 2018-09-08 19:41:02 +08:00
huangyuhui
090665528f Improve UI 2018-09-08 19:34:51 +08:00
huangyuhui
387beb8484 Fix not saving profile configurations 2018-09-08 01:03:36 +08:00
huanghongxun
daa1a38a63 Refactor ModListPage and InstallerListPage 2018-09-08 00:36:57 +08:00
huangyuhui
d8a34aac1c Widen task dialog 2018-09-07 15:16:09 +08:00
huangyuhui
ce9d882c9f Add total progress of task execution 2018-09-07 15:12:41 +08:00
huanghongxun
84c18c8693 Move cache repository to HMCLCore 2018-09-07 11:27:14 +08:00
huangyuhui
9360854150 Use ReadWriteLock instead of synchronized 2018-09-07 01:58:43 +08:00
huangyuhui
ada63f1452 Fix not selecting the version just downloaded 2018-09-07 01:58:22 +08:00
huangyuhui
c3cd0dd8a0 Refactor ProfileList & AccountList 2018-09-07 01:03:59 +08:00
huangyuhui
60143d5299 Refactor FileDownloadTask 2018-09-07 00:35:28 +08:00
huangyuhui
1019c891e2 Cache asset files 2018-09-06 17:47:44 +08:00
huangyuhui
1392ad413a Only cache verified files and copy cached files to current directory 2018-09-06 00:13:16 +08:00
huangyuhui
61aee90c8d Refactor DecoratorPage 2018-09-05 23:25:51 +08:00
huangyuhui
19725012fb Refactor AccountList and ProfileList 2018-09-05 23:20:20 +08:00
huangyuhui
94a71dc88f Fix unclosing file 2018-09-05 22:17:58 +08:00
huangyuhui
d8cb93c36a Add Task.preExecute and Task.postExecute 2018-09-05 20:38:00 +08:00