Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-30 | NOISSUE split GUI stuff from logic library | Petr Mrázek | |
2015-10-05 | NOISSUE dissolve util library | Petr Mrázek | |
2015-09-05 | NOISSUE make shared logic library ... shared | Petr Mrázek | |
2015-07-26 | GH-1053 add back update progress dialog | Petr Mrázek | |
2015-06-09 | GH-1060 update tweaks | Petr Mrázek | |
* download to multimc folder hierarchy * use rename, not copy * keep backup after update * clean previous backup before update * it's not 'copy', it's 'replace' | |||
2015-06-09 | GH-1060 implement very basic updater (only linux and maybe osx right now) | Petr Mrázek | |
2015-06-09 | GH-1060 remove some old updater bits and pieces | Petr Mrázek | |
2015-04-26 | GH-849 Further NetJob related fixes | Petr Mrázek | |
2015-04-13 | NOISSUE do not fail when updates don't have MultiMC.app prefix on OSX | Petr Mrázek | |
2015-04-12 | NOISSUE move everything. | Petr Mrázek | |
2015-04-12 | SCRATCH separate the generic updater logic from the application | Petr Mrázek | |
2015-04-12 | SCRATCH move things to the right places | Petr Mrázek | |
2015-04-12 | SCRATCH nuke the overcomplicated logger, use a simple one. | Petr Mrázek | |
2015-04-02 | NOISSUE Make tests no longer use the MultiMC object | Petr Mrázek | |
They do not require the application part anymore | |||
2015-04-02 | NOISSUE Split MultiMC app object into MultiMC and Env | Petr Mrázek | |
2015-02-06 | Change copyright dates to 2015 | Greenphlem | |
2014-11-02 | Fix another bunch of copyright years, including fixing #397 | Jan Dalheimer | |
2014-11-02 | Update copyright year (finally...) | Jan Dalheimer | |
2014-07-14 | Show changelog even when there are no new updates available. | Petr Mrázek | |
2014-07-01 | Move settings lib into the main code, fixing error logging in it. | Petr Mrázek | |
2014-04-06 | Workaround for dirty build folders. | Petr Mrázek | |
My disgust just turned into barely contained rage :< | |||
2014-04-06 | Build fixage for the changed build config | Petr Mrázek | |
2014-04-06 | Get rid of long rebuilds because of minor cmake config changes | Petr Mrázek | |
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 | |