summaryrefslogtreecommitdiffstats
path: root/mmc_updater
Commit message (Collapse)AuthorAgeLines
* GH-1060 remove updater codePetr Mrázek2015-06-07-44225/+0
|
* Fix the updater on OS XJan Dalheimer2015-02-16-2/+2
|
* Use the same style of CMake files everywhereJan Dalheimer2014-04-06-98/+93
|
* More updater fixagePetr Mrázek2014-01-05-78/+26
| | | | | | | | Preserve --dir parameter after updating Allow more than one copy of a command line parameter in MultiMC Linux runner script no longer changes current directory, which allows '--dir .' Fixed unit tests, removed the obsolete one (for some legacy updater command line params that were also removed) [fixes 63127704]
* Some more updater fixesPetr Mrázek2014-01-05-8/+7
| | | | Paths were wrong - still used work directory instead of root
* Fix logging string derp on OSXPetr Mrázek2014-01-05-1/+1
|
* Mess with the updater again.Petr Mrázek2014-01-05-117/+80
|
* Tweak update result dialog sizeSky2014-01-01-2/+2
|
* Change TestParseScript path back to what it was.Petr Mrázek2013-12-28-1/+1
|
* Various updater fixesPetr Mrázek2013-12-28-52/+101
| | | | | | | 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
* Make pack200 use QFile by proxy, eliminating some unicode issues.Petr Mrázek2013-12-22-1/+3
|
* Magical pixie dust for windows updater reliabilityPetr Mrázek2013-12-17-15/+50
| | | | Don't ask.
* Fix/remove tests from the gutted updaterPetr Mrázek2013-12-15-357/+45
|
* Use ctestPetr Mrázek2013-12-14-1/+1
|
* Disable some crazy OS X hacks on non-GCC compilersAndrew2013-12-13-0/+6
|
* Include unistd.h in ProcessUtils.hAndrew2013-12-12-0/+4
|
* Remove -Werror from the updater's compile flagsAndrew2013-12-12-1/+1
|
* Merge branch 'feature_updater' of github.com:MultiMC/MultiMC5 into ↵Petr Mrázek2013-12-07-64/+41
|\ | | | | | | feature_updater
| * Include shellapi.h in the updater on Windows.Andrew2013-12-06-0/+1
| |
| * Added WIN32_LEAN_AND_MEANAndrew2013-12-06-1/+2
| | | | | | | | Should reduce compile times and help get rid of some error things.
| * Finish implementing update installation.Andrew2013-12-06-1/+1
| | | | | | | | Also add the option to update on exit.
| * Implement update installerAndrew2013-12-05-63/+38
| |
* | Fix build failures on Windows.Petr Mrázek2013-12-07-8/+1
|/ | | | | * remove atoll * fix include path of updater depends
* Renew the updater branchPetr Mrázek2013-12-02-0/+44566
Now with some actual consensus on what the updater will do!