Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-12 | SCRATCH separate the generic updater logic from the application | Petr Mrázek | |
2015-04-12 | SCRATCH nuke the overcomplicated logger, use a simple one. | Petr Mrázek | |
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-07-14 | Show changelog even when there are no new updates available. | 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-05 | Remove the $PWD hack and tests that depended on it. | 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-05 | Mess with the updater again. | Petr Mrázek | |
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 'feature_updater_update' of ↵ | Petr Mrázek | |
https://github.com/02JanDal/MultiMC5 into develop | |||
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-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. |