HeliosLauncher/app/assets/js
Daniel Scalzi f8131d9322
First phase of moving Java validation code to assetguard.js
Static utility functions have been moved. Functions which handle Java downloads will be moved next. AssetGuard is becoming a lengthy file, to cope with this I've added region comments so that specific sections can be collapsed and expanded when needed.
2018-03-30 08:31:54 -04:00
..
actionbinder.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
assetexec.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
assetguard.js First phase of moving Java validation code to assetguard.js 2018-03-30 08:31:54 -04:00
authmanager.js Adding login functionality to login view (connection with authmanager). 2018-01-29 01:23:20 -05:00
configmanager.js Cleaning up jsdocs to be more aligned with the standard. 2018-03-28 16:42:10 -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
javaguard.js Using object for JavaGuard. May move java downloading processes to AssetGuard as a non-default category. Very much a WIP. 2018-03-29 19:45:05 -04: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 Cleaning up jsdocs to be more aligned with the standard. 2018-03-28 16:42:10 -04:00
preloader.js Removed enumerator, converting to static Config Manager (fixes so many issues), constants will now be stored by config manager in an internal object. 2017-12-03 00:38:22 -05:00
processbuilder.js Cleaning up jsdocs to be more aligned with the standard. 2018-03-28 16:42:10 -04:00
uicore.js Changed devtools keybind from 'wcdev' in sequence to 'ctrl + shift + i'. 2018-01-18 23:37:59 -05:00
windowutils.js Matan merge 2017-05-17 09:26:46 +03:00