aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-22Fail if we fail to find the right forge versionPetr Mrázek
2013-12-22Make FTB instances behave betterPetr Mrázek
* Do not re-create on every reload * Use the version.json/custom.json logic properly * Should be offline-friendly * FTB instances can be copied, turn into normal instances
2013-12-21Initial FTB support. Allows "tracking" of FTB instances.Jan Dalheimer
2013-12-21Keep the last five logsJan Dalheimer
2013-12-21Remove OSX hack that never worked anywayPetr Mrázek
2013-12-21Fix issues with the updaterPetr Mrázek
* Bad URLs used for downloading update files * MD5ETagDownload resetting the expected ETag after failure to the failed file MD5 checksum * Delete MD5ETagDownload downloaded files if the download fails.
2013-12-21Prevent running as root on linuxPetr Mrázek
2013-12-20Some test madnessPetr Mrázek
2013-12-17Merge branch 'feature_runner_symlink' of ↵Petr Mrázek
https://github.com/02JanDal/MultiMC5 into develop
2013-12-17Merge branch 'feature_runner' of https://github.com/02JanDal/MultiMC5 into ↵Petr Mrázek
develop
2013-12-17Merge branch 'updater_tests' of https://github.com/02JanDal/MultiMC5 into ↵Petr Mrázek
develop
2013-12-17Magical pixie dust for windows updater reliabilityPetr Mrázek
Don't ask.
2013-12-16Remove obsolete auto login option.Petr Mrázek
2013-12-16Merge remote-tracking branch 'upstream/develop' into updater_testsJan Dalheimer
Conflicts: mmc_updater/src/tests/CMakeLists.txt
2013-12-16Fix some failing tests and attempt to fix running tests on a headless computerJan Dalheimer
2013-12-16Fix running the runner script using a symlinkJan Dalheimer
2013-12-16Use monospace font in the console.Petr Mrázek
Still fugly as all hell, now in a slightly more appropriate style.
2013-12-16Fix broken test (wrong URL)Petr Mrázek
2013-12-15Merge branch 'updater_tests' of https://github.com/02JanDal/MultiMC5 into ↵Petr Mrázek
develop
2013-12-15Fix/remove tests from the gutted updaterPetr Mrázek
2013-12-15Make the linux runner script more helpful and add dialogsJan Dalheimer
2013-12-15Make updates prevented by missing accounts verbosePetr Mrázek
2013-12-15Finish unit tests for the DownloadUpdateTask classJan Dalheimer
2013-12-15Improve group changing, update instance on version changePetr Mrázek
Gives a list of existing groups to choose from. Instances are updated as long as there is at least one valid account.
2013-12-15Use asset sizes from the index to make the progress bar betterPetr Mrázek
2013-12-15Unit tests for the DownloadUpdateTask classJan Dalheimer
2013-12-14Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr 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-14More tests for the UpdateChecker class. It should be done for now.Jan Dalheimer
2013-12-14Expand appropriate column of account selection dialogSky
2013-12-14Tests for parsing of channel lists in UpdateCheckerJan Dalheimer
2013-12-14Framework for some testsJan Dalheimer
2013-12-14Use ctestPetr Mrázek
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 various Dialogs (Titles, License formatting)Orochimarufan
2013-12-14Fix twitchPetr Mrázek
2013-12-13Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developAndrew
2013-12-13Disable some crazy OS X hacks on non-GCC compilersAndrew
2013-12-13Fix typoSky
2013-12-13Made the run script look for missing dependencies.Andrew
On Linux, MultiMC's startup script will now look for plugins with missing depenedencies and warn the user about them if they are missing.
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