HeliosLauncher/app/assets
Daniel Scalzi ec9e95c130
Working on binding each view together.
Separate views are stored in an ejs file. When the app starts, each file will be loaded, with the DOM elements hidden. Based on the state of the application, a specific view will be fadded in. Switching between views will use this principle.

Moved contents of index.ejs to landing.ejs to make it compatible with the new format. As a result, index.ejs is deprecated and will be removed once it is no longer needed for reference.
2018-04-02 16:05:48 -04:00
..
css Working on binding each view together. 2018-04-02 16:05:48 -04:00
fonts Unpacked Avenir.ttc to its several ttf components due to compatibility issues on older operating systems. 2018-01-23 21:16:10 -05:00
images Initial work on welcome view, upgraded dependencies. 2018-02-19 20:27:42 -05:00
js Working on binding each view together. 2018-04-02 16:05:48 -04:00
libraries/java 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. 2017-05-18 01:49:28 -04:00
WesterosCraft-1.11.2-user.json Removing old and deprecated assets in preparation for the new design. 2017-08-26 14:43:24 -04:00
WesterosCraft-1.11.2.json Removing old and deprecated assets in preparation for the new design. 2017-08-26 14:43:24 -04:00
westeroscraft.json 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
westeroscraft.xml Fixed bug with hashless assets, updating distro index. 2017-11-19 00:41:36 -05:00