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 | Keep the last five logs | Jan Dalheimer | |
2013-12-21 | Remove OSX hack that never worked anyway | Petr Mrázek | |
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-21 | Prevent running as root on linux | Petr Mrázek | |
2013-12-20 | Some test madness | Petr Mrázek | |
2013-12-17 | Merge branch 'feature_runner_symlink' of ↵ | Petr Mrázek | |
https://github.com/02JanDal/MultiMC5 into develop | |||
2013-12-17 | Merge branch 'feature_runner' of https://github.com/02JanDal/MultiMC5 into ↵ | Petr Mrázek | |
develop | |||
2013-12-17 | Merge branch 'updater_tests' of https://github.com/02JanDal/MultiMC5 into ↵ | Petr Mrázek | |
develop | |||
2013-12-17 | Magical pixie dust for windows updater reliability | Petr Mrázek | |
Don't ask. | |||
2013-12-16 | Remove obsolete auto login option. | Petr Mrázek | |
2013-12-16 | Merge remote-tracking branch 'upstream/develop' into updater_tests | Jan Dalheimer | |
Conflicts: mmc_updater/src/tests/CMakeLists.txt | |||
2013-12-16 | Fix some failing tests and attempt to fix running tests on a headless computer | Jan Dalheimer | |
2013-12-16 | Fix running the runner script using a symlink | Jan Dalheimer | |
2013-12-16 | Use monospace font in the console. | Petr Mrázek | |
Still fugly as all hell, now in a slightly more appropriate style. | |||
2013-12-16 | Fix broken test (wrong URL) | Petr Mrázek | |
2013-12-15 | Merge branch 'updater_tests' of https://github.com/02JanDal/MultiMC5 into ↵ | Petr Mrázek | |
develop | |||
2013-12-15 | Fix/remove tests from the gutted updater | Petr Mrázek | |
2013-12-15 | Make the linux runner script more helpful and add dialogs | Jan Dalheimer | |
2013-12-15 | Make updates prevented by missing accounts verbose | Petr Mrázek | |
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 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | |
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 | Expand appropriate column of account selection dialog | Sky | |
2013-12-14 | Tests for parsing of channel lists in UpdateChecker | Jan Dalheimer | |
2013-12-14 | Framework for some tests | Jan Dalheimer | |
2013-12-14 | Use ctest | Petr Mrázek | |
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 various Dialogs (Titles, License formatting) | Orochimarufan | |
2013-12-14 | Fix twitch | Petr Mrázek | |
2013-12-13 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Andrew | |
2013-12-13 | Disable some crazy OS X hacks on non-GCC compilers | Andrew | |
2013-12-13 | Fix typo | Sky | |
2013-12-13 | Made 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-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. |