mc.danloona.nl
  1. mc.danloona.nl

SKLauncher

Public
AuthorCommitMessageCommit date
Daniel BurzmińskiDaniel Burzmiński
9c64954c9f1fix linux path for home
Daniel BurzmińskiDaniel Burzmiński
81745fdb98brollback 0.1.4_6
Daniel BurzmińskiDaniel Burzmiński
c00eea82107more clever option to detect java runtimes
Daniel BurzmińskiDaniel Burzmiński
455c12d65afbump 0.1.4_5
Daniel BurzmińskiDaniel Burzmiński
392ea6046f6early preparation for dynamic versioning plus simple fix
Daniel BurzmińskiDaniel Burzmiński
33937b45740Add abbility to use builtin runtimes on bundled mac distribution
Daniel BurzmińskiDaniel Burzmiński
248fa1e306dbump to 0.1.4_2
Daniel BurzmińskiDaniel Burzmiński
60133440ca0Update names, move home directories of every OS.
Daniel BurzmińskiDaniel Burzmiński
9d72a2eb61e0.1.4 and move to DRASL Auth server
Daniel BurzmińskiDaniel Burzmiński
d6b32950203sync with last commits in SKCraft repo
Daniel BurzmińskiDaniel Burzmiński
fd62ebf57e4minor fix 0.1.3, migrate to https
Daniel BurzmińskiDaniel Burzmiński
39bf8746e93fix launcher shortname
Daniel BurzmińskiDaniel Burzmiński
6e00b58cb60v0.1.1, more rebranding and missing files
Daniel BurzmińskiDaniel Burzmiński
b18b829c5930.0.3, backported most of changes from newer commits of SKLauncher
Daniel BurzmińskiDaniel Burzmiński
750a110e142fix self-update url
Daniel BurzmińskiDaniel Burzmiński
bb0bc5b17cdbump 0.0.2
Daniel BurzmińskiDaniel Burzmiński
bb73d0e37a4update translations for Danloona Launcher
Daniel BurzmińskiDaniel Burzmiński
f6836fac925Start of rebranding stuff to Danloona Launcher and add to ignore typical macOS files
Henry Le GrysHenry Le Grys
25a433ab5b4Use explicit wait/notify for popup feature selection dialogWas getting some persistent strange behaviours with this particular invokeAndWait call, so I've swapped it out for a manually implemented wait & notify
Henry Le GrysHenry Le Grys
4aaa4f99319Update Gradle & plugins to support Java 9+ better
Henry Le GrysHenry Le Grys
ffd3e54fc8dSupport unpacked jars in self-updater
Henry Le GrysHenry Le Grys
662162392e8Allow bootstrap server to announce unpacked update jarsPack200 is dead, this is the start of its removal
Henry Le GrysHenry Le Grys
27da4e8e4c7Fix misspelled field in launcher configuration
Henry Le GrysHenry Le Grys
52c02edba03Fix library compressor URL transformer
Henry Le GrysHenry Le Grys
40fcfdf9929Fix library handling bug in cases of bad JSON key ordering
Henry Le GrysHenry Le Grys
9aced19edc9Change equals & hash code calculation for librariesThe two methods actually agree with each other now
Henry Le GrysHenry Le Grys
f880192919cReduce game arguments to strings where possibleHelps to reduce the size of the manifest a little, and looks nicer!
Henry Le GrysHenry Le Grys
ec7b1ac2aebBump creator tools version to 2.1.0
Henry Le GrysHenry Le Grys
0c336de81a4Bump launcher version to 4.4
Henry Le GrysHenry Le Grys
3907158274fDisable automatically writing hashes to .url.txt files
Henry Le GrysHenry Le Grys
67f3fc1fa4dAdd a scanner to download missing targets of .url.txt files
Henry Le GrysHenry Le Grys
d0d8ad79eeeFix native handling for cases where some platforms are not present
Henry Le GrysHenry Le Grys
3a7c2507366Improve fabric loader processor by better utilizing fabric meta APIRemoves a bunch of hardcoded workarounds :)
Henry Le GrysHenry Le Grys
7707e5e45ebAdd support for HTTPS redirects
Henry Le GrysHenry Le Grys
92048fbd3a7Ensure the launcher directory is referenced absolutelyFixes #379
Henry Le GrysHenry Le Grys
f53ee9b6fafIgnore 'all artifacts' list during re-serialization
Henry Le GrysHenry Le Grys
15a87f0df3eVerify libraries & game jars during updates
Henry Le GrysHenry Le Grys
3981fe4ab23Download all libraries for every platform when building packs
Henry Le GrysHenry Le Grys
d6ac0983de1Fix forge loaders being named wrong & warning for wrong loader version
HenryGitHubHenry
dd62193b0beMFix extraction of folders inside ZipExtract (#271)
HenryGitHubHenry
495d94370c2MUse absolute paths for legacy launcher wrapper support (#335)
HenryGitHubHenry
90abf02531eMUpdate launcher to work with 1.13+ & new loader support (#374)
Henry Le GrysHenry Le Grys
ee272cbbc13Switch to different maven repository for launcher-fancy dependencyseems like server.bbkr.space went down, so I republished
Henry Le GrysHenry Le Grys
e22e70ea81cAdd flag in version info: loader should override version argumentsFixes #4
Henry Le GrysHenry Le Grys
b9fc4610633Delegate to platform classloader to let processors run on Java 9+Fixes #1
Henry Le GrysHenry Le Grys
cddacf71cd3Update Substance to fix fancy launcher on Java 9+using a different fork that still supports java 8 :)
Henry Le GrysHenry Le Grys
eb065fb8b0fRevert "Update Substance to fix fancy launcher on Java 9+"This reverts commit dc2f9307
Henry Le GrysHenry Le Grys
dc2f930751aUpdate Substance to fix fancy launcher on Java 9+
Henry Le GrysHenry Le Grys
ffdea1f59a0Update gradle buildscripts to use 'application' plugin
Henry Le GrysHenry Le Grys
9f9f94ddb3dCleanup install processor & update documentation