Commit Graph

  • cbc8b07467 Rebrand to Helios Launcher. Daniel Scalzi 2019-09-05 16:08:47 -0400
  • 590cefc5d4 Electron 6, dependency upgrade. Daniel Scalzi 2019-08-26 17:57:27 -0400
  • 697eb970d2 Dependency Upgrade AzureZhen 2019-08-06 04:30:41 -0400
  • 7c4032767d Allows the launcher to set a min memory amount of 1GB instead of 3GB. AzureZhen 2019-08-05 23:00:50 -0400
  • 0194c2b6f1 Node v12, Dependency Upgrade. Daniel Scalzi 2019-07-11 20:51:58 -0400
  • d94365f535
    Use OpenJDK downloads instead of Oracle (no longer possible). Daniel Scalzi 2019-06-02 18:11:39 -0400
  • 555cb0125c
    Electron@5 Daniel Scalzi 2019-06-02 16:15:57 -0400
  • 68362021f5
    Dependency upgrade. Daniel Scalzi 2019-05-28 21:34:19 -0400
  • b54b206b9a
    Use programmatic API from Electron-Builder. Daniel Scalzi 2019-04-23 17:35:07 -0400
  • ef112cef3a
    Updated dependencies. Daniel Scalzi 2019-04-23 17:06:05 -0400
  • 887bb67ab0
    Fix error with loading lang file from packaged app. Daniel Scalzi 2019-04-23 16:53:32 -0400
  • c141475404
    Initial work on localization. Daniel Scalzi 2019-04-07 23:33:40 -0400
  • a0520a9458
    Updated dependencies. Daniel Scalzi 2019-03-17 23:11:31 -0400
  • 448440a604
    VersionJar is not needed. (#26) Daniel Scalzi 2019-03-06 22:47:45 -0500
  • 90818245f3
    Some more cleanup. Daniel Scalzi 2019-03-06 00:40:23 -0500
  • 644a32de37
    Start removing specific branding. Daniel Scalzi 2019-03-06 00:37:31 -0500
  • 5c0a293390
    Break up assetguard. Daniel Scalzi 2019-03-05 23:05:01 -0500
  • 1fc118ee8c
    Updated forge 1.13 configuration, updated dependencies. Daniel Scalzi 2019-02-28 19:40:38 -0500
  • e08c3a903a
    Add support for mod loading on Forge 1.13. v1.6.0 Daniel Scalzi 2019-02-18 18:17:31 -0500
  • 81367bc619
    1.13 Update Phase 1 Mojang has changed its manifest format for 1.13. Forge is no longer a universal jar, it requires more hosted files, all of which are generated by the installer. We can no longer extract the version manifest from forge's jar and have to include it in the distribution. This commit adds support for launching forge only, mods are currently not supported from the distribution. Handling of 1.13 launches are subject to change as we move forward. Daniel Scalzi 2019-02-18 06:31:01 -0500
  • e8e7f85c64
    Updated deps. Daniel Scalzi 2019-02-17 19:21:23 -0500
  • c834ca971a
    Order the launch arguments better. Classpath -> JVM -> Main Class -> Liteloader -> Minecraft -> Client Options -> Mod list Daniel Scalzi 2019-02-14 20:22:12 -0500
  • 6b96770c98
    Update dependencies (clean install). Daniel Scalzi 2019-02-12 19:20:54 -0500
  • 46f8b195d6
    v1.5.2 v1.5.2 Daniel Scalzi 2019-02-05 17:35:31 -0500
  • 6d1ecd73ee
    Show a meaningful message if users try to login without a paid account. stable Daniel Scalzi 2019-02-05 17:26:00 -0500
  • c74e3f0676
    Updated dependencies. Daniel Scalzi 2019-02-05 17:06:45 -0500
  • 8bd040aece
    v1.5.1 v1.5.1 Daniel Scalzi 2019-01-20 22:32:23 -0500
  • 90651d4fbe
    Reset clientToken if all accounts are removed. Daniel Scalzi 2019-01-20 22:29:05 -0500
  • 3e20b1f63a
    Updated dependencies. Daniel Scalzi 2019-01-20 06:59:56 -0500
  • 8c0bf8faac
    Improve error handling during launch (#21) If anything happens to the forked process, the main should now pick up on it and alert the user. Should no longer get 'stuck at 100%' issues when the forked process fails, for whatever reason. Daniel Scalzi 2019-01-20 06:55:13 -0500
  • cb12c0786e
    Fix element class name for the data directory title. v1.5.0 Daniel Scalzi 2019-01-04 14:46:24 -0500
  • de15440e6d
    Added option to change data folder location. (#17) Removed commonDirectory. Removed instanceDirectory. Added dataDirectory. The common and instance directories are now resolved from this. The config.json and distribution.json are now stored in Electron's data folder (app.getPath('userData')). Users can edit the dataDirectory under launcher settings. Daniel Scalzi 2019-01-04 14:25:27 -0500
  • e12197526d
    Allow users to change install directory on windows. Daniel Scalzi 2019-01-02 18:48:00 -0500
  • d2982ca387
    v1.4.1 - Forge 1.12.2 (4/10) + requires absolute: prefix. v1.4.1 Daniel Scalzi 2018-12-31 11:27:40 -0500
  • d7fe519923
    Preliminary Java 9+ Support (#20). Daniel Scalzi 2018-12-31 10:39:27 -0500
  • be533af38b
    v1.4.0 - Added Shader Options, Electron v4. v1.4.0 Daniel Scalzi 2018-12-21 16:06:34 -0500
  • b98a4ec21f
    Shaderpack settings nearly finalized. Daniel Scalzi 2018-12-21 08:02:24 -0500
  • a4d4b69791
    Initial work on shader options, electron@4. Daniel Scalzi 2018-12-21 06:51:08 -0500
  • f5b1418d18
    Reduced size of background 7. Removed some unused images. 7.jpg : 24MB -> 5MB Updated electron, electron-builder. Daniel Scalzi 2018-12-21 02:29:33 -0500
  • f65793c0fb
    Previous commit should have been v1.3.0. A new feature is included in this version, requiring a minor bump. v1.3.0 Daniel Scalzi 2018-12-17 00:36:19 -0500
  • 001a2cbe81
    v1.2.1 - Fixed issue w/ native lib parsing. In 1.12.2, some natives do not provide a rules object and instead just omit the classifier from the natives object. We now check for that. Daniel Scalzi 2018-12-17 00:11:23 -0500
  • f613bdba4d
    Updated dependencies. Daniel Scalzi 2018-12-14 00:27:15 -0500
  • f5ce7734b8
    Ensure mods dir exists on file drop. Daniel Scalzi 2018-12-01 10:06:23 -0500
  • d779eacf61
    Added drag/drop functionality to the add mods button. Daniel Scalzi 2018-12-01 08:20:42 -0500
  • d9c9b32446
    v1.2.0 v1.2.0 Daniel Scalzi 2018-11-25 22:48:23 -0500
  • d9858958c9
    Oracle now uses https, update body parser accordingly. Daniel Scalzi 2018-11-25 22:18:59 -0500
  • 9d5f708dfc Added Application Menu for macOS (#19) Mars Geldard 2018-11-26 14:06:33 +1100
  • 0e630eb090
    Fix tab issue (not fixed by linter?) Daniel Scalzi 2018-11-25 21:59:42 -0500
  • 6c9afeb45b
    Lint cleanup, create menu only on macOS. Daniel Scalzi 2018-11-25 21:52:42 -0500
  • c937ae5c84 Copy-paste support Mars Geldard 2018-11-26 12:05:57 +1100
  • 684e884d9c
    Mod config bug fixes, electron upgrade. If the instance mods directory does not exist when the 'Add Drop-In Mod' button is clicked, it will be created. The update selected server code has been modified. Previously, the server would be updated before the mod config was saved. This has been fixed so that the mod config is saved before the server is switched. Updated electron to v3.0.10. Daniel Scalzi 2018-11-20 05:19:59 -0500
  • 79d1d59451
    v1.1.0 v1.1.0 Daniel Scalzi 2018-11-18 22:17:18 -0500
  • c6051f9942
    v1.1.0-pre.2 v1.1.0-pre.2 Daniel Scalzi 2018-11-18 22:03:17 -0500
  • acd6143d30
    Modify AutoUpdater behavior on macOS. The AutoUpdater requires that macOS builds be code signed. That is currently not possible. As a workaround, the autoupdater on mac will now alert users that an update is available and give the option to download the file directly from GitHub. Closes #16. v1.1.0-pre.1 Daniel Scalzi 2018-11-18 21:51:48 -0500
  • 11cb9e6c28
    v1.0.6-pre.2 v1.0.6-pre.2 Daniel Scalzi 2018-11-18 17:08:50 -0500
  • bcd8082afe
    Fix native lib extraction for old MC versions. #18 v1.0.6-pre.1 Daniel Scalzi 2018-11-18 04:33:59 -0500
  • 03273232c6
    Fix for native lib parsing in old MC versions. Fixes #18. Daniel Scalzi 2018-11-18 04:19:17 -0500
  • 37d35a6938
    Updated electron-updater to v4 Daniel Scalzi 2018-11-17 23:30:44 -0500
  • affacbf56e
    Cleanup Daniel Scalzi 2018-11-11 18:28:58 -0500
  • e6b9728fe5
    Updated electron-builder, electron-updater. Daniel Scalzi 2018-11-09 01:03:28 -0500
  • ee2a4a9319
    v1.0.5 v1.0.5 Daniel Scalzi 2018-11-06 02:46:36 -0500
  • a9f12ee329
    Fixed 'Failed to verify username.' Daniel Scalzi 2018-11-04 02:03:55 -0500
  • eb946d6a2a
    v1.0.5-pre.2 - Further work on investigating mac issue. Daniel Scalzi 2018-11-01 17:37:05 -0400
  • b7f03fa778
    v1.0.5-pre.1 - Investigating dmg auto-update issue. v1.0.5-pre.1 Daniel Scalzi 2018-10-31 20:44:35 -0400
  • ce86840a87
    v1.0.4 - Logic cleanup, minor bug fixes. Removed the old workaround logic for queueing archives for extraction. Removed the old forge callback (this was replaced a while ago). Fixed a typo in _parseDistroModules (getType). Use discordrpc straight from the repository. The author has refused to push the bugfix for nearly a month. Fix timestamp issue on discord rich presence. Dependency upgrades. v1.0.4 Daniel Scalzi 2018-10-31 01:25:38 -0400
  • 96d08955a4
    v1.0.3 - Moved from deprecated mojang endpoint, dep upgrade. v1.0.3 Daniel Scalzi 2018-10-28 17:19:41 -0400
  • 2b10133f88
    v1.0.3-pre.2 - Updated dependencies. v1.0.3-pre.2 Daniel Scalzi 2018-10-28 16:46:53 -0400
  • 92a8b431d6
    Electron-updater should be at ^3.1.3 v1.0.3-pre.1 Daniel Scalzi 2018-10-25 13:39:36 -0400
  • 1a3acec994
    v1.0.3-pre.1 Daniel Scalzi 2018-10-25 12:53:52 -0400
  • 8a7b947500
    Move back to electron-updater (fix included), dep upgrade. Daniel Scalzi 2018-10-25 12:51:51 -0400
  • f089993ea4
    Use launchermeta.mojang.com instead of S3 (deprecated). (#12) The deprecated endpoint will be removed by the end of 2018. Daniel Scalzi 2018-10-25 12:45:32 -0400
  • 86c7245c41
    Updated PackXZExtract to v1.0.2. Daniel Scalzi 2018-10-18 01:39:27 -0400
  • 23cb2b8164
    v1.0.2 v1.0.2 Daniel Scalzi 2018-10-14 23:16:14 -0400
  • d54a20a002
    v1.0.2-pre.4 v1.0.2-pre.4 Daniel Scalzi 2018-10-14 19:44:40 -0400
  • e6874b50bb
    Rename electron-updater to electron-updater-bin for now. v1.0.2-pre.3 Daniel Scalzi 2018-10-14 19:08:47 -0400
  • b93ecf29e3
    v1.0.2-pre.3 Daniel Scalzi 2018-10-14 18:42:13 -0400
  • 2da80c2047
    Upgraded deps. v1.0.2-pre.2 Daniel Scalzi 2018-10-05 22:24:55 -0400
  • 5c9b5d9398
    v1.0.2 - Updated Electron to v3.0.0, more Daniel Scalzi 2018-09-26 13:04:46 -0400
  • 2090021b30
    v1.0.2-pre.1 Daniel Scalzi 2018-09-23 02:20:51 -0400
  • 3acc213544
    electron-is-dev is now useless, use our own copy. Daniel Scalzi 2018-09-23 02:19:16 -0400
  • b2e9223b10
    Updated to Electron v3.0.0, renderer to node v10. Daniel Scalzi 2018-09-22 05:07:18 -0400
  • 72f822d2b2
    Fixed travis build script. Daniel Scalzi 2018-09-22 04:01:59 -0400
  • 53fcf6773a
    Upgraded dependencies. Unpinned Node.js minor version. Daniel Scalzi 2018-09-18 00:06:20 -0400
  • 514b952cf4
    v1.0.1 v1.0.2-pre.1 v1.0.1 Daniel Scalzi 2018-09-05 13:55:17 -0400
  • 8fc2ebf831
    Upgraded Node.js to v10.9.0 Daniel Scalzi 2018-09-05 13:47:59 -0400
  • 2a9db6c646
    Various fixes to New UI. Daniel Scalzi 2018-09-05 02:30:26 -0400
  • 7851fdbefb
    v1.0.0 v1.0.0 Daniel Scalzi 2018-08-31 12:42:18 -0400
  • e53b92c38b
    Fix styling error when logging out of last account. Daniel Scalzi 2018-08-29 13:44:28 -0400
  • cf7e9adb89
    v1.0.0-beta.6 - Revert UUID related change, updated deps. v1.0.0-beta.6 Daniel Scalzi 2018-08-29 13:24:48 -0400
  • db5653a7b7
    Added additional fix for 'Failed to verify username'. v1.0.0-beta.5 Daniel Scalzi 2018-08-24 16:26:50 -0400
  • 70b83a6397
    v1.0.0-beta.5 - Fixed Mojang issue resulting in "Failed to verify username" for specific users. Daniel Scalzi 2018-08-24 15:17:32 -0400
  • 29a8f2a345
    v1.0.0-beta.4 - Updated electron to v2.0.8 v1.0.0-beta.4 Daniel Scalzi 2018-08-22 17:59:38 -0400
  • 0346597afe
    Wrap calls to console.log through LoggerUtil (prefixes). Daniel Scalzi 2018-08-22 14:21:49 -0400
  • 37606dc8d2
    Improvements to overlay keybinds. Daniel Scalzi 2018-08-22 10:54:09 -0400
  • afe69a21c6
    Small changes and cleanup to Java related UI. Daniel Scalzi 2018-08-20 04:02:27 -0400
  • 58a8215b05
    v1.0.0-beta.3 - Added error handling for LaunchWrapper failure. v1.0.0-beta.3 Daniel Scalzi 2018-08-19 03:16:08 -0400
  • 845721a830
    Encode game stderr stream in utf-8. Updated deps. Daniel Scalzi 2018-08-19 00:42:52 -0400
  • 50317c3fc2
    v1.0.0-beta.2 v1.0.0-beta.2 Daniel Scalzi 2018-08-15 09:17:59 -0400
  • d581a2896a
    v1.0.0-beta.1 v1.0.0-beta.1 Daniel Scalzi 2018-08-14 01:00:47 -0400
  • e602848f9c
    Upgraded Node.js to v10.8.x. Daniel Scalzi 2018-08-14 00:53:32 -0400