Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-05 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | |
2014-01-05 | Add an option to force using local updater binary (for updater development) | Petr Mrázek | |
2014-01-05 | Some more updater fixes | Petr Mrázek | |
Paths were wrong - still used work directory instead of root | |||
2014-01-04 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Forkk | |
2014-01-04 | Implement changing update channels | Forkk | |
Allow the user to select which update channel they would like to download updates from. | |||
2014-01-05 | Mess with the updater again. | Petr Mrázek | |
2014-01-04 | Fix mod list checkboxes | Petr Mrázek | |
2014-01-03 | Don't try to check for notifications if we don't have a URL for it | Jan Dalheimer | |
2014-01-03 | Fix for pre-Qt5.2 | Jan Dalheimer | |
2014-01-03 | Notifications system. Mainly to be used in case the updater breaks. | Jan Dalheimer | |
2014-01-03 | DEBUG: Add some logging for instance loading. | Petr Mrázek | |
2014-01-02 | Force cached updater binary to always resolve as stale | Petr Mrázek | |
2014-01-02 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_news | Forkk | |
Conflicts: CMakeLists.txt gui/MainWindow.h | |||
2014-01-02 | Add news checking system and news toolbar | Forkk | |
2014-01-02 | Make .ico files usable (the plugin is already included) | Jan Dalheimer | |
2014-01-02 | Removed incomplete osx java detection log message | max96at | |
2014-01-02 | Improved java detection on OSX. | Noah Mayr | |
2014-01-01 | ThreadTask for all your ThreadNeeds | Petr Mrázek | |
Use only when absolutely required. | |||
2014-01-01 | Move assets migration to a task. Needs threading. | Sky | |
2014-01-01 | Allow the use of synonyms in settings. Refactor settings. | Petr Mrázek | |
Remove a bunch of obsolete/unused code. | |||
2013-12-31 | Refactor icon lists heavily | Petr 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-29 | Fix various LiteLoader related bugs. | Petr Mrázek | |
2013-12-29 | Merge https://github.com/robotbrain/MultiMC5 into develop | Petr Mrázek | |
2013-12-28 | Litemod version info. | robotbrainify | |
2013-12-29 | Maybe break updater even more? | Petr Mrázek | |
2013-12-28 | Merge branch 'feature_liteloader' of https://github.com/02JanDal/MultiMC5 ↵ | Petr Mrázek | |
into develop | |||
2013-12-28 | Don't hardcode stuff!!! | Jan Dalheimer | |
2013-12-28 | Set permissions for the updater binary after updating it. | Petr Mrázek | |
2013-12-28 | LiteLoader support | Jan Dalheimer | |
2013-12-28 | Various updater fixes | Petr 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-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 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 | 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 | Fix Java checker leaving behind temporary jar files | 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 |