summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* NOISSUE update changelog0.4.11Petr Mrázek2016-02-28-3/+34
|
* GH-1502 move launch script generation to the Minecraft launch stepPetr Mrázek2016-02-28-26/+46
|
* NOISSUE even more version file refactorsPetr Mrázek2016-02-28-216/+290
| | | | There is no end to them in sight
* NOISSUE move version file reading and writing to dedicated namespacesPetr Mrázek2016-02-27-308/+328
|
* NOISSUE move files into paths that make more sensePetr Mrázek2016-02-27-144/+148
|
* NOISSUE remove OneSixLibraryPetr Mrázek2016-02-26-134/+55
|
* NOISSUE remove old unused version file featuresPetr Mrázek2016-02-25-288/+36
|
* NOISSUE fix a benign leak in FTB implementationPetr Mrázek2016-02-25-2/+2
|
* NOISSUE Add issue templateSpencer Burris2016-02-21-0/+39
|
* GH-1453 handle certain version loading corner cases better, clean up FTBPetr Mrázek2016-02-21-88/+38
|
* GH-1453 report version file problems in the version pagePetr Mrázek2016-02-21-26/+305
|
* Revert "Update libnbtplusplus with magical changes"Petr Mrázek2016-02-20-0/+0
| | | | This reverts commit 6e6e2bf2627809980c4f41b92a887d9014a3441a.
* GH-1410 use libc++ on OSXPetr Mrázek2016-02-19-0/+3
|
* Update libnbtplusplus with magical changesPetr Mrázek2016-02-19-0/+0
|
* GH-1453 separate out Mojang version reading, use version file URLsPetr Mrázek2016-02-17-61/+119
|
* GH-1453 React to the minimum version change - 18Petr Mrázek2016-02-13-1/+1
|
* NOISSUE remove dead code from MC version listPetr Mrázek2016-02-13-9/+0
|
* GH-1483 Use the new version index URLPetr Mrázek2016-02-13-2/+1
|
* GH-1451 add `make install` step to OSX build instructionsPetr Mrázek2016-02-11-1/+5
|
* Merge branch 'patch-1' of git://github.com/iarspider/MultiMC5 into developPetr Mrázek2016-02-03-1/+1
|\
| * NOISSUE Do not ask to overwrite existing file twice when exporting instancesiarspider2016-01-20-1/+1
| |
* | NOISSUE bump release numberPetr Mrázek2016-02-03-1/+1
| |
* | GH-1422 bump version to 0.4.10 and update changelog0.4.10Petr Mrázek2016-01-22-4/+22
| |
* | GH-1422 remove bearer plugins again.Petr Mrázek2016-01-21-14/+0
| |
* | NOISSUE bump version number to 0.4.90.4.9Petr Mrázek2016-01-21-1/+1
|/
* NOISSUE update changelogPetr Mrázek2016-01-20-7/+31
|
* GH-1411 fail if pre-launch and post-exit commands return non-zero valuesPetr Mrázek2016-01-20-7/+34
|
* GH-1362 Put timestamps into the log when it is copied or uploadedPetr Mrázek2016-01-20-4/+17
|
* GH-1408 add bearer pluginsPetr Mrázek2016-01-20-0/+14
| | | | This should fix wifi issues on Windows
* GH-1055 fix more types in changelog0.4.8Petr Mrázek2016-01-17-2/+2
|
* GH-1055 fix typo and missing descriptionPetr Mrázek2016-01-17-2/+2
|
* GH-1055 update changelog for 0.4.8Petr Mrázek2016-01-17-55/+148
|
* GH-1402 add a hack for updater to respect renamed binary on WindowsPetr Mrázek2016-01-12-0/+7
|
* GH-1280 modpack import: make the progress dialog say what is being downloadedPetr Mrázek2016-01-12-0/+1
|
* NOISSUE select modpack field content on focus in new instance dialogPetr Mrázek2016-01-12-2/+53
|
* GH-1397 add discord icon to MultiMC toolbarPetr Mrázek2016-01-09-2/+127
|
* GH-1379 fix build on win32Petr Mrázek2016-01-07-0/+4
|
* GH-1379 fix build with Qt 5.2.1 on ubuntu64Petr Mrázek2016-01-07-1/+11
|
* Merge pull request #1393 from MultiMC/feature/travis-older-qtPetr Mrázek2016-01-06-8/+40
|\ | | | | GH-1393 Add more qt versions to travis
| * NOISSUE Add more qt versions to travisJan Dalheimer2016-01-06-8/+40
|/ | | | | | 5.0, 5.1 and 5.2 are currently marked as "allow failure". If they can be made to pass they should be removed from this list, if not they should be removed entirely.
* GH-1390 improve linux runner script morePetr Mrázek2016-01-05-1/+1
| | | | * use `-q` while calling dnf to avoid garbage in output
* GH-1390 improve linux runner scriptPetr Mrázek2016-01-05-12/+18
| | | | | * include fedora dnf package manager * output of the missing dependency lookup is now passed through `sort -u`
* GH-1389 wrap QDesktopServices and QProcess::startDetachedPetr Mrázek2016-01-05-72/+235
| | | | | | | | | Essentially do not pass some environment variables to subprocesses: * LD_PRELOAD * LD_LIBRARY_PATH * LD_DEBUG * QT_PLUGIN_PATH * QT_FONTPATH
* GH-1389 Revert "GH-1389 remove use of LD_LIBRARY_PATH for mmc libs"Petr Mrázek2016-01-04-6/+1
| | | | This reverts commit 6f92ca843e6d1c4f8ef2be5ceba361cd74b79250.
* NOISSUE Revert "NOISSUE remove old BundleUtilities. 2014 called and wants ↵Petr Mrázek2016-01-04-0/+786
| | | | | | its cmake scripts back." This reverts commit 8cf23bd5aa0295c8582c74617086c233cb9552a6.
* GH-1389 remove use of LD_LIBRARY_PATH for mmc libsPetr Mrázek2016-01-04-1/+6
|
* NOISSUE remove old BundleUtilities. 2014 called and wants its cmake scripts ↵Petr Mrázek2016-01-03-786/+0
| | | | back.
* GH-1378 fix libpng path matcher for bundle fixupPetr Mrázek2016-01-03-10/+5
|
* GH-1313 tweak the window title to be easier to translatePetr Mrázek2016-01-03-1/+1
|
* GH-1313 remove or disable some translateable stringsPetr Mrázek2016-01-03-123/+53
|