Commit Graph

1489 Commits

Author SHA1 Message Date
huanghongxun
b7723a88c3 Add dragging world pack to GUI for installation 2018-12-20 20:24:23 +08:00
huanghongxun
1d2b59d5a2 Fix not showing spinner when clicked accept button 2018-12-20 20:07:00 +08:00
huanghongxun
7d42c0f581 Change "redownload asset index" to "Update game asset files" 2018-12-20 19:30:35 +08:00
huanghongxun
bfe7398e17 Fixed #501 2018-12-18 13:44:30 +08:00
huanghongxun
c4f0a6a197 Suppress IllegalStateException. Closes #500 2018-12-18 13:32:38 +08:00
huanghongxun
1ca9d0fa2c Backup when updating modpack 2018-12-18 13:08:02 +08:00
huanghongxun
a015585bd1 Let TaskExecutorDialogPane close itself when finished 2018-12-18 12:35:03 +08:00
huanghongxun
bc34427793 Add doDependenciesSucceeded in Task 2018-12-18 00:26:31 +08:00
huanghongxun
0fe867cd93 Fixed #499 2018-12-17 23:31:47 +08:00
yushijinhun
70f0393bde
Fix proxy options are passed to game even it's disabled 2018-12-16 16:03:29 +08:00
yushijinhun
9f060be3fd
Fix #502
* Check if port is valid before setting it
* Validate user input
* Change proxyPort to int
2018-12-16 15:49:57 +08:00
yushijinhun
176968d883
Fix #498 2018-12-16 00:31:37 +08:00
huanghongxun
e6bd55aa69 Merge branch 'javafx' of https://github.com/huanghongxun/HMCL into javafx 2018-12-13 00:43:15 +08:00
huanghongxun
f5ffa875b8 Auto detect encoding of compressed packs 2018-12-13 00:42:52 +08:00
huanghongxun
2cb23cbfcb Log messages at finer and finest level 2018-12-11 15:47:12 +08:00
huanghongxun
31dc9b0925 Delete game whose installation fails 2018-12-11 15:44:17 +08:00
huanghongxun
af7cd9a821
Merge pull request #496 from yushijinhun/gpl-additional-terms
Add additional terms under GPLv3 section 7
2018-12-09 00:14:58 +08:00
yushijinhun
b34a64f425
Add additional terms under GPLv3 section 7 2018-12-08 23:18:31 +08:00
huanghongxun
11820e31a8
Merge pull request #495 from yushijinhun/license
Update license header
2018-12-08 21:27:10 +08:00
yushijinhun
672b6054a6
Format license headers 2018-12-08 21:13:03 +08:00
yushijinhun
d2486732d2
Prevent translation contributors being removed by license-gradle-plugin 2018-12-08 21:11:10 +08:00
yushijinhun
924067e4dd
Specify GPL version in the readme link
in case FSF updates it
2018-12-08 21:11:10 +08:00
yushijinhun
7820f748a0
Restore original GPLv3 license
From: https://www.gnu.org/licenses/gpl-3.0.txt
2018-12-08 21:11:10 +08:00
yushijinhun
e8757deb0d
Use license-gradle-plugin 2018-12-08 21:11:08 +08:00
yushijinhun
c371924dc0
Remove Fonts class as it has never been used 2018-12-08 19:39:09 +08:00
yushijinhun
cf28b27d50
Remove HMCLCore usage instructions 2018-12-08 19:14:56 +08:00
huanghongxun
b78f9c8cd5 Merge branch 'javafx' of https://github.com/huanghongxun/HMCL into javafx 2018-12-02 20:03:15 +08:00
huanghongxun
91bd67dc26 Restore default cache directory if needed. Closes #489 2018-12-02 20:02:22 +08:00
huanghongxun
0671b49c98 Fix bubble ui 2018-12-02 18:48:22 +08:00
yushijinhun
900f483a03
Fix #493 2018-12-02 14:57:37 +08:00
yushijinhun
4d7af2e68b
Fix #492
Related: 4d73187376
2018-12-02 14:54:58 +08:00
yushijinhun
db59dcea65
Log exception when failing to load version list
see https://github.com/huanghongxun/HMCL/issues/489#issuecomment-443427026
2018-12-02 13:55:25 +08:00
huanghongxun
ef6cfa785f Query cursemeta for removed mods 2018-11-26 00:40:53 +08:00
huanghongxun
2b792e73c9 Fix Java 9 requirement 2018-11-26 00:40:52 +08:00
huanghongxun
0f2922dab4 Update gradle 2018-11-26 00:40:51 +08:00
huanghongxun
45b55e2853 Fix not displaying crash report window when errored in Application.start 2018-11-26 00:40:50 +08:00
huanghongxun
9c7795687f Show installation succeeded when Curse modpack not finished completion 2018-11-26 00:40:49 +08:00
yushijinhun
b273c80a02
Add AuthlibInjectorAccount.toString() 2018-11-24 20:43:41 +08:00
yushijinhun
8cdab4710b
Add response text to exception message when authlib-injector meta is malformed 2018-11-24 20:33:46 +08:00
yushijinhun
ea5b31d537
Allow specifying authlib-injector path 2018-11-24 20:32:22 +08:00
yushijinhun
bb0c11fa12
Log authentication exceptions 2018-11-23 23:44:45 +08:00
yushijinhun
37186439cb
Fetch authlib-injector metadata on startup 2018-11-23 23:29:41 +08:00
yushijinhun
ab9f93d68e
Make update checker thread daemon 2018-11-23 23:12:38 +08:00
yushijinhun
ca6920e82a
Fix preferredLoginType is not exported in modpack 2018-11-23 23:05:24 +08:00
yushijinhun
d9db108a31
Use flag instead of accountId to store selected account
Mentioned in #488
2018-11-23 22:57:21 +08:00
yushijinhun
34b7e1d582
Support use authlib-injector offline 2018-11-23 22:01:52 +08:00
yushijinhun
4d73187376
Use @JsonAdapter 2018-11-23 21:49:50 +08:00
yushijinhun
dcd0a42705
Refactor AuthlibInjectorServer 2018-11-23 21:34:54 +08:00
yushijinhun
1b40916046
Rewrite config properties 2018-11-23 21:16:05 +08:00
yushijinhun
a4e4782f2f
Change type from ExceptionalSupplier to AuthlibInjectorDownloader 2018-11-23 17:47:51 +08:00