Server selection view can now be opened from the landing view. The temporary span which displayed the selected server has been changed to a button. Clicking this button will open the server selection view. The server selection view is still pending full implementation.
Daniel Scalzi
2018-04-26 02:39:47 -0400
Added dynamic frames for darwin + win32. The darwin frame is the same as the original, however the button behavior is corrected. The win32 frame uses the traditional buttons found on windows. Also added a small logo image to the windows frame. Each frame is dynamically loaded on startup via ejs.
Daniel Scalzi
2018-04-14 16:54:10 -0400
Adding form behavior to login.ejs. Basic desired behavior which is now supported is submission when the enter key is pressed.
Daniel Scalzi
2018-04-07 20:41:09 -0400
Integrating new overlay mechanics with login view. Removed login.ejs-specific overlay. Removed blur transition and reduced overlay fade from 500ms to 250ms. Minor modification to the overlay css.
Daniel Scalzi
2018-04-07 13:29:40 -0400
Various additions and fixes to the launch controller. Fixed an issue with concurrency when there are no downloads queued on launch. Added support for static function execution in AssetExec. Fixed a binding issue in uicore.js caused by delayed div loading. For now the solution is just hard coding in the value, will probably switch these two a css file later on. Included the launcher's x64 runtime directory in Java scans.
Daniel Scalzi
2018-04-02 18:40:32 -0400
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.
Daniel Scalzi
2018-04-02 16:05:48 -0400
Rough completion of JRE downloads from oracle. Mojang fallback cannot be implemented due to limitations of decompressing large lzma files in node.js. This can probably be worked around by packaging with some command line binary, but it honestly it not worth it.
Daniel Scalzi
2018-03-31 20:45:24 -0400
Game now saves to OS-specific data directory. Fixed issue where logs folder did not save to correct location. Fixed issue with authentication code. Continuing work on Java validation code.
Daniel Scalzi
2018-03-31 13:05:05 -0400
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.
Daniel Scalzi
2018-03-30 08:31:54 -0400
Using object for JavaGuard. May move java downloading processes to AssetGuard as a non-default category. Very much a WIP.
Daniel Scalzi
2018-03-29 19:45:05 -0400
Completed Java validation for windows. Possible paths are pulled from the registry and JAVA_HOME. These are sorted by version and whether they point to a JRE or JDK. Each path will be validated using an experimental option which yields the arch of the binary. The first one to be validated will be selected and returned.
Daniel Scalzi
2018-03-28 17:13:11 -0400
Updating dependencies.
Daniel Scalzi
2018-03-28 09:45:08 -0400
454964ce0bInitial work on welcome view, upgraded dependencies.
Daniel Scalzi
2018-02-19 20:27:42 -0500
04d869794fTheoretical tests for integration with React.js.
react
Daniel Scalzi
2018-02-19 19:13:10 -0500
8ea4ae8ec2Adding login functionality to login view (connection with authmanager).
Daniel Scalzi
2018-01-29 01:23:20 -0500
52aea274a7Adding UI functionality to the login view.
Daniel Scalzi
2018-01-28 22:33:18 -0500
d50b3d2d41Improving styles for error spans.
Daniel Scalzi
2018-01-27 22:51:12 -0500
1284c54525Continuing work on login view, still a ways off from completion.
Daniel Scalzi
2018-01-27 22:29:15 -0500
a3e7dfc570Added 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.
Daniel Scalzi
2018-01-24 17:35:06 -0500
6c5e9303b4Added more configuration options for electron-builder, removed electron-packager scripts and dependency. Investigating ways to run multi-platform builds efficiently.
Daniel Scalzi
2018-01-24 16:23:44 -0500
69f9d297d0Begining to transition over to electron-builder for building the app. Currently in a testing phase for this, gradually refining the build options. Once electron-builder has been fully implemented, the electron-packager scripts will be removed. Also updated electron to address a security issue.
Daniel Scalzi
2018-01-24 01:08:29 -0500
d7aa79f7d3Unpacked Avenir.ttc to its several ttf components due to compatibility issues on older operating systems.
Daniel Scalzi
2018-01-23 21:16:10 -0500
2e4a2be8b4Adding focus and hover elements to the login view, minor change to svg style locations.
Daniel Scalzi
2018-01-23 18:07:18 -0500
45997c17f5Fixed transition error with login arrow button.
Daniel Scalzi
2018-01-23 15:41:01 -0500
e236a38757Cleaning up login code a bit, next stage is completing login responsiveness.
Daniel Scalzi
2018-01-23 02:41:46 -0500
e555dd747fInitial work on login UI. Will continue to experiment with the layout and tweak colors and sizing.
Daniel Scalzi
2018-01-22 19:51:14 -0500
965b56c6bdSwitched to correct news icon.
Daniel Scalzi
2018-01-22 15:30:51 -0500
d96766528eAdded an edit overlay to the user avatar.
Daniel Scalzi
2018-01-22 01:17:56 -0500
aee8f016bfUpdated instagram logo, removed incorrect news logo (the one on the UI is temporary until the correct one is obtained), add responsiveness to the social media icons.
Daniel Scalzi
2018-01-21 23:26:51 -0500
a6184c81d5Added social media icons (tweaking/changes still needed). Initial work on organization of main css file.
Daniel Scalzi
2018-01-21 20:30:55 -0500
e7785fa603Updating dependencies.
Daniel Scalzi
2018-01-19 00:33:05 -0500
d4d7be7c47Rewrote 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.
Daniel Scalzi
2018-01-18 23:45:50 -0500
1d10b0209aMinor fix to mojang api wrapper, removing default option on client token configuration, updating logo to scaled version.
Daniel Scalzi
2018-01-18 23:41:03 -0500
6d6d876aa5Changed devtools keybind from 'wcdev' in sequence to 'ctrl + shift + i'.
Daniel Scalzi
2018-01-18 23:37:59 -0500
45998a2239Bug fixes for discord rich presence.. all appears to work now.
Daniel Scalzi
2017-12-03 08:54:10 -0500
5afd9815a5Switches to use internal mojang accessors and removed 'mojang' as a dependency. First attempt at authentication storage, system will be refinded as UI is implemented further. All auth interactions should be made throught authmanager.js
Daniel Scalzi
2017-12-03 08:12:55 -0500
3c7d7d79afAdded mojang functions, most of which are pending testing. Once testing is complete, the external 'mojang' module will be removed. The 'Mojang Status' are on the landing page is now displaying the actual statuses of mojang's services. This will be refreshed once every 5 minutes. Enhancements will be made to the UI of this down the line.
Daniel Scalzi
2017-12-03 07:05:13 -0500
a4012458beFurther work on discord rich presence. Current implementation is untested.
Daniel Scalzi
2017-12-03 02:13:42 -0500
98684a9c1fRemoved enumerator, converting to static Config Manager (fixes so many issues), constants will now be stored by config manager in an internal object.
Daniel Scalzi
2017-12-03 00:38:22 -0500
0dde4bce42Changes to prevent cyclic dependencies.
Daniel Scalzi
2017-12-02 22:41:47 -0500
086bfc8593Added dynamic detection of default server.
Daniel Scalzi
2017-12-02 02:59:25 -0500
52ab270ce3Large update to AssetGuard to make the module purely object based. This fixed several issues which were present with the static implementation and seems to have increased performance. Several other bugs related to the front-end scripts have been fixed.
Daniel Scalzi
2017-11-30 03:00:06 -0500
4c2c46f535Beginning work on configuration management, updates to UI to prevent unresponsive behavior, bug fixes..
Daniel Scalzi
2017-11-30 01:40:56 -0500