summaryrefslogtreecommitdiffstats
path: root/logic/lists
Commit message (Collapse)AuthorAgeLines
* Merge branch 'develop' of github.com:Drayshak/MultiMC5 into developSky2013-12-13-560/+0
|\
| * Add support for 1.7.4 user_type (needs testing with legacy accounts)Petr Mrázek2013-12-13-560/+0
| |
* | First sweep moving URLs to a constants fileSky2013-12-13-6/+3
|/
* Java version list should be sorted, JRE->JDK, 64->32Sky2013-12-12-13/+7
|
* Fix checker progress derpSky2013-12-11-1/+1
|
* Better (but unsorted) Java detectionSky2013-12-11-24/+68
|
* Offline mode support, part 1Petr Mrázek2013-12-05-16/+13
| | | | | Refactor MojangAccount so it exposes a less generic interface and supports login. Hide the ugly details. Yggdrasil tasks are now only used from MojangAccount.
* Fix (hopefully) library dependency resolution.Petr Mrázek2013-12-01-8/+0
| | | | | | Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs.
* Fix login and startup logging issuesPetr Mrázek2013-12-01-27/+36
| | | | | | | | 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.
* Fix crash when no instances are availableJan Dalheimer2013-11-30-0/+5
|
* Remember the last selected instance and select it on startupJan Dalheimer2013-11-30-4/+11
|
* Add icon for when no default account is selectedAndrew2013-11-28-3/+21
| | | | | | 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"Sky2013-11-27-1/+5
|
* Allow setting no default accountAndrew2013-11-27-3/+11
| | | | | This allows the user to select an account to use every time they launch an instance.
* Merge branch 'feature_yggdrasil' into developPetr Mrázek2013-11-24-0/+524
|\ | | | | | | | | | | | | | | Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix.
| * Properly implement launching and downloadingAndrew2013-11-22-6/+60
| | | | | | | | Also added a system to select an active account to log in with.
| * Implement removing accounts.Andrew2013-11-22-0/+13
| |
| * Nuke and pave the old login systemAndrew2013-11-20-7/+7
| | | | | | | | Also, account list now saves profile lists.
| * Implement saving account list to fileAndrew2013-11-19-3/+102
| | | | | | | | | | Currently it only saves when accounts are added or removed. We'll have to fix this, but we need signals for when account objects change first.
| * Implement loading accounts from list.Andrew2013-11-18-0/+103
| |
| * Implement account list and account list dialogAndrew2013-11-18-0/+255
| |
* | Implement user info stub for newest minecraft snapshotPetr Mrázek2013-11-22-5/+0
|/
* Fix Sourceforge lwjgl version index download.Petr Mrázek2013-11-06-15/+18
|
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-195/+255
|
* Implement instance sorting options.Petr Mrázek2013-11-04-3/+9
|
* Fix problem with instance list not using the instance folder pathPetr Mrázek2013-10-28-34/+51
|
* S3 bucket listing support and network code refactors.Petr Mrázek2013-10-26-10/+9
| | | | | | * Adds support for listing all objects in an S3 bucket. * Renames a bunch of network related classes (Download->Action) * Net actions now have static constructors
* Support version format 9, fix version-related segfault, (maybe) fix forge lists.Petr Mrázek2013-10-18-0/+4
|
* Huge Java detection refactor, version dialogs on first run (no JavaPath set) ↵Sky2013-10-14-0/+296
| | | | and "auto detect" button
* Add mod website button thing feature widget. It is super effective.Petr Mrázek2013-10-08-39/+38
|
* Basic version changing (OneSix only for now)Petr Mrázek2013-10-08-0/+4
|
* Get rid of junky timestamps, along with some select pointless log messagesPetr Mrázek2013-10-06-1/+1
|
* Added file loggerPetr Mrázek2013-10-06-157/+161
|
* Add user agent header to most MultiMC download requests.Petr Mrázek2013-10-02-1/+14
|
* ``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek2013-09-30-2/+2
|
* Compression algo dependencies, still need hackery...Petr Mrázek2013-09-26-1/+1
|
* Cache forge version list (it's huge)Petr Mrázek2013-09-22-59/+60
|
* Working 1.6 modding (currently only forge)Petr Mrázek2013-09-22-25/+38
|
* Things... and stuff... with 1.6 modding. Maybe.Petr Mrázek2013-09-20-0/+4
|
* Implement legacy forge button!Petr Mrázek2013-09-18-16/+89
| | | | | Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
* Forge version list implementation. Needs integration and testing.Petr Mrázek2013-09-16-76/+337
|
* Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek2013-09-07-13/+305
|
* Speed up the downloads. Massively.Petr Mrázek2013-09-02-2/+2
|
* Nuke the old instance model, LONG LIVE THE NEW ONEPetr Mrázek2013-08-26-12/+150
|
* Ehh... things.Petr Mrázek2013-08-26-1/+1
|
* Many improvementsPetr Mrázek2013-08-25-5/+74
| | | | | | | | | | | PermGen can be tweaked from the settings menu Groups are saved on change/exit Install target is no longer completely broken All the deplibs are now static Added notes dialog Fixed ini file format support (can save strings with newlines, tabs. UTF-8 is explicitly used!) Rename button now uses line breaks so it doesn't grow ever wider (Added a custom tool button subclass) There is now a CAT button. Meow.
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+1279
Also, implemented some basic modlist logic, to be wired up.