aboutsummaryrefslogtreecommitdiff
path: root/logic
AgeCommit message (Collapse)Author
2013-11-22Implement removing accounts.Andrew
2013-11-20Nuke and pave the old login systemAndrew
Also, account list now saves profile lists.
2013-11-19Implement saving account list to fileAndrew
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.
2013-11-18Implement loading accounts from list.Andrew
2013-11-18Implement account list and account list dialogAndrew
2013-11-14Implement auth task's response processing.Andrew
The authenticate task can now successfully log a user in.
2013-11-14Add test authentication task.Andrew
It doesn't actually do anything with the server's reply yet.
2013-11-13Add abstract base class for Yggdrasil tasks.Andrew
2013-11-11Added data structures for Mojang Account.Andrew
2013-11-11Recover from the bin folder of converted legacy instance being deleted.Petr Mrázek
Use the new vanilla jar as the base jar if mcbackup.jar is missing.
2013-11-11Use the right LWJGL path while creating an instancePetr Mrázek
2013-11-06Fix Sourceforge lwjgl version index download.Petr Mrázek
2013-11-05Read mcmod.info first, forgeversion.properties secondSky
2013-11-04Reformat and (slightly) decruft all the things.Petr Mrázek
2013-11-04Implement instance sorting options.Petr Mrázek
2013-11-03Add instance copying, fix instance creation (with identical names)Petr Mrázek
2013-11-03Catch assets index failureSky
2013-11-03Added NagUtils, nag people about trying to override JVM memory optionsSky
2013-10-31Hack for Intel graphics drivers on Windows.Petr Mrázek
2013-10-28Fix problem with instance list not using the instance folder pathPetr Mrázek
2013-10-26S3 bucket listing support and network code refactors.Petr Mrázek
* 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
2013-10-26Add assets download status to status bar.Sky
2013-10-23Actually use QJson for Yggdrasil requestsPetr Mrázek
2013-10-22Respect console options (opening a console at all, automatically closing)Sky
2013-10-20Local libs that won't get replaced/redownloadedPetr Mrázek
2013-10-18Support version format 9, fix version-related segfault, (maybe) fix forge lists.Petr Mrázek
2013-10-17Use Yggdrasil error response when available, or fall back to legacy HTTP ↵Sky
error codes
2013-10-17Un-copy-pasta the login response handler using std::function magicSky
2013-10-15Improve error message for invalid login details using yggdrasil, add debug ↵Sky
log for unknown codes
2013-10-15Fix non-Windows derpSky
2013-10-14Huge Java detection refactor, version dialogs on first run (no JavaPath set) ↵Sky
and "auto detect" button
2013-10-11Fix auth for 13w41aPetr Mrázek
2013-10-10MehPetr Mrázek
2013-10-10Version changing removes any existing version json.Petr Mrázek
2013-10-09Fix MMC-15Petr Mrázek
``mod does not delete from jar''
2013-10-08Start mcmod.info panel. Needs to be its own widget and included in legacy ↵Sky
mod edit window, text labels need eliding
2013-10-08Add mod website button thing feature widget. It is super effective.Petr Mrázek
2013-10-08Basic version changing (OneSix only for now)Petr Mrázek
2013-10-07Make starting window size set properly on 1.6 instancesSky
2013-10-06Fix non-Windows naming derpSky
2013-10-06First draft of multiple Java installation detection on WindowsSky
2013-10-06Don't use SSL for lib downloadsPetr Mrázek
2013-10-06Log failure reasons of cache downloadsPetr Mrázek
2013-10-06Log java util stuff using the new logging methodPetr Mrázek
2013-10-06Get rid of junky timestamps, along with some select pointless log messagesPetr Mrázek
2013-10-06Merge branch 'develop' of https://github.com/MultiMC/MultiMC5 into developSky
2013-10-06Added file loggerPetr Mrázek
2013-10-05Add naive Windows Java detection - JavaUtils for finding it on other systems ↵Sky
(incomplete)
2013-10-02Add user agent header to most MultiMC download requests.Petr Mrázek
2013-10-01Add missing includePetr Mrázek