aboutsummaryrefslogtreecommitdiff
path: root/logic
AgeCommit message (Collapse)Author
2014-01-02Removed incomplete osx java detection log messagemax96at
2014-01-02Improved java detection on OSX.Noah Mayr
2014-01-01ThreadTask for all your ThreadNeedsPetr Mrázek
Use only when absolutely required.
2014-01-01Move assets migration to a task. Needs threading.Sky
2014-01-01Allow the use of synonyms in settings. Refactor settings.Petr Mrázek
Remove a bunch of obsolete/unused code.
2013-12-31Refactor icon lists heavilyPetr Mrázek
* Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM.
2013-12-29Fix various LiteLoader related bugs.Petr Mrázek
2013-12-29Merge https://github.com/robotbrain/MultiMC5 into developPetr Mrázek
2013-12-28Litemod version info.robotbrainify
2013-12-29Maybe break updater even more?Petr Mrázek
2013-12-28Merge branch 'feature_liteloader' of https://github.com/02JanDal/MultiMC5 ↵Petr Mrázek
into develop
2013-12-28Don't hardcode stuff!!!Jan Dalheimer
2013-12-28Set permissions for the updater binary after updating it.Petr Mrázek
2013-12-28LiteLoader supportJan Dalheimer
2013-12-28Various updater fixesPetr Mrázek
Updater tests for path utils The updater now doesn't use splitpath on Windows (fixes problems with Windows XP) Fix up paths for the OSX updater - should now install the updates into the right place Fix translations install path - translation isntall and deploy should be fixed
2013-12-27Handle the foo + foo.disabled jar mod corner case better.Petr Mrázek
2013-12-26Do not merge disabled jar mods.Petr Mrázek
2013-12-26Disable/enable mods with checkboxes. Needs testing.Petr Mrázek
A lot of testing!
2013-12-25Fix more updater derps.Petr Mrázek
* Updater requires unix style paths on input. * No update notification was getting cloned with every check
2013-12-25Log even more error stuff for login.Petr Mrázek
2013-12-25Merge branch 'develop' of https://github.com/robotbrain/MultiMC5 into developPetr Mrázek
2013-12-25Merge branch 'feature_updater_update' of ↵Petr Mrázek
https://github.com/02JanDal/MultiMC5 into develop
2013-12-24Log SSL errors, give common solutionsPetr Mrázek
2013-12-24Get the updater to display a no update found message.robotbrainify
2013-12-23Tidy status messages a bitSky
2013-12-23Treat the updater separatelyJan Dalheimer
2013-12-23Use the central URL list for forge URLsPetr Mrázek
2013-12-23Merge branch 'feature_forge_gradle' of https://github.com/02JanDal/MultiMC5 ↵Petr Mrázek
into develop
2013-12-23Support for the new forge gradle repoJan Dalheimer
2013-12-22Fix Java checker leaving behind temporary jar filesPetr Mrázek
2013-12-22Show errors when logging in in the account dialog.Petr Mrázek
2013-12-22Make pack200 use QFile by proxy, eliminating some unicode issues.Petr Mrázek
2013-12-22FTB fixagePetr Mrázek
* Corrected an uninitialized variable that prevented forge list loadinf on Windows * Run the update step twice for FTB instances to ensure forge libs get downloaded
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-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-20Some test madnessPetr Mrázek
2013-12-16Remove obsolete auto login option.Petr Mrázek
2013-12-15Merge branch 'updater_tests' of https://github.com/02JanDal/MultiMC5 into ↵Petr Mrázek
develop
2013-12-15Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_newsAndrew
Conflicts: CMakeLists.txt
2013-12-15Added a system to load news from MultiMC.org's RSSAndrew
Currently it doesn't show it anywhere in the UI. That's next.
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-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-14Tests for parsing of channel lists in UpdateCheckerJan Dalheimer
2013-12-14Merge branch 'testing' of https://github.com/02JanDal/MultiMC5 into developPetr Mrázek
Conflicts: MultiMC.cpp