Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-27 | Handle the foo + foo.disabled jar mod corner case better. | Petr Mrázek | |
2013-12-26 | Do not merge disabled jar mods. | Petr Mrázek | |
2013-12-26 | Disable/enable mods with checkboxes. Needs testing. | Petr Mrázek | |
A lot of testing! | |||
2013-12-25 | Fix linux runner script. | Petr Mrázek | |
2013-12-25 | No more windows paths in tests. | Petr Mrázek | |
2013-12-25 | Fix more updater derps. | Petr Mrázek | |
* Updater requires unix style paths on input. * No update notification was getting cloned with every check | |||
2013-12-25 | Log even more error stuff for login. | Petr Mrázek | |
2013-12-25 | Merge branch 'develop' of https://github.com/robotbrain/MultiMC5 into develop | Petr Mrázek | |
2013-12-25 | Merge branch 'feature_updater_update' of ↵ | Petr Mrázek | |
https://github.com/02JanDal/MultiMC5 into develop | |||
2013-12-24 | Log SSL errors, give common solutions | Petr Mrázek | |
2013-12-24 | Get the updater to display a no update found message. | robotbrainify | |
2013-12-23 | Tidy status messages a bit | Sky | |
2013-12-23 | Treat the updater separately | Jan Dalheimer | |
2013-12-23 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | |
2013-12-23 | Use the central URL list for forge URLs | Petr Mrázek | |
2013-12-23 | Merge branch 'feature_forge_gradle' of https://github.com/02JanDal/MultiMC5 ↵ | Petr Mrázek | |
into develop | |||
2013-12-23 | Support for the new forge gradle repo | Jan Dalheimer | |
2013-12-22 | Merge pull request #21 from Azenet/develop | Petr Mrázek | |
Fixed updater not restarting MultiMC after update. | |||
2013-12-22 | Fix Java checker leaving behind temporary jar files | Petr Mrázek | |
2013-12-22 | Fixed updater not restarting MultiMC after update. | ashka | |
2013-12-22 | BASH! | Petr Mrázek | |
2013-12-22 | Show errors when logging in in the account dialog. | Petr Mrázek | |
2013-12-22 | Make pack200 use QFile by proxy, eliminating some unicode issues. | Petr Mrázek | |
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 | 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 | 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. |