HeliosLauncher/app/assets/js
Daniel Scalzi be39d60705
Native files are now stored in the OS temp directory.
Temp folder is deleted when minecraft is closed. If the Node.js process ends abruptly, the folder will not delete. As a dirty way to counter this, the directory we extract native files to is cleaned in the preloader. Maybe we'll come up with a more elegant solution in the future.
2018-04-15 00:00:08 -04:00
..
actionbinder.js Native files are now stored in the OS temp directory. 2018-04-15 00:00:08 -04:00
assetexec.js Implemented Java validations within the UI. 2018-04-07 18:06:49 -04:00
assetguard.js Fixing some syntax issues. 2018-04-12 22:40:48 -04:00
authmanager.js Added function to remove an authenticated account to authmanager.js. 2018-04-14 22:43:58 -04:00
configmanager.js Native files are now stored in the OS temp directory. 2018-04-15 00:00:08 -04:00
discordwrapper.js Rewrote frontend download download function to make use of forked processes. This means that the download runs in full async (essentially in a separate thread). Updated the discord wrapper to be more dynamic. Updated auth manager to use async/await. 2018-01-18 23:45:50 -05:00
launchindex.json Damage control pass 1 2017-05-17 03:31:42 -04:00
launchprocess.js 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. 2017-11-19 03:48:21 -05:00
mojang.js Added function to remove an authenticated account to authmanager.js. 2018-04-14 22:43:58 -04:00
preloader.js Native files are now stored in the OS temp directory. 2018-04-15 00:00:08 -04:00
processbuilder.js Native files are now stored in the OS temp directory. 2018-04-15 00:00:08 -04:00
uicore.js Added dynamic frames for darwin + win32. 2018-04-14 16:54:10 -04:00
windowutils.js Matan merge 2017-05-17 09:26:46 +03:00