aboutsummaryrefslogtreecommitdiff
path: root/logic
AgeCommit message (Collapse)Author
2013-12-15Use asset sizes from the index to make the progress bar betterPetr Mrázek
2013-12-14Fix bugs introduced by unit test branchPetr Mrázek
Account json was getting rewritten by a folder Missing icon on Windows (hopefully fixed, `doing it live`)
2013-12-14Merge branch 'testing' of https://github.com/02JanDal/MultiMC5 into developPetr Mrázek
Conflicts: MultiMC.cpp
2013-12-14Add status shown specifically when downloading assetsSky
2013-12-14Make the account selection list use checkboxes rather than text for active ↵Sky
boolean
2013-12-14Fix twitchPetr Mrázek
2013-12-13Merge branch 'develop' of github.com:Drayshak/MultiMC5 into developSky
2013-12-13First sweep moving URLs to a constants fileSky
2013-12-13Do not log auth crudPetr Mrázek
2013-12-13Fix syntax errorPetr Mrázek
You do not need goto for that. Really.
2013-12-13Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek
2013-12-13Add support for 1.7.4 user_type (needs testing with legacy accounts)Petr Mrázek
2013-12-12Fix updater removing all files.Andrew
Yeah, I don't know what I was thinking, but somehow it worked before.
2013-12-13Use temporary files for the java checkerPetr Mrázek
2013-12-12Make sure adding forced candidates doesn't result in duplicatesSky
2013-12-12Don't break Linux and OS X builds :(Sky
2013-12-12Java version list should be sorted, JRE->JDK, 64->32Sky
2013-12-11Fix checker progress derpSky
2013-12-11Merge https://github.com/Drayshak/MultiMC5 into developPetr Mrázek
2013-12-11Swap https -> http for asset indexesPetr Mrázek
2013-12-11Better (but unsorted) Java detectionSky
2013-12-10Use metacache for minecraft.jar downloadsPetr Mrázek
2013-12-10Nuke.Petr Mrázek
2013-12-10Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek
Conflicts: CMakeLists.txt gui/MainWindow.cpp
2013-12-10Finish assets update for 1.7.3Petr Mrázek
2013-12-09Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developAndrew
2013-12-09Merge branch 'feature_updater' into developAndrew
2013-12-08Merge branch 'feature_assets' into developPetr Mrázek
2013-12-08Fix offline mode bugsPetr Mrázek
2013-12-08Merge branch 'feature_pasting' of https://github.com/robotbrain/MultiMC5 ↵Petr Mrázek
into develop
2013-12-08Finish preliminary offline supportPetr Mrázek
* ProgressProvider now has an abort() call * Abort button support added to the progress dialog * YggdrasilTask and MojangAccount adapted to support abort YggdrasilTask will time out after 10 seconds of no network activity, or when the user pushes the Play Offline button. In offline mode, all instance update tasks are skipped! This will need further work.
2013-12-08More work on new assets system. Works given a properly constructed assets ↵Sky
folder, no downloading yet
2013-12-08Work on new assets system. Working legacy assets importer, disabled assets ↵Sky
downloading for now
2013-12-06Open the url direectly.robotbrainify
2013-12-06Fixes to pastingrobotbrainify
2013-12-06work on pasting instance logsrobotbrainify
blame clang for formatting changes
2013-12-06Finish implementing update installation.Andrew
Also add the option to update on exit.
2013-12-05Implement update installerAndrew
2013-12-05Implement DownloadUpdateTaskAndrew
Installing updates is not implemented yet. That's next.
2013-12-05Offline mode support, part 1Petr Mrázek
Refactor MojangAccount so it exposes a less generic interface and supports login. Hide the ugly details. Yggdrasil tasks are now only used from MojangAccount.
2013-12-04Rework the update checking systemAndrew
2013-12-02Fix some bugs that surfacedJan Dalheimer
2013-12-02Unit testingJan Dalheimer
2013-12-02Renew the updater branchPetr Mrázek
Now with some actual consensus on what the updater will do!
2013-12-01Fix (hopefully) library dependency resolution.Petr Mrázek
Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs.
2013-12-01Fix private info censorPetr Mrázek
2013-12-01Fix login and startup logging issuesPetr Mrázek
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.
2013-11-30Fix crash when no instances are availableJan Dalheimer
2013-11-30Remember the last selected instance and select it on startupJan Dalheimer
2013-11-28Nuke dead codeAndrew