summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
| * Add a button to open the account list.Andrew2013-11-20-2/+20
| * Implement saving account list to fileAndrew2013-11-19-3/+133
| * Implement loading accounts from list.Andrew2013-11-18-7/+141
| * Implement account list and account list dialogAndrew2013-11-18-9/+520
| * Implement auth task's response processing.Andrew2013-11-14-8/+256
| * Add test authentication task.Andrew2013-11-14-7/+134
| * Add abstract base class for Yggdrasil tasks.Andrew2013-11-13-1/+297
| * Added YouCompleteMe config to .gitignoreAndrew2013-11-13-0/+6
| * Added data structures for Mojang Account.Andrew2013-11-11-0/+129
| * Added vim *.swp files to .gitignoreAndrew2013-11-11-0/+2
| * Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developAndrew2013-11-11-77/+85
| |\
| * \ Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developAndrew2013-11-04-3767/+4492
| |\ \
* | | | Prepare for rework of instance launch/updatePetr Mrázek2013-11-24-234/+451
* | | | Fix console window (now not a QDialog)Petr Mrázek2013-11-23-133/+152
* | | | Implement user info stub for newest minecraft snapshotPetr Mrázek2013-11-22-20/+25
* | | | Forge XZ downloads now use temp files local to MultiMC, files are removed.Petr Mrázek2013-11-19-1/+4
* | | | Fix assets URL (expected to change... again)Petr Mrázek2013-11-18-2/+4
* | | | Re-enable assets downloadPetr Mrázek2013-11-17-2/+1
* | | | Fix broken signal in ConsoleWindowPetr Mrázek2013-11-17-1/+1
* | | | Merge branch 'master' into developPetr Mrázek2013-11-17-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'develop'Petr Mrázek2013-11-13-24/+24
| |\ \ \ \
| * \ \ \ \ Merge branch 'develop'Petr Mrázek2013-11-12-21/+29
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop'Petr Mrázek2013-11-11-6/+23
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'develop'Petr Mrázek2013-11-06-15/+18
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop'Sky2013-11-06-3823/+4536
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge branch 'develop'Sky2013-11-03-99/+617
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'develop'Sky2013-11-03-45/+44
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'develop'Petr Mrázek2013-10-31-3/+61
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'develop'Petr Mrázek2013-10-30-157/+260
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'develop'Petr Mrázek2013-10-26-243/+405
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop'Sky2013-10-26-29/+114
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop'Sky2013-10-22-6/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop'Sky2013-10-21-18/+62
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop'Sky2013-10-21-3027/+22893
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | Use the forge mirrors for downloading forge librariesPetr Mrázek2013-11-17-47/+306
* | | | | | | | | | | | | | | | | Mark forge lib downloads as failed when they failPetr Mrázek2013-11-16-0/+10
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Fix signal derp from previous commitPetr Mrázek2013-11-13-24/+24
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix console not staying open on minecraft crashPetr Mrázek2013-11-12-21/+29
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Recover from the bin folder of converted legacy instance being deleted.Petr Mrázek2013-11-11-1/+4
* | | | | | | | | | | | | | Use the right LWJGL path while creating an instancePetr Mrázek2013-11-11-1/+1
* | | | | | | | | | | | | | Fix layout margins in console windowPetr Mrázek2013-11-07-4/+18
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Fix Sourceforge lwjgl version index download.Petr Mrázek2013-11-06-15/+18
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | Open on the correct settings tabSky2013-11-06-1/+1
* | | | | | | | | | | | Nag for instance specific JVM args tooSky2013-11-06-2/+5
* | | | | | | | | | | | Fix "Auto Login" instance specific setting, tweak UISky2013-11-06-21/+22
* | | | | | | | | | | | Read mcmod.info first, forgeversion.properties secondSky2013-11-05-18/+18
* | | | | | | | | | | | Nuke Travis CISky2013-11-05-16/+0
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-3767/+4492
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Implement instance sorting options.Petr Mrázek2013-11-04-9/+52
* | | | | | | | | | Add instance copying, fix instance creation (with identical names)Petr Mrázek2013-11-03-90/+495