summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * Implement account list and account list dialogAndrew2013-11-18-9/+520
| |
| * Implement auth task's response processing.Andrew2013-11-14-8/+256
| | | | | | | | The authenticate task can now successfully log a user in.
| * Add test authentication task.Andrew2013-11-14-7/+134
| | | | | | | | It doesn't actually do anything with the server's reply yet.
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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ázek2013-11-23-133/+152
| | | | | | | | | | | | | | | | | | | | | | | | 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 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
| | | | | | | | | | | | | | | | Wasn't detecting minecraft shutdown properly
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's hope we never, ever see a forge download error again.
* | | | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Console should now properly close/not close based on minecraft return code/signal.
* | | | | | | | | | | | | | | 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 new vanilla jar as the base jar if mcbackup.jar is missing.
* | | | | | | | | | | | | | 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
| | | | | | | | | |
* | | | | | | | | | Catch assets index failureSky2013-11-03-0/+1
| | | | | | | | | |
* | | | | | | | | | Added NagUtils, nag people about trying to override JVM memory optionsSky2013-11-03-0/+69
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Main window geometry and state saving/reloadingSky2013-11-03-3/+10
| | | | | | | | |