Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remember the last selected instance and select it on startup | Jan Dalheimer | 2013-11-30 | -0/+26 |
| | ||||
* | Fixed compilation errors. | Andrew | 2013-11-28 | -5/+0 |
| | | | | Yeah... Forgot to recompile everything after deleting those files. | |||
* | Nuke dead code | Andrew | 2013-11-28 | -463/+0 |
| | ||||
* | Rework the password dialog | Andrew | 2013-11-28 | -93/+98 |
| | | | | | It's now used as a general purpose "account edit dialog". It'll be used for entering usernames, passwords, or both. | |||
* | Verify access tokens before launching Minecraft | Andrew | 2013-11-28 | -7/+241 |
| | | | | Kind of an important thing to do... Heh... | |||
* | Tweak the layout of the accounts button | Andrew | 2013-11-28 | -1/+0 |
| | ||||
* | Add icon for when no default account is selected | Andrew | 2013-11-28 | -13/+20 |
| | | | | | | Also fixed a bug where the icon on the accounts button wouldn't change when the user checked the "Use as default" checkbox in the account selection dialog. | |||
* | Add support for "no default account" | Sky | 2013-11-27 | -8/+24 |
| | ||||
* | Merge remote-tracking branch 'upstream/feature_yggdrasil' into develop | Sky | 2013-11-27 | -15/+294 |
|\ | ||||
| * | Allow setting no default account | Andrew | 2013-11-27 | -15/+294 |
| | | | | | | | | | | This allows the user to select an account to use every time they launch an instance. | |||
* | | Use player face in accounts dropdown, grab all valid account skins on startup | Sky | 2013-11-27 | -14/+21 |
| | | ||||
* | | Dropdown for account switching | Sky | 2013-11-27 | -11/+110 |
|/ | ||||
* | Nuke skins.json, use nice yggdrasil implementation instead. Grabs all Mojang ↵ | Sky | 2013-11-27 | -48/+40 |
| | | | | account skins on addition, active on startup | |||
* | Move "manage accounts" to right, use player skin when available | Sky | 2013-11-27 | -42/+47 |
| | ||||
* | Add java checker to the instance settings | Petr Mrázek | 2013-11-25 | -27/+110 |
| | ||||
* | Detect java bitness on launch, use appropriate libraries | Petr Mrázek | 2013-11-25 | -1/+1 |
| | | | | Fixes problems with latest snapshot | |||
* | Merge branch 'feature_yggdrasil' into develop | Petr Mrázek | 2013-11-24 | -110/+354 |
|\ | | | | | | | | | | | | | | | 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 | -97/+88 |
| | | | | | | | | Also added a system to select an active account to log in with. | |||
| * | Implement removing accounts. | Andrew | 2013-11-22 | -1/+8 |
| | | ||||
| * | Tweak the "no accounts" warning a bit. | Andrew | 2013-11-22 | -3/+10 |
| | | | | | | | | | | It now asks users if they want to open the manage accounts dialog to add their accounts. | |||
| * | Fix crashing when there are no accounts added | Andrew | 2013-11-22 | -1/+3 |
| | | | | | | | | | | The warning message actually displays now when there are no Mojang accounts to log in with, rather than simply crashing MultiMC. | |||
| * | Nuke and pave the old login system | Andrew | 2013-11-20 | -83/+63 |
| | | | | | | | | Also, account list now saves profile lists. | |||
| * | Add a button to open the account list. | Andrew | 2013-11-20 | -2/+20 |
| | | | | | | | | 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 | -72/+206 |
| | | | | | | | | | | | | | | | | | | | | 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. | |||
* | | Fix console window (now not a QDialog) | Petr Mrázek | 2013-11-23 | -119/+117 |
| | | | | | | | | | | | | It now opens and coloses as expected, depending on user preferences and the status of the various processes involved. Console window geometry and state are remembered between runs. | |||
* | | Implement user info stub for newest minecraft snapshot | Petr Mrázek | 2013-11-22 | -1/+1 |
| | | ||||
* | | Re-enable assets download | Petr Mrázek | 2013-11-17 | -2/+1 |
| | | ||||
* | | Fix broken signal in ConsoleWindow | Petr Mrázek | 2013-11-17 | -1/+1 |
| | | | | | | | | Wasn't detecting minecraft shutdown properly | |||
* | | Use the forge mirrors for downloading forge libraries | Petr Mrázek | 2013-11-17 | -0/+2 |
| | | | | | | | | Let's hope we never, ever see a forge download error again. | |||
* | | Fix signal derp from previous commit | Petr Mrázek | 2013-11-13 | -23/+23 |
| | | | | | | | | Console should now properly close/not close based on minecraft return code/signal. | |||
* | | Fix console not staying open on minecraft crash | Petr Mrázek | 2013-11-12 | -11/+14 |
|/ | ||||
* | Fix layout margins in console window | Petr Mrázek | 2013-11-07 | -4/+18 |
| | ||||
* | Open on the correct settings tab | Sky | 2013-11-06 | -1/+1 |
| | ||||
* | Nag for instance specific JVM args too | Sky | 2013-11-06 | -2/+5 |
| | ||||
* | Fix "Auto Login" instance specific setting, tweak UI | Sky | 2013-11-06 | -21/+22 |
| | ||||
* | Reformat and (slightly) decruft all the things. | Petr Mrázek | 2013-11-04 | -933/+1055 |
| | ||||
* | Implement instance sorting options. | Petr Mrázek | 2013-11-04 | -2/+32 |
| | ||||
* | Add instance copying, fix instance creation (with identical names) | Petr Mrázek | 2013-11-03 | -36/+387 |
| | ||||
* | Added NagUtils, nag people about trying to override JVM memory options | Sky | 2013-11-03 | -0/+7 |
| | ||||
* | Main window geometry and state saving/reloading | Sky | 2013-11-03 | -3/+4 |
| | ||||
* | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | 2013-10-29 | -57/+100 |
|\ | ||||
| * | Make ConsoleWindow have Qt::Window flag (adds minimise/maximise buttons to ↵ | Sky | 2013-10-29 | -1/+2 |
| | | | | | | | | titlebar) | |||
| * | Move "Forget" button to a sane place | Sky | 2013-10-29 | -13/+13 |
| | | ||||
| * | Don't make LabeledToolButton selectable | Sky | 2013-10-29 | -1/+1 |
| | | ||||
| * | Add selectable message box helper, use it, make login GUI error label selectable | Sky | 2013-10-29 | -44/+86 |
| | | ||||
* | | Customizable folder browsing is same as for the instance folder. Syste Proxy ↵ | Petr Mrázek | 2013-10-29 | -8/+14 |
|/ | | | | usage. | |||
* | Valgrind-checked early application start | Petr Mrázek | 2013-10-28 | -1/+1 |
| | ||||
* | Fix problem with instance list not using the instance folder path | Petr Mrázek | 2013-10-28 | -34/+43 |
| |