HeliosLauncher/app
Daniel Scalzi 0a79634b8a
Implemented Java validations within the UI.
When a user attemps to launch, the configured Java executable will be validated. If it is invalid, we will look for a valid installation. If no valid installation is found, the user will be prompted with an option to install Java. An option to decline needs to be added. If they choose to install, it will download, extract, and update the executable in the config. The game will then be launched.

Also added progress tracking for asset validations, as they can potentially take a bit longer. Showing progress assures the user that the program isn't stuck or broken.
2018-04-07 18:06:49 -04:00
..
assets Implemented Java validations within the UI. 2018-04-07 18:06:49 -04:00
app.ejs Integrating new overlay mechanics with login view. 2018-04-07 13:29:40 -04:00
frame.ejs Added styles for active elements on the login view. Made the frame buttons unfocusable by tabbing. Changed the login form from a form to a div, the form element is not what we want to use. 2018-01-24 17:35:06 -05:00
landing.ejs Working on binding each view together. 2018-04-02 16:05:48 -04:00
login.ejs Integrating new overlay mechanics with login view. 2018-04-07 13:29:40 -04:00
overlay.ejs Integrating new overlay mechanics with login view. 2018-04-07 13:29:40 -04:00
welcome.ejs Working on binding each view together. 2018-04-02 16:05:48 -04:00