1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-24 12:16:28 +01:00
Commit Graph

117 Commits

Author SHA1 Message Date
sk89q
4fc8c274c3 Expand the build tools to encompass many more tasks. 2015-07-21 01:23:57 -07:00
sk89q
080ac12545 [Build Tools] Don't confirm process close. 2015-07-20 16:03:40 -07:00
sk89q
ac3ac99ee8 [Build Tools] Add documentation button. 2015-07-20 16:00:18 -07:00
sk89q
0c1358124b [Build Tools] Stream-line startup and add more error handling. 2015-07-20 15:56:47 -07:00
sk89q
53cac3f5e3 [Build Tools] Use local server for news and latest.json. 2015-07-20 15:42:01 -07:00
sk89q
46407b5f67 Change dist/ to upload/ in the build tools to be more consistent. 2015-07-20 15:21:54 -07:00
sk89q
7b764241bf Add GUI for building and testing modpacks. 2015-07-20 15:03:15 -07:00
sk89q
cdfb01d9a6 Change LaunchSupervisor to take a LaunchOptions value object. 2015-07-20 14:52:43 -07:00
sk89q
3306e67304 Add SwingHelper.readImageIcon(). 2015-07-20 14:52:16 -07:00
sk89q
4ee2871934 Add ConsoleFrame.hideMessages(). 2015-07-20 14:51:43 -07:00
sk89q
d239b32fa3 Add 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.
2015-07-20 02:05:05 -07:00
sk89q
adf90941e0 Merge pull request #64 from ItsAGeekThing/master
Update Gradle Wrapper to newest release.
2015-05-23 12:06:40 -07:00
Justin Harper
0b4895f2b3 Update Gradle Wrapper
Update Gradle Wrapper from 2.1 to 2.3
2015-04-23 17:18:33 -04:00
sk89q
1bfec8de08 Merge pull request #51 from Slind14/patch-1
Make the instance icon un-editable.
2015-03-22 20:20:12 -07:00
Slind14
be85ff175f un-editable icon 2015-03-21 14:32:09 +01:00
sk89q
629552acb6 Merge pull request #48 from Ant59/patch-1
Fix .url.txt not generating correct manifest files.
2015-03-20 15:00:26 -07:00
sk89q
0e70174f34 Clarify the README a bit. 2015-03-20 14:58:52 -07:00
Antony Derham
951a854384 Correct location/to mix-up
If .url.txt is used, the manifest file should specify that as the download location, not the local "to" location
2015-03-12 14:37:26 +00:00
sk89q
0d8784992b Create instance directory more eagerly. 2015-02-23 00:07:46 -08:00
sk89q
b1c14da7e4 Try harder to create the initial instance folder on update. 2015-02-22 14:50:36 -08:00
sk89q
a08825b7ba Fix fancy launcher theme classloader woes. 2015-02-20 17:17:20 -08:00
sk89q
5e1b039801 Add IRC information. 2015-02-20 15:51:56 -08:00
sk89q
d6e7c02174 Remove "(not installed)" etc. which causes wrapping. 2015-02-20 13:23:11 -08:00
sk89q
468a12f1c6 Link to fancy launcher configuration in the README. 2015-02-20 13:17:15 -08:00
sk89q
c734ab751b Add a background to the fancy launcher. 2015-02-20 03:30:56 -08:00
sk89q
5270e81ac3 Show the main launcher view slightly quicker. 2015-02-20 01:40:57 -08:00
sk89q
ed4d6d2875 Make the split pane opaque on the launcher frame. 2015-02-20 01:39:34 -08:00
sk89q
b4926c0826 Make the background transparent on the news page view. 2015-02-20 01:38:42 -08:00
sk89q
f4f406d9cf Remove the header on the instance list. 2015-02-20 01:38:27 -08:00
sk89q
540a3bcaab Refactor startup and add new dark fancy theme. 2015-02-20 01:38:18 -08:00
sk89q
4b5bf7dca9 Fix memory leak with old launcher window. 2015-02-19 22:11:07 -08:00
sk89q
930456bb05 Remove extra fields on LauncherFrame. 2015-02-19 22:08:31 -08:00
sk89q
8cf14a5ce1 Split up LauncherFrame. 2015-02-19 21:34:57 -08:00
sk89q
415de32f6a Update the README. 2015-02-19 16:10:59 -08:00
sk89q
bcd90cfec9 Add bootstrap project. 2015-02-19 14:30:09 -08:00
sk89q
b6aa58d804 Add missing sample project .jars. 2015-02-19 13:28:16 -08:00
sk89q
b6176ff594 Add sample files. 2015-02-19 13:25:48 -08:00
sk89q
81ec45e573 Update copyright in FancyLauncher. 2015-02-19 04:07:37 -08:00
sk89q
515de39754 Remove unnecessary dependencies for the launcher. 2015-02-19 04:06:19 -08:00
sk89q
a67b8820e5 Switch to MigLayout for the main launcher frame. 2015-02-19 04:05:53 -08:00
sk89q
ab6ec9ed71 Add a fancy skinned version of the launcher. 2015-02-19 03:13:07 -08:00
sk89q
c41fb73bd1 Rename SharedLocale._() to tr(). 2015-02-18 21:32:26 -08:00
sk89q
5b6681b8ea Switch 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.
2015-02-18 21:30:25 -08:00
sk89q
a0b1bdf8c0 Swap order of loader libs and ignore Mojang's libs. 2015-02-18 16:46:38 -08:00
sk89q
994175c5b7 Add more debug messages in PackageBuilder. 2015-02-18 00:31:45 -08:00
sk89q
8cdf50ff77 Add support for URL download override. 2015-02-18 00:30:08 -08:00
sk89q
883eaf63eb Add support for mod loader installation. 2015-02-17 20:31:37 -08:00
sk89q
7c887ad5a3 Fix ID/Email typo. 2015-02-17 10:43:34 -08:00
sk89q
4f4a457213 Change default URLs. 2015-02-17 10:43:19 -08:00
sk89q
43f38614b0 Update documentation link. 2014-08-10 14:54:08 -07:00