Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Dropdown for account switching | Sky | 2013-11-27 | -0/+3 |
| | ||||
* | Nuke skins.json, use nice yggdrasil implementation instead. Grabs all Mojang ↵ | Sky | 2013-11-27 | -0/+17 |
| | | | | account skins on addition, active on startup | |||
* | Move "manage accounts" to right, use player skin when available | Sky | 2013-11-27 | -41/+12 |
| | ||||
* | Add java checker to the instance settings | Petr Mrázek | 2013-11-25 | -27/+110 |
| | ||||
* | Merge branch 'feature_yggdrasil' into develop | Petr Mrázek | 2013-11-24 | -0/+268 |
|\ | | | | | | | | | | | | | | | Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix. | |||
| * | Properly implement launching and downloading | Andrew | 2013-11-22 | -1/+25 |
| | | | | | | | | Also added a system to select an active account to log in with. | |||
| * | Implement removing accounts. | Andrew | 2013-11-22 | -1/+8 |
| | | ||||
| * | Add a button to open the account list. | Andrew | 2013-11-20 | -2/+2 |
| | | | | | | | | Also fix the account list dialog's close button. | |||
| * | Implement loading accounts from list. | Andrew | 2013-11-18 | -4/+8 |
| | | ||||
| * | Implement account list and account list dialog | Andrew | 2013-11-18 | -0/+233 |
| | | ||||
* | | Prepare for rework of instance launch/update | Petr Mrázek | 2013-11-24 | -71/+205 |
|/ | | | | | | | | | | Added missing licenses Added a Java functionality checker (detects 32/64bit java) Refactor of *Update - no longer based on BaseUpdate, but Task directly Fixed runner script to not derp up on 32bit linux. Could add more detection and error reporting there. Resources are now split into graphics and generated. Generated resources are placed in the build tree and included from there. Used the Java checker in the main settings dialog (TODO: instance settings). Partial support for ${arch}-using libraries - both 32 and 64 variants of ${arch} are downloaded. | |||
* | Open on the correct settings tab | Sky | 2013-11-06 | -1/+1 |
| | ||||
* | Nag for instance specific JVM args too | Sky | 2013-11-06 | -0/+3 |
| | ||||
* | Fix "Auto Login" instance specific setting, tweak UI | Sky | 2013-11-06 | -19/+20 |
| | ||||
* | Reformat and (slightly) decruft all the things. | Petr Mrázek | 2013-11-04 | -0/+5821 |