Commit Graph

1085 Commits

Author SHA1 Message Date
huanghongxun
8bf6a9ec9d Rename AdvancedListItem 2018-08-09 20:22:57 +08:00
huanghongxun
64092a4bd4 Merge branch 'yushijinhun-java' into javafx 2018-08-09 13:54:54 +08:00
yushijinhun
8e6bcd969e Refactor JavaVersion 2018-08-09 13:49:16 +08:00
yushijinhun
6777dd7ea7 Fix UnsupportedOperationException in java lookup
Mentioned in #412
2018-08-09 13:22:49 +08:00
yushijinhun
f16885568e Make config files hidden 2018-08-09 12:56:03 +08:00
huanghongxun
ab109bcfcc Merge pull request #414 from yushijinhun/javafx
Fixes FileSystemNotFoundException in createZipFileSystem
2018-08-09 11:41:27 +08:00
yushijinhun
17f71eaa21 Fixes FileSystemNotFoundException in createZipFileSystem 2018-08-09 11:34:38 +08:00
huanghongxun
3a294e354a ExeLauncher: Search Java in C:/Program Files 2018-08-08 21:16:57 +08:00
huanghongxun
54814181b9 Change xz compressing level to 6 since CI server does not have enough memory 2018-08-08 12:57:42 +08:00
huanghongxun
935c2bd6e5 Merge branch 'rewrite-upgrade' into javafx 2018-08-08 10:03:14 +08:00
huanghongxun
a2b74b8e78 Fix getImplementationVersion returning null on Java 9. 2018-08-08 10:02:34 +08:00
huanghongxun
09730d74e0 Merge branch 'rewrite-upgrade' of https://github.com/yushijinhun/HMCL into rewrite-upgrade 2018-08-07 22:18:58 +08:00
huanghongxun
2bf03291ce Try Java8 for Minecraft 1.12.2 or older modded game 2018-08-07 22:10:34 +08:00
huanghongxun
93e5851167 Improve config compatibility with HMCL 2.x. Fix #411 2018-08-07 18:40:23 +08:00
huanghongxun
61fd581ef5 Hide the separator line between refreshNavButton and window buttons when refreshNavButton is hidden 2018-08-07 18:08:20 +08:00
huanghongxun
51afcf2dee Use ZipFileSystem instead of commons-compress 2018-08-07 11:53:05 +08:00
huanghongxun
cadafe13e1 Remove IOUtils.closeQuietly 2018-08-07 11:53:05 +08:00
Haowei Wen
47031cb70e Merge pull request #413 from tsl0922/osx
修复在 OSX 下使用的一些问题
2018-08-06 18:36:53 +08:00
Shuanglei Tao
b3e776b4bc Use native window border on osx (workaround for #403) 2018-08-06 14:17:41 +08:00
Shuanglei Tao
e57a1a8da6 Make gradlew executable 2018-08-05 23:08:27 +08:00
yushijinhun
7f2a392a33 Use com.github.johnrengelman.shadow plugin 2018-08-05 11:06:50 +08:00
yushijinhun
055379f569 Add .pack.gz build back 2018-08-05 09:37:55 +08:00
yushijinhun
2b8843ca19 Replace .pack.gz with .pack.xz 2018-08-05 01:02:42 +08:00
yushijinhun
ace830bced Refactor build.gradle 2018-08-05 00:42:05 +08:00
yushijinhun
3c2f232acb Rename PACK -> PACK_GZ 2018-08-04 23:11:31 +08:00
yushijinhun
86030e64ca Extract writeToStorage() 2018-08-04 23:10:14 +08:00
huanghongxun
b1ce3c31f5 Build packed archive 2018-08-04 22:12:02 +08:00
huanghongxun
04553c2c56 Support packed update archive 2018-08-04 22:04:59 +08:00
yushijinhun
bdb7afa860 Replace updateSource with updateChannel 2018-08-04 21:39:19 +08:00
yushijinhun
7096135cdf Change update source to hmcl.huangyuhui.net 2018-08-04 21:26:46 +08:00
yushijinhun
be37014206 Use Paths.get(url.toURI()) in LocalVersion.current() 2018-08-04 21:17:52 +08:00
yushijinhun
b78beb3305 Copy downloaded HMCL to .hmcl only after it's verified 2018-08-01 15:54:52 +08:00
yushijinhun
38f27d134d Change task.test() to executor.test() 2018-08-01 15:54:52 +08:00
yushijinhun
3b42ba9375 Add version query when checking for update 2018-08-01 15:54:52 +08:00
yushijinhun
4f52bb2ffe Add option hmcl.update_source.override 2018-07-31 19:41:50 +08:00
yushijinhun
dd45e1b3db Add JAR integrity check 2018-07-31 19:39:21 +08:00
yushijinhun
e38bfdfc73 Refactor build.gradle 2018-07-31 15:48:29 +08:00
yushijinhun
73caebff00 Remove unnecessary saveConfig() call 2018-07-31 14:33:03 +08:00
yushijinhun
e0608cdf3e Remove unused files 2018-07-31 14:32:42 +08:00
yushijinhun
c815fa80e8 Prevent /build being created 2018-07-31 14:06:54 +08:00
yushijinhun
e91e1cab47 Remove coreCompile/Runtime.extendsFrom 2018-07-31 14:04:36 +08:00
yushijinhun
b791878651 Remove generateSources task 2018-07-31 14:02:26 +08:00
yushijinhun
8192ffec03 Remove duplicated HMCLauncher.exe 2018-07-31 13:59:48 +08:00
yushijinhun
afa6eb3bad Refactor build.gradle 2018-07-31 13:46:31 +08:00
yushijinhun
6f7d22518e Remove pack.gz build 2018-07-31 13:34:17 +08:00
yushijinhun
2663312dfb Auto-rename after upgrade 2018-07-31 13:28:39 +08:00
yushijinhun
1332517a9f Rewrite upgrade feature 2018-07-30 23:32:01 +08:00
yushijinhun
13e227851f Refactor IconedItem 2018-07-29 21:10:04 +08:00
yushijinhun
e1b6c18017 Remove HELLO_MINECRAFT_LAUNCHER_VERSION_FOR_GRADLE_REPLACING 2018-07-29 19:07:48 +08:00
yushijinhun
a88c8ed85f Extract class Metadata 2018-07-29 19:03:49 +08:00