Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-22 | FTB fixage | Petr 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-22 | Fail if we fail to find the right forge version | Petr Mrázek | |
2013-12-22 | Make FTB instances behave better | Petr 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-21 | Initial FTB support. Allows "tracking" of FTB instances. | Jan Dalheimer | |
2013-12-21 | Fix issues with the updater | Petr 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-20 | Some test madness | Petr Mrázek | |
2013-12-16 | Remove obsolete auto login option. | Petr Mrázek | |
2013-12-15 | Merge branch 'updater_tests' of https://github.com/02JanDal/MultiMC5 into ↵ | Petr Mrázek | |
develop | |||
2013-12-15 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_news | Andrew | |
Conflicts: CMakeLists.txt | |||
2013-12-15 | Added a system to load news from MultiMC.org's RSS | Andrew | |
Currently it doesn't show it anywhere in the UI. That's next. | |||
2013-12-15 | Finish unit tests for the DownloadUpdateTask class | Jan Dalheimer | |
2013-12-15 | Improve group changing, update instance on version change | Petr 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-15 | Use asset sizes from the index to make the progress bar better | Petr Mrázek | |
2013-12-15 | Unit tests for the DownloadUpdateTask class | Jan Dalheimer | |
2013-12-14 | Fix bugs introduced by unit test branch | Petr Mrázek | |
Account json was getting rewritten by a folder Missing icon on Windows (hopefully fixed, `doing it live`) | |||
2013-12-14 | More tests for the UpdateChecker class. It should be done for now. | Jan Dalheimer | |
2013-12-14 | Tests for parsing of channel lists in UpdateChecker | Jan Dalheimer | |
2013-12-14 | Merge branch 'testing' of https://github.com/02JanDal/MultiMC5 into develop | Petr Mrázek | |
Conflicts: MultiMC.cpp | |||
2013-12-14 | Add status shown specifically when downloading assets | Sky | |
2013-12-14 | Make the account selection list use checkboxes rather than text for active ↵ | Sky | |
boolean | |||
2013-12-14 | Fix twitch | Petr Mrázek | |
2013-12-13 | Merge branch 'develop' of github.com:Drayshak/MultiMC5 into develop | Sky | |
2013-12-13 | First sweep moving URLs to a constants file | Sky | |
2013-12-13 | Do not log auth crud | Petr Mrázek | |
2013-12-13 | Fix syntax error | Petr Mrázek | |
You do not need goto for that. Really. | |||
2013-12-13 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | |
2013-12-13 | Add support for 1.7.4 user_type (needs testing with legacy accounts) | Petr Mrázek | |
2013-12-12 | Fix updater removing all files. | Andrew | |
Yeah, I don't know what I was thinking, but somehow it worked before. | |||
2013-12-13 | Use temporary files for the java checker | Petr Mrázek | |
2013-12-12 | Make sure adding forced candidates doesn't result in duplicates | Sky | |
2013-12-12 | Don't break Linux and OS X builds :( | Sky | |
2013-12-12 | Java version list should be sorted, JRE->JDK, 64->32 | Sky | |
2013-12-11 | Fix checker progress derp | Sky | |
2013-12-11 | Merge https://github.com/Drayshak/MultiMC5 into develop | Petr Mrázek | |
2013-12-11 | Swap https -> http for asset indexes | Petr Mrázek | |
2013-12-11 | Better (but unsorted) Java detection | Sky | |
2013-12-10 | Use metacache for minecraft.jar downloads | Petr Mrázek | |
2013-12-10 | Nuke. | Petr Mrázek | |
2013-12-10 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | |
Conflicts: CMakeLists.txt gui/MainWindow.cpp | |||
2013-12-10 | Finish assets update for 1.7.3 | Petr Mrázek | |
2013-12-09 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Andrew | |
2013-12-09 | Merge branch 'feature_updater' into develop | Andrew | |
2013-12-08 | Merge branch 'feature_assets' into develop | Petr Mrázek | |
2013-12-08 | Fix offline mode bugs | Petr Mrázek | |
2013-12-08 | Merge branch 'feature_pasting' of https://github.com/robotbrain/MultiMC5 ↵ | Petr Mrázek | |
into develop | |||
2013-12-08 | Finish preliminary offline support | Petr 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-08 | More work on new assets system. Works given a properly constructed assets ↵ | Sky | |
folder, no downloading yet | |||
2013-12-08 | Work on new assets system. Working legacy assets importer, disabled assets ↵ | Sky | |
downloading for now | |||
2013-12-06 | Open the url direectly. | robotbrainify | |
2013-12-06 | Fixes to pasting | robotbrainify | |