Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-18 | Merge branch 'fix_tests' of https://github.com/02JanDal/MultiMC5 into develop | Petr Mrázek | |
2014-01-18 | Marginally improve OneSix offline mode launch | Petr Mrázek | |
While reconstructing assets, skip files that don't exist. Report missing OneSix native libraries. | |||
2014-01-07 | Rework version numbering system. | Forkk | |
Again... | |||
2014-01-07 | Do not log each and every possible update. Only the latest one. | Petr Mrázek | |
2014-01-05 | Get rid of some obsolete functions | Jan Dalheimer | |
2014-01-05 | Remove the $PWD hack and tests that depended on it. | Petr Mrázek | |
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 | 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-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-02 | Force cached updater binary to always resolve as stale | Petr Mrázek | |
2013-12-29 | Maybe break updater even more? | Petr Mrázek | |
2013-12-28 | Set permissions for the updater binary after updating it. | Petr Mrázek | |
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-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 | 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 | 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-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-15 | Finish unit tests for the DownloadUpdateTask class | Jan Dalheimer | |
2013-12-15 | Unit tests for the DownloadUpdateTask class | Jan Dalheimer | |
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-13 | Fix syntax error | Petr Mrázek | |
You do not need goto for that. Really. | |||
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-10 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | |
Conflicts: CMakeLists.txt gui/MainWindow.cpp | |||
2013-12-06 | Finish implementing update installation. | Andrew | |
Also add the option to update on exit. | |||
2013-12-05 | Implement update installer | Andrew | |
2013-12-05 | Implement DownloadUpdateTask | Andrew | |
Installing updates is not implemented yet. That's next. | |||
2013-12-04 | Rework the update checking system | Andrew | |