Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'feature_updater' of github.com:MultiMC/MultiMC5 into ↵ | Petr Mrázek | 2013-12-07 | -83/+263 |
|\ | | | | | | | feature_updater | |||
| * | Include shellapi.h in the updater on Windows. | Andrew | 2013-12-06 | -0/+1 |
| | | ||||
| * | Added WIN32_LEAN_AND_MEAN | Andrew | 2013-12-06 | -1/+2 |
| | | | | | | | | Should reduce compile times and help get rid of some error things. | |||
| * | Finish implementing update installation. | Andrew | 2013-12-06 | -10/+128 |
| | | | | | | | | Also add the option to update on exit. | |||
| * | Implement update installer | Andrew | 2013-12-05 | -73/+133 |
| | | ||||
* | | Fix build failures on Windows. | Petr Mrázek | 2013-12-07 | -8/+1 |
|/ | | | | | * remove atoll * fix include path of updater depends | |||
* | Implement DownloadUpdateTask | Andrew | 2013-12-05 | -15/+555 |
| | | | | Installing updates is not implemented yet. That's next. | |||
* | Rework the update checking system | Andrew | 2013-12-04 | -176/+394 |
| | ||||
* | Renew the updater branch | Petr Mrázek | 2013-12-02 | -45/+44913 |
| | | | | Now with some actual consensus on what the updater will do! | |||
* | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Andrew | 2013-12-01 | -563/+778 |
|\ | ||||
| * | Exclude more debug libs (on OSX), debug builds include debug libs. | Petr Mrázek | 2013-12-01 | -1/+21 |
| | | ||||
| * | Fix (hopefully) library dependency resolution. | Petr Mrázek | 2013-12-01 | -260/+244 |
| | | | | | | | | | | | | Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs. | |||
| * | Fix private info censor | Petr Mrázek | 2013-12-01 | -2/+2 |
| | | ||||
| * | Fix login and startup logging issues | Petr Mrázek | 2013-12-01 | -299/+471 |
| | | | | | | | | | | | | | | | | Auth uses the refresh endpoint instead of validate. This means less password entering. Console will now only autoscroll when already scrolled all the way down. Better conformance with the Yggdrasil auth protocol (not complete yet, but Mojang launcher isn't complete either). Fix bug that prevented saving the account data (uninitialized variable). Accounts can now trigger account list saving, this is used for the refresh endpoint. | |||
| * | Merge https://github.com/brainiac744/MultiMC5 into develop | Petr Mrázek | 2013-11-30 | -1/+1 |
| |\ | ||||
| | * | Fix OS X packaging problem | Anthony Parrott | 2013-11-29 | -1/+1 |
| | | | | | | | | | | | | | | | | | | GLOB_RECURSE was pointing at the wrong directory - it needed to point at the directories that had the dylib files in them to fix them so they didn’t point at the local installed version of Qt | |||
| * | | Fix crash when no instances are available | Jan Dalheimer | 2013-11-30 | -0/+5 |
| | | | ||||
| * | | Remember the last selected instance and select it on startup | Jan Dalheimer | 2013-11-30 | -4/+38 |
| |/ | ||||
* / | Rework MultiMC's versioning system | Andrew | 2013-12-01 | -31/+46 |
|/ | ||||
* | Fixed compilation errors. | Andrew | 2013-11-28 | -8/+0 |
| | | | | Yeah... Forgot to recompile everything after deleting those files. | |||
* | Nuke dead code | Andrew | 2013-11-28 | -839/+3 |
| | ||||
* | Rework the password dialog | Andrew | 2013-11-28 | -96/+101 |
| | | | | | 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 | -72/+439 |
| | | | | 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 | -64/+90 |
| | | | | | | 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. | |||
* | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_yggdrasil | Andrew | 2013-11-28 | -0/+1 |
|\ | ||||
| * | Merge https://github.com/brainiac744/MultiMC5 into develop | Petr Mrázek | 2013-11-28 | -0/+1 |
| |\ | ||||
| | * | Could reach end of rulesFromJsonV4 method without returning a QList | Anthony Parrott | 2013-11-28 | -0/+1 |
| | | | | | | | | | | | | | | | | | | It was possible for execution to reach the end of the rulesFromJsonV4 method without returning. This was causing a crash on OS X when parsing rules inside an instance. | |||
| * | | Merge https://github.com/Drayshak/MultiMC5 into develop | Petr Mrázek | 2013-11-28 | -27/+153 |
| |\ \ | | |/ | |/| | ||||
* | | | Merge branch 'develop' of https://github.com/Drayshak/MultiMC5 into ↵ | Andrew | 2013-11-28 | -27/+153 |
|\ \ \ | |/ / |/| / | |/ | feature_yggdrasil | |||
| * | Add support for "no default account" | Sky | 2013-11-27 | -9/+29 |
| | | ||||
| * | Merge remote-tracking branch 'upstream/feature_yggdrasil' into develop | Sky | 2013-11-27 | -18/+313 |
| |\ | ||||
| * | | 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 |
| | | | ||||
* | | | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_yggdrasil | Andrew | 2013-11-28 | -1/+19 |
|\ \ \ | |_|/ |/| | | ||||
| * | | Update BUILD.md | Petr Mrázek | 2013-11-28 | -1/+19 |
| | | | | | | | | | Add OSX build instructions taken from https://gist.github.com/number5/7250865 | |||
* | | | Allow setting no default account | Andrew | 2013-11-27 | -18/+308 |
|/ / | | | | | | | | | This allows the user to select an account to use every time they launch an instance. | |||
* | | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Andrew | 2013-11-27 | -87/+156 |
|\| | ||||
| * | Nuke skins.json, use nice yggdrasil implementation instead. Grabs all Mojang ↵ | Sky | 2013-11-27 | -87/+51 |
| | | | | | | | | account skins on addition, active on startup | |||
| * | Move "manage accounts" to right, use player skin when available | Sky | 2013-11-27 | -42/+147 |
| | | ||||
* | | Add Arcanist config file | Andrew | 2013-11-27 | -0/+5 |
|/ | ||||
* | Fix for latest snapshot ``changes'' | Petr Mrázek | 2013-11-27 | -3/+54 |
| | ||||
* | Add java checker to the instance settings | Petr Mrázek | 2013-11-25 | -28/+110 |
| | ||||
* | Detect java bitness on launch, use appropriate libraries | Petr Mrázek | 2013-11-25 | -105/+165 |
| | | | | Fixes problems with latest snapshot | |||
* | Merge branch 'feature_yggdrasil' into develop | Petr Mrázek | 2013-11-24 | -129/+1846 |
|\ | | | | | | | | | | | | | | | 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 | -103/+148 |
| | | | | | | | | Also added a system to select an active account to log in with. | |||
| * | Implement removing accounts. | Andrew | 2013-11-22 | -1/+21 |
| | | ||||
| * | 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 | -114/+144 |
| | | | | | | | | Also, account list now saves profile lists. |