1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-27 12:46:22 +01:00

Commit Graph

  • 15cbc5ac03 GH-443 Fix the undetected runtime file chooser dialog opening early Henry Le Grys 2021-11-03 20:37:40 +0000
  • 777d430ace
    GH-443 Fix registry reading under Java 8 (#447) Henry 2021-11-15 01:32:11 +0000
  • b3cbba2709
    Fix not checking all registry keys for jvm if the previous key did not exist in the registry. Magi1053 2021-11-14 19:19:16 -0600
  • 8271c83162 GH-443 Add logging on registry read failures & fix default search path Henry Le Grys 2021-11-03 19:45:46 +0000
  • 4dad66a83e Attempt to solve Windows Java finding failing to find MC folder Henry Le Grys 2021-10-27 01:56:52 +0100
  • 932ef97be6 GH-440 Fix NPE generated by config dialog when no runtime is configured Henry Le Grys 2021-10-25 20:09:54 +0100
  • d1184c32b2 Add option to Java selection dropdowns to choose a runtime from path Henry Le Grys 2021-10-16 00:44:40 +0100
  • 2ffdd4e155 Dynamic background image resizing, preserving aspect ratio TheSwampire 2021-09-30 19:37:23 +0200
  • cd063304fb Fix Java version parser to tolerate missing minor version Henry Le Grys 2021-09-27 22:16:34 +0100
  • 9bd7df4d3c Tolerate missing terminating newlines in Java release files Henry Le Grys 2021-09-27 21:21:46 +0100
  • 1c663e1c04 Fix java runtime finder breaking when encountering a bad release file Henry Le Grys 2021-09-27 21:10:32 +0100
  • 5c3768f1cf Always use proper local libraries folder path Henry Le Grys 2021-09-04 00:34:09 +0100
  • 215b7871e7 Add FUNDING.yml Henry Le Grys 2021-09-03 09:09:04 +0100
  • 7c783189dd Add support for Forge 1.17 processors Henry Le Grys 2021-09-02 06:56:57 +0100
  • eda5ad2a90 Bump launcher version to 4.6 Henry Le Grys 2021-09-02 03:25:36 +0100
  • 6b2bcea5d7 Add menu item for pack manager for editing instance settings Henry Le Grys 2021-09-02 02:47:35 +0100
  • faa1bc9a38 Add instance settings dialog Henry Le Grys 2021-09-02 01:59:15 +0100
  • 6d72779ef0 Create Launcher.properties WILLIAM8812 2021-08-10 19:49:45 +0200
  • c5a9c4c3aa Create Launcher_fr.properties WILLIAM8812 2021-08-10 19:47:36 +0200
  • c668cad390
    Delete lang WILLIAM8812 2021-08-10 19:43:23 +0200
  • 9f2cfcffde
    Create lang WILLIAM8812 2021-08-10 19:43:16 +0200
  • b916cb3ccb
    Delete Launcher.properties WILLIAM8812 2021-08-10 19:42:32 +0200
  • 71b7a3b679
    Update action syntax & filename Yann 2021-08-09 20:22:30 +0200
  • 3ae63a965b
    Update action Yann 2021-08-09 20:19:14 +0200
  • 5560a54c6a
    Update action Yann 2021-08-09 20:10:18 +0200
  • 862e1652c7 Version 4.6 et fix langage Yann 2021-08-09 20:03:05 +0200
  • 40c9a5c626 Update Launcher.properties Yann 2021-08-09 19:24:17 +0200
  • 7a1695edbf Update Launcher Yann 2021-08-09 19:16:52 +0200
  • e12eec29b5 Update launcher settings dialog with new runtime selection dropdown Henry Le Grys 2021-06-19 23:04:56 +0100
  • 2ff147fc10 Start implementing per-instance settings & better Java runtime selection Henry Le Grys 2021-06-15 04:44:52 +0100
  • 5b742bc1a1 Fix hidden error if request was never even started Henry Le Grys 2021-05-29 17:38:24 +0100
  • b7be91bc9c Automatically show login dialog when session expires Henry Le Grys 2021-05-24 13:17:11 +0100
  • 28e6a12d1d
    Create gradle.yml OliverMilde 2021-05-07 16:58:16 +0200
  • f23d387609 Fix bad logic surrounding download resuming Henry Le Grys 2021-03-31 22:22:00 +0100
  • f7bbe82dfb Fix potential NPE with partial redownloads if connection never completes Henry Le Grys 2021-03-31 19:14:17 +0100
  • c3b1e51a51 Fix bad URL decoding & reformatting in HttpRequest Henry Le Grys 2021-03-28 03:22:44 +0100
  • 9b1bae32d9 Add some comments to launcher.properties Henry Le Grys 2021-03-26 19:17:11 +0000
  • 1219ff5cbc Add donation links to README Henry Le Grys 2021-03-14 21:53:52 +0000
  • 831ecfd392 Make gradle clean trigger a clean of all subprojects Henry Le Grys 2021-03-14 18:36:00 +0000
  • cdb32a3fe7 Fix NPE in HttpDownloader if server does not send Accept-Ranges header Henry Le Grys 2021-03-10 13:17:55 +0000
  • cf7e12b4d1 Only append to partially downloaded files if HTTP response is a 206 Henry Le Grys 2021-03-10 01:31:31 +0000
  • 4552b76465 Fix Updater to only download additional loader files once Henry Le Grys 2021-03-10 01:13:27 +0000
  • ae6fb109e5 Add support for continuing partial downloads Henry Le Grys 2021-03-10 00:01:16 +0000
  • 4da80dfae0 Throw an error if HTTP file transfers are cleanly closed early Henry Le Grys 2021-03-09 20:14:16 +0000
  • 8a2b566b18 Make button widths equal in account selection dialog Henry Le Grys 2021-02-28 02:47:01 +0000
  • 3a93e9f39a
    Style Account Select dialog (#402) Henry 2021-02-28 02:33:45 +0000
  • 3fdfb3cf70 Ignore unknown properties when deserializing LatestVersionInfo Henry Le Grys 2021-02-27 22:57:08 +0000
  • 0cb87a2e4b
    Merge pull request #3 from andy3471/mojang Andrew Hargrave 2021-02-23 17:23:32 +0000
  • f61cd2f81d Update to latest base Andrew Hargrave 2021-02-23 17:22:47 +0000
  • e2fde95c25
    Style Account Select Dialog johnfriedrich 2021-02-19 22:58:50 +0100
  • daa955fac6 Remove packed check from launcher self-updater Henry Le Grys 2021-02-19 03:17:56 +0000
  • dd3f4e7290
    Add User-Agent to news page HTTP requests (#401) Henry 2021-02-19 03:09:22 +0000
  • ef1572fd1b Remove packed check from bootstrapper Henry Le Grys 2021-02-19 03:07:29 +0000
  • 4703b0dede Add User-Agent to news page HTTP requests David Lohle 2021-02-18 21:30:04 -0500
  • 660fb40c44 Fix weird Lists import from internal jcommander package Henry Le Grys 2021-02-18 23:30:14 +0000
  • 5d5a462387 Switch to using Minecraft services as skin provider Henry Le Grys 2021-02-18 22:39:51 +0000
  • fd78863697 Make skin service return null on error Henry Le Grys 2021-02-18 21:22:58 +0000
  • 4177c15675
    Redesign login dialogs & support new Microsoft logins (#398) Henry 2021-02-17 01:15:39 +0000
  • c8bc7f68c6 Bump launcher version to 4.5 Henry Le Grys 2021-02-16 22:20:10 +0000
  • 8eb66d4c67 Clean up error reporting for Minecraft API authentication Henry Le Grys 2021-02-16 22:16:42 +0000
  • ff12d154c8 Convert avatarImage fields to type byte[] Henry Le Grys 2021-02-16 17:39:54 +0000
  • a7dcd2c7fb Prompt Microsoft's OAuth to allow account selection on sign-in Henry Le Grys 2021-02-16 17:23:25 +0000
  • 5cf38207ae Fix XSTS error codes being missed due to Jackson weirdness Henry Le Grys 2021-02-16 17:19:11 +0000
  • fec1eaacf4 Fix an NPE due to unfinished getLoginService method Henry Le Grys 2021-02-16 16:51:28 +0000
  • df6415eea4 Show XSTS error messages if non-empty Henry Le Grys 2021-02-15 21:24:39 +0000
  • 832dab329a Fix unknown Xbox error formatting Henry Le Grys 2021-02-15 16:27:31 +0000
  • 7803242ffa Issue a warning when reformatting URLs fails Henry Le Grys 2021-02-13 02:58:09 +0000
  • b979eb33c9 Set account dialog selection colors correctly Henry Le Grys 2021-02-13 01:51:53 +0000
  • 8544ae378b Bump target Java version to Java 8 fix/new-jdks Henry Le Grys 2021-02-13 01:08:04 +0000
  • 571d1769a2 Remove Pack200 from bootstrapper & default to normal .jar filename Henry Le Grys 2021-02-12 22:41:04 +0000
  • 8d3a172ee9 Improve progress messaging during long Microsoft login dance Henry Le Grys 2021-02-11 18:16:10 +0000
  • 93c3f04cbb Handle cancelled OAuth requests Henry Le Grys 2021-02-11 18:01:13 +0000
  • 1d4e46214b Report Xbox authentication errors Henry Le Grys 2021-02-11 17:40:59 +0000
  • b18c29a5ec Add account selector to creator tools Henry Le Grys 2021-02-10 01:46:46 +0000
  • 6b442c771e Improve authentication error messages Henry Le Grys 2021-02-09 03:06:37 +0000
  • b189173b34 Use cached avatar in MicrosoftLoginService Henry Le Grys 2021-02-09 02:21:56 +0000
  • 21a108f796 Remove Yggdrasil agent from properties file Henry Le Grys 2021-02-09 01:44:47 +0000
  • 2ec8180d2a Add confirmation dialog for forgetting accounts Henry Le Grys 2021-02-09 01:41:49 +0000
  • 3effa7d674 Re-add offline session button & alter play button Henry Le Grys 2021-02-09 01:36:04 +0000
  • d2127e9b13 Implement Microsoft OAuth login process Henry Le Grys 2021-02-09 01:24:55 +0000
  • 3ddaea55dc Remove old replaced authentication classes Henry Le Grys 2021-02-08 21:46:33 +0000
  • 194e977176 Flesh out account selector some more Henry Le Grys 2021-02-08 21:16:54 +0000
  • 18a99b338e Fix persistence, download & persist avatar locally Henry Le Grys 2021-02-08 20:38:49 +0000
  • b6252863da Start refactoring auth framework Henry Le Grys 2021-02-08 05:48:05 +0000
  • 25a433ab5b Use explicit wait/notify for popup feature selection dialog Henry Le Grys 2021-02-07 00:41:46 +0000
  • 4aaa4f9931 Update Gradle & plugins to support Java 9+ better Henry Le Grys 2021-02-05 04:05:48 +0000
  • ffd3e54fc8 Support unpacked jars in self-updater Henry Le Grys 2021-02-02 03:36:01 +0000
  • 662162392e Allow bootstrap server to announce unpacked update jars Henry Le Grys 2021-02-02 03:18:22 +0000
  • 27da4e8e4c Fix misspelled field in launcher configuration Henry Le Grys 2021-01-30 01:46:22 +0000
  • 52c02edba0 Fix library compressor URL transformer Henry Le Grys 2021-01-29 18:09:49 +0000
  • 40fcfdf992 Fix library handling bug in cases of bad JSON key ordering Henry Le Grys 2021-01-29 16:21:59 +0000
  • 9aced19edc Change equals & hash code calculation for libraries Henry Le Grys 2021-01-26 03:12:38 +0000
  • f880192919 Reduce game arguments to strings where possible Henry Le Grys 2021-01-26 01:11:02 +0000
  • ec7b1ac2ae Bump creator tools version to 2.1.0 Henry Le Grys 2021-01-25 18:39:48 +0000
  • 0c336de81a Bump launcher version to 4.4 Henry Le Grys 2021-01-25 18:39:19 +0000
  • 3907158274 Disable automatically writing hashes to .url.txt files Henry Le Grys 2021-01-25 14:42:15 +0000
  • 67f3fc1fa4 Add a scanner to download missing targets of .url.txt files Henry Le Grys 2021-01-25 14:38:26 +0000
  • d0d8ad79ee Fix native handling for cases where some platforms are not present Henry Le Grys 2021-01-25 13:00:24 +0000
  • 3a7c250736 Improve fabric loader processor by better utilizing fabric meta API Henry Le Grys 2021-01-06 23:07:11 +0000
  • 7707e5e45e Add support for HTTPS redirects Henry Le Grys 2021-01-06 03:21:40 +0000