Commit Graph

  • aac789bf2c Added new progress bar UI, massive improvement. Daniel Scalzi 2017-11-27 20:49:50 -0500
  • dbf024cce6 Added buildscripts to npm package.json Daniel Scalzi 2017-11-27 16:56:26 -0500
  • dd9e1418c8 Added progress tracking to landing page. Fixed exclusions when extracting native files, fixed minor issue with config manager, optimizations and improvements to assetguard. Daniel Scalzi 2017-11-27 04:31:54 -0500
  • 5352239f91 Minor fixes, beginning work on configuration system. Daniel Scalzi 2017-11-22 05:48:40 -0500
  • 2c7dc16247 Optimizations for dynamic background, pinned background to image 0 for development of the UI, tweaked menu button css. Daniel Scalzi 2017-11-19 15:08:52 -0500
  • 0ec64e6ded Added dynamic background, fixing menu button css Daniel Scalzi 2017-11-19 14:16:07 -0500
  • c74006357e Minor modification to allow for base module library detection. Daniel Scalzi 2017-11-19 04:12:41 -0500
  • dd7ae6bf56 Massive progress on implementing the new forge modlist format. I have been able to rewrite much of the launch process code to use this new method, and was able to successfully log into the game. Several bugs need to be worked on, however everything is in a good state so far. Daniel Scalzi 2017-11-19 03:48:21 -0500
  • abbfb52c1b Fixed bug with hashless assets, updating distro index. Daniel Scalzi 2017-11-19 00:41:36 -0500
  • 6c393f111f Fixing package.lock Daniel Scalzi 2017-11-18 23:32:04 -0500
  • 2df6c82177 Updating modules (npm update), adding package-lock.json Daniel Scalzi 2017-11-18 23:25:52 -0500
  • 246def86d8 Upgrading Node.js Engine to v8.9.0 Daniel Scalzi 2017-11-07 14:51:43 -0500
  • 1654e7a2c4 Added node engine to package.json, bumped node version to 8.6.x Daniel Scalzi 2017-10-04 22:38:05 -0400
  • 5ed660d3ab Added all icons, working on implementing them into UI Daniel Scalzi 2017-09-12 16:52:20 -0400
  • 6eb6177d4b Beginning work on new UI for landing page and the modlist resolver/process builder. Daniel Scalzi 2017-09-12 00:50:41 -0400
  • 02758b27b2 Added more UI elements. Daniel Scalzi 2017-08-30 01:27:16 -0400
  • 0d013f7d6f Added home page structure Daniel Scalzi 2017-08-29 16:40:42 -0400
  • f9444858da Fix code formatting for gitlab. Daniel Scalzi 2017-08-29 02:23:56 -0400
  • 05ba3a5190 Added the 'required' object to the distro doc. Daniel Scalzi 2017-08-29 02:19:11 -0400
  • 898e371519 Added documentation for distro index. Daniel Scalzi 2017-08-29 02:04:30 -0400
  • 8bb6df921c Disable selection on the frame. Daniel Scalzi 2017-08-28 21:14:05 -0400
  • 455f199457 Updating paths broken by refactoring, added temp debug button, updated production file index. Daniel Scalzi 2017-08-27 03:49:03 -0400
  • 700a5c50cf Added handlers to the frame buttons. Daniel Scalzi 2017-08-27 02:24:04 -0400
  • 582ea96dfe Updated dependencies (delete node_modules, npm install), included windows page script, changed to ejs (for now), initial work on the new design. Daniel Scalzi 2017-08-27 01:13:48 -0400
  • 6a44694a32 Removing old and deprecated assets in preparation for the new design. Daniel Scalzi 2017-08-26 14:43:24 -0400
  • 4a8bffe8f6 Updated readme to add a discord banner icon. legacy Daniel Scalzi 2017-07-07 08:09:36 +0000
  • caccf8db37 working on the new login concept. Matan Rak 2017-06-21 19:57:38 +0300
  • f8a0805c8c Working on concepts for login UI. Daniel Scalzi 2017-05-23 01:45:20 -0400
  • bb566471b8 Working on launch process code with forge. Pending cleanup and optimizations. Daniel Scalzi 2017-05-21 18:06:48 -0400
  • d00f09aaf0 Added hash validation for distro index, updated hashes. Daniel Scalzi 2017-05-21 16:27:11 -0400
  • daa5abd5bd More progress on forge downloads. Added check for missing resources in the download stream. Daniel Scalzi 2017-05-21 04:56:39 -0400
  • 247f63d64d Starting work on forge downloads Daniel Scalzi 2017-05-21 01:06:01 -0400
  • bd503f71c8 Filled in version.json, added utility function. Daniel Scalzi 2017-05-18 13:03:25 -0400
  • a3c9130d7a Added functionality to extract .pack.xz files. The npm modules available to do this were a mess, being either outdated or refusing to build on windows. In order to achieve this, I wrote up a small java library which will extract these files. We simply pass the files we want to extract to the command line using a corresponding argument and it does the rest. This should be no issue as we will always have a JRE present on this launcher, whether that be bundled or already installed. Daniel Scalzi 2017-05-18 01:49:28 -0400
  • cc25f2c2e0 Beginning work on launcher. Daniel Scalzi 2017-05-17 17:44:46 -0400
  • 771b0984f1 Adding login box Daniel Scalzi 2017-05-17 14:51:49 -0400
  • c83809b0dc Damage control pass 2 Daniel Scalzi 2017-05-17 05:03:09 -0400
  • 75af2726db Damage control pass 1 Daniel Scalzi 2017-05-17 03:31:42 -0400
  • 33a4e49401 Removing old index.html page Matan Rak 2017-05-17 10:06:52 +0300
  • 77461fdac4 Matan merge try 2 Matan Rak 2017-05-17 10:04:40 +0300
  • ab74dd39c5 Matan merge Matan Rak 2017-05-17 09:26:46 +0300
  • 51e75a610d Added forge checksum validations. Daniel Scalzi 2017-05-16 02:12:28 -0400
  • 1a403f34a3 Completed assetguard documentation Daniel Scalzi 2017-05-14 13:42:16 -0400
  • 9fc1b1e40a A few more jsdocs, will finish the rest tomorrow. Daniel Scalzi 2017-05-14 04:57:29 -0400
  • 460c6c19fa AssetGuard module being finalized, documentation in progress. Daniel Scalzi 2017-05-14 04:37:38 -0400
  • 0dfb26f8fa Progress towards final asset downloading system (assetguard). Daniel Scalzi 2017-05-13 04:24:15 -0400
  • f5702f62a6 Working on experimental features, optimizing downloads. Daniel Scalzi 2017-05-12 04:30:55 -0400
  • 8173f85df0 Begining work on the UI, header is complete. Daniel Scalzi 2017-05-09 00:56:08 -0400
  • c41f74f478 Added more dynamic values for game launch, hotfix for electron installation bug. Daniel Scalzi 2017-04-30 18:28:43 -0400
  • d4caf1ad22 Successfully launched vanilla minecraft, however much code cleanup is pending. Daniel Scalzi 2017-04-29 20:33:32 -0400
  • b01f652d8c Addes sha1 hash validation for all download processes - code is pending a final review/cleanup Daniel Scalzi 2017-04-28 14:52:24 -0400
  • cf0afeb957 Began working on launching minecraft process. Implementing hash validation for asset downloads. Full integration for the latter will be complete soon. Daniel Scalzi 2017-04-28 03:59:28 -0400
  • ef420d4ba6 Native lib retrieval complete, proper rule implementation added. Daniel Scalzi 2017-04-25 03:08:44 -0400
  • a36ca5ba26 Working on full support for retrieval of vanilla game files (libs, assets, client, etc) Daniel Scalzi 2017-04-24 18:48:02 -0400
  • 1e37ee005d Implemented async queue for asset downloads. Daniel Scalzi 2017-04-24 02:20:38 -0400
  • d37857a979 Beginning work on asset downloads Daniel Scalzi 2017-04-23 15:24:07 -0400
  • b30707e535 Updated readme Daniel Scalzi 2017-04-22 22:02:16 -0400
  • 9aa9ba7b1a Added app icon - platform independent. Daniel Scalzi 2017-04-22 20:59:26 -0400
  • acffbec100 Initial commit Daniel Scalzi 2017-04-22 17:20:23 -0400