Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | SCRATCH nuke the overcomplicated logger, use a simple one. | Petr Mrázek | 2015-04-12 | -33/+33 |
| | ||||
* | NOISSUE Split MultiMC app object into MultiMC and Env | Petr Mrázek | 2015-04-02 | -5/+6 |
| | ||||
* | Change copyright dates to 2015 | Greenphlem | 2015-02-06 | -1/+1 |
| | ||||
* | Fix another bunch of copyright years, including fixing #397 | Jan Dalheimer | 2014-11-02 | -1/+1 |
| | ||||
* | Show changelog even when there are no new updates available. | Petr Mrázek | 2014-07-14 | -1/+1 |
| | ||||
* | Workaround for dirty build folders. | Petr Mrázek | 2014-04-06 | -1/+1 |
| | | | | My disgust just turned into barely contained rage :< | |||
* | Build fixage for the changed build config | Petr Mrázek | 2014-04-06 | -0/+2 |
| | ||||
* | Get rid of long rebuilds because of minor cmake config changes | Petr Mrázek | 2014-04-06 | -13/+16 |
| | ||||
* | Remove the $PWD hack and tests that depended on it. | Petr Mrázek | 2014-01-05 | -14/+4 |
| | ||||
* | Add an option to force using local updater binary (for updater development) | Petr Mrázek | 2014-01-05 | -1/+1 |
| | ||||
* | Some more updater fixes | Petr Mrázek | 2014-01-05 | -21/+23 |
| | | | | Paths were wrong - still used work directory instead of root | |||
* | Mess with the updater again. | Petr Mrázek | 2014-01-05 | -1/+5 |
| | ||||
* | Force cached updater binary to always resolve as stale | Petr Mrázek | 2014-01-02 | -5/+4 |
| | ||||
* | Maybe break updater even more? | Petr Mrázek | 2013-12-29 | -44/+20 |
| | ||||
* | Set permissions for the updater binary after updating it. | Petr Mrázek | 2013-12-28 | -0/+6 |
| | ||||
* | Various updater fixes | Petr Mrázek | 2013-12-28 | -5/+31 |
| | | | | | | | 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 | |||
* | Fix more updater derps. | Petr Mrázek | 2013-12-25 | -8/+5 |
| | | | | | * Updater requires unix style paths on input. * No update notification was getting cloned with every check | |||
* | Merge branch 'feature_updater_update' of ↵ | Petr Mrázek | 2013-12-25 | -2/+29 |
|\ | | | | | | | https://github.com/02JanDal/MultiMC5 into develop | |||
| * | Treat the updater separately | Jan Dalheimer | 2013-12-23 | -2/+29 |
| | | ||||
* | | Tidy status messages a bit | Sky | 2013-12-23 | -9/+7 |
|/ | ||||
* | Fix issues with the updater | Petr Mrázek | 2013-12-21 | -4/+7 |
| | | | | | | * 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. | |||
* | Some test madness | Petr Mrázek | 2013-12-20 | -93/+186 |
| | ||||
* | Finish unit tests for the DownloadUpdateTask class | Jan Dalheimer | 2013-12-15 | -26/+34 |
| | ||||
* | Unit tests for the DownloadUpdateTask class | Jan Dalheimer | 2013-12-15 | -51/+61 |
| | ||||
* | Fix syntax error | Petr Mrázek | 2013-12-13 | -9/+7 |
| | | | | You do not need goto for that. Really. | |||
* | Fix updater removing all files. | Andrew | 2013-12-12 | -1/+9 |
| | | | | Yeah, I don't know what I was thinking, but somehow it worked before. | |||
* | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | 2013-12-10 | -1/+1 |
| | | | | | | Conflicts: CMakeLists.txt gui/MainWindow.cpp | |||
* | Finish implementing update installation. | Andrew | 2013-12-06 | -0/+5 |
| | | | | Also add the option to update on exit. | |||
* | Implement update installer | Andrew | 2013-12-05 | -4/+75 |
| | ||||
* | Implement DownloadUpdateTask | Andrew | 2013-12-05 | -0/+322 |
Installing updates is not implemented yet. That's next. |