Commit Graph

1489 Commits

Author SHA1 Message Date
huanghongxun
c43b2b3bb9 Fix potential "not on UI thread" exception 2019-04-30 00:28:22 +08:00
huanghongxun
ea19e6efd8 Add Fabric installerItem in list page 2019-04-29 17:57:04 +08:00
huanghongxun
55d38f2b36 Fix importing fabric multimc instance 2019-04-28 14:18:04 +08:00
huanghongxun
e0abf3e0c1 Support fabric detection 2019-04-28 14:17:28 +08:00
huanghongxun
974cba8dee Suppress NPE in LogWindow 2019-04-25 13:56:44 +08:00
huanghongxun
019cf5fc8f Suppress NPE 2019-04-25 13:50:51 +08:00
huanghongxun
1956ba7a73 Force refreshing version list when remove version from disk 2019-04-25 13:39:07 +08:00
huanghongxun
c209617ee7 Try to fix ConcurrentModificationException 2019-04-25 13:38:44 +08:00
huanghongxun
f4b5e061a4 Suppress NPE 2019-04-25 13:38:12 +08:00
huanghongxun
06b67a4b9a Suppress image resource not found 2019-04-25 12:56:04 +08:00
huanghongxun
a385265956 Fix not on ui thread 2019-04-25 11:31:01 +08:00
huanghongxun
6ac32a40c7 Suppress UncheckedIOException thrown by loading alex and steve skin image. 2019-04-25 11:28:49 +08:00
huanghongxun
20c612c660 Fix #537 2019-04-25 11:20:58 +08:00
huanghongxun
7e8cc5fe6c Fix #547 2019-04-25 11:16:59 +08:00
huanghongxun
9ed14b227b Workaround fix for NPE when remove mods 2019-04-25 10:49:25 +08:00
huanghongxun
ee466d0f4c Fix #545 2019-04-03 17:02:08 +08:00
huanghongxun
b198eea9e4 Friendly prompt if response code is not OK 2019-04-03 14:05:14 +08:00
huanghongxun
8c7580488e More friendly prompt for SocketTimeoutException 2019-03-24 14:30:58 +08:00
huanghongxun
3f4364c67c Fix cannot launch a game multiple times 2019-03-24 12:14:13 +08:00
huanghongxun
23e2df5e58 Unzip natives to /versions/ reducing trashes in temp 2019-03-21 11:08:00 +08:00
huanghongxun
79136db162 Lower XZ preset 2019-03-19 11:11:59 +08:00
huanghongxun
3d008dcab5 Make DatapackListPage multiple-selectable 2019-03-19 10:31:02 +08:00
huanghongxun
5953cc6411 Add filter to hide world that version mismatch 2019-03-19 00:04:52 +08:00
huanghongxun
2dce675fe2 Ignore all color formatting in world name. 2019-03-18 23:24:50 +08:00
huanghongxun
aa013a86dd Add upgrade button on Forge, LiteLoader, OptiFine 2019-03-18 23:17:53 +08:00
huanghongxun
f866f692e2 Hide ForgeNew/OldInstallTask 2019-03-18 20:17:03 +08:00
huanghongxun
68a2514cef Disable mod pane when Forge/Liteloader is not installed. 2019-03-18 20:14:31 +08:00
huanghongxun
32562d7435 Revert JFoenix 2019-03-18 13:44:38 +08:00
huanghongxun
78be1aaa7c Fix blank space in bottom of settings page 2019-03-18 13:43:17 +08:00
huanghongxun
1eb4b1ca9e Fix unable to delete the version which failed to download 2019-03-05 19:37:37 +08:00
huanghongxun
bf37db2cbe Fix #538 2019-03-05 19:32:24 +08:00
huanghongxun
5b30617a6b Forbid user from installing both Forge 1.13 and OptiFine simultaneously 2019-03-04 12:27:09 +08:00
huanghongxun
266c686a3a Fix forge 1.13 installation 2019-03-04 11:39:30 +08:00
huanghongxun
32d0d6a7ee Add some task test 2019-02-26 15:28:40 +08:00
huanghongxun
d9a336e50b Remove redundant codes 2019-02-26 13:29:09 +08:00
huanghongxun
3c958d06c8 Replace scheduler to executor 2019-02-26 11:39:38 +08:00
huanghongxun
15a75a69b3 Fix exception handling 2019-02-26 08:17:46 +08:00
huanghongxun
cae32cff4c remove isDependentSucceeded in whenComplete 2019-02-25 23:59:21 +08:00
huanghongxun
eeef76594f Rename task.lastException -> task.exception 2019-02-25 22:17:30 +08:00
huanghongxun
8f2a1030bc Refactor Task 2019-02-24 23:27:53 +08:00
huanghongxun
dc1df98277 Fix compilation error 2019-02-24 23:13:31 +08:00
huanghongxun
def45cc3e4 Fix NumberFormatException when parsing forge version list json 2019-02-24 23:11:09 +08:00
huanghongxun
8007f1958e Rename isDependentsSucceeded to isDependentSucceeded 2019-02-24 17:00:17 +08:00
huanghongxun
b22e724a3f Remove SilentException 2019-02-24 12:39:40 +08:00
huanghongxun
ed66b016db Rename then-series functions 2019-02-24 12:39:39 +08:00
yushijinhun
34890f21b3
Update issue template 2019-02-24 12:29:58 +08:00
yushijinhun
9f85e4a63b
Do not run GameVersion.minecraftVersion on UI thread 2019-02-24 12:25:19 +08:00
yushijinhun
7fcd4d94a6
Merge branch 'javafx' of github.com:huanghongxun/HMCL into javafx 2019-02-23 23:52:26 +08:00
yushijinhun
84fbca7905
Remove unused code 2019-02-23 23:48:23 +08:00
huanghongxun
9add2387b9 Add comments to FileUtils and IOUtils 2019-02-23 23:42:05 +08:00