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

SKLauncher

Public
AuthorCommitMessageCommit date
sk89qsk89q
080ac125457[Build Tools] Don't confirm process close.
sk89qsk89q
ac3ac99ee81[Build Tools] Add documentation button.
sk89qsk89q
0c1358124b4[Build Tools] Stream-line startup and add more error handling.
sk89qsk89q
53cac3f5e3a[Build Tools] Use local server for news and latest.json.
sk89qsk89q
46407b5f679Change dist/ to upload/ in the build tools to be more consistent.
sk89qsk89q
7b764241bf5Add GUI for building and testing modpacks.
sk89qsk89q
cdfb01d9a61Change LaunchSupervisor to take a LaunchOptions value object.
sk89qsk89q
3306e67304eAdd SwingHelper.readImageIcon().
sk89qsk89q
4ee2871934cAdd ConsoleFrame.hideMessages().
sk89qsk89q
d239b32fa3bAdd a staging tool to easily test modpacks in the launcher.After building, copy the staging-tool/build/dist/stagingtool/ folder to your modpack's folder and use build_and_launch.bat to test the modpack.
sk89qsk89q
adf90941e0fMMerge pull request #64 from ItsAGeekThing/masterUpdate Gradle Wrapper to newest release.
Justin HarperJustin Harper
0b4895f2b35Update Gradle WrapperUpdate Gradle Wrapper from 2.1 to 2.3
sk89qsk89q
1bfec8de081MMerge pull request #51 from Slind14/patch-1Make the instance icon un-editable.
Slind14Slind14
be85ff175ffun-editable icon
sk89qsk89q
629552acb68MMerge pull request #48 from Ant59/patch-1Fix .url.txt not generating correct manifest files.
sk89qsk89q
0e70174f344Clarify the README a bit.
Antony DerhamAntony Derham
951a8543845Correct location/to mix-upIf .url.txt is used, the manifest file should specify that as the download location, not the local "to" location
sk89qsk89q
0d8784992baCreate instance directory more eagerly.
sk89qsk89q
b1c14da7e41Try harder to create the initial instance folder on update.
sk89qsk89q
a08825b7bacFix fancy launcher theme classloader woes.
sk89qsk89q
5e1b039801cAdd IRC information.
sk89qsk89q
d6e7c021744Remove "(not installed)" etc.which causes wrapping.
sk89qsk89q
468a12f1c6fLink to fancy launcher configuration in the README.
sk89qsk89q
c734ab751baAdd a background to the fancy launcher.
sk89qsk89q
5270e81ac31Show the main launcher view slightly quicker.
sk89qsk89q
ed4d6d28759Make the split pane opaque on the launcher frame.
sk89qsk89q
b4926c08266Make the background transparent on the news page view.
sk89qsk89q
f4f406d9cf1Remove the header on the instance list.
sk89qsk89q
540a3bcaabbRefactor startup and add new dark fancy theme.
sk89qsk89q
4b5bf7dca9bFix memory leak with old launcher window.
sk89qsk89q
930456bb05cRemove extra fields on LauncherFrame.
sk89qsk89q
8cf14a5ce1cSplit up LauncherFrame.
sk89qsk89q
415de32f6a4Update the README.
sk89qsk89q
bcd90cfec95Add bootstrap project.
sk89qsk89q
b6aa58d8047Add missing sample project .jars.
sk89qsk89q
b6176ff594cAdd sample files.
sk89qsk89q
81ec45e5730Update copyright in FancyLauncher.
sk89qsk89q
515de39754eRemove unnecessary dependencies for the launcher.
sk89qsk89q
a67b8820e50Switch to MigLayout for the main launcher frame.
sk89qsk89q
ab6ec9ed71dAdd a fancy skinned version of the launcher.
sk89qsk89q
c41fb73bd11Rename SharedLocale._() to tr().
sk89qsk89q
5b6681b8ea1Switch to Gradle. Use git log --follow for history.This converts the project into a multi-module Gradle build. By default, Git does not show history past a rename, so use git log --follow to see further history.
sk89qsk89q
a0b1bdf8c08Swap order of loader libs and ignore Mojang's libs.
sk89qsk89q
994175c5b7eAdd more debug messages in PackageBuilder.
sk89qsk89q
8cdf50ff775Add support for URL download override.
sk89qsk89q
883eaf63ebeAdd support for mod loader installation.
sk89qsk89q
7c887ad5a37Fix ID/Email typo.
sk89qsk89q
4f4a4572130Change default URLs.
sk89qsk89q
43f38614b0eUpdate documentation link.
Albert PhamAlbert Pham
2018a6814bcMMerge pull request #25 from Mrbrutal/masterFixed "minecraft" folder not found bug.