summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* GH-1140 mark cached modpack dls as stale so it checks the serverPetr Mrázek2015-08-22-0/+1
|
* GH-1158 generate client uuid for yggdrasil authPetr Mrázek2015-08-22-2/+9
|
* GH-1148 New instance name is either version or modpack 'base name'Petr Mrázek2015-08-21-10/+43
| | | | Default names now use the placeholder text in the new instance dialog.
* NOISSUE fix librainbow some morePetr Mrázek2015-08-21-4/+3
|
* NOISSUE fix librainbowMrazek, Petr2015-08-20-6/+11
|
* GH-1149 add irc notification to travisMrazek, Petr2015-08-20-0/+3
|
* GH-1197 finish color stuffPetr Mrázek2015-08-20-88/+175
|
* GH-1197 add console log color adaptationPetr Mrázek2015-08-19-9/+630
| | | | rainbow library was part of KDE - KGuiAddons
* NOISSUE revamp the minecraft log exception detectionPetr Mrázek2015-08-19-1/+8
|
* NOISSUE fix log-related legacy instance crash and show hidden log filesPetr Mrázek2015-08-19-4/+21
|
* GH-926 implement log cleaning functionalityPetr Mrázek2015-08-18-51/+445
| | | | Also adds gzip compressed log support
* GH-1164 make sure the censor filter never contains empty keysPetr Mrázek2015-08-16-30/+38
|
* Revert "NOISSUE redo the launcher part"Petr Mrázek2015-08-14-113/+335
| | | | This reverts commit c1f7dda8fe412263ccd82fbf3d56687bd291c73c.
* NOISSUE improve account UIPetr Mrázek2015-08-14-18/+52
|
* NOISSUE fix build on windows - pid -> processIdPetr Mrázek2015-08-14-1/+1
|
* GH-1053 add back update progress dialogPetr Mrázek2015-07-26-63/+151
|
* GH-1053 move guessLevel to instancesPetr Mrázek2015-07-22-58/+53
|
* GH-1053 add launch step creation to legacy instancesPetr Mrázek2015-07-21-8/+67
|
* GH-1053 explode launch task into many small steps, each a TaskPetr Mrázek2015-07-21-592/+1258
|
* GH-1053 move launch related things and rename themPetr Mrázek2015-07-10-89/+91
|
* GH-1034 do jar modding separate from updatePetr Mrázek2015-07-10-141/+214
|
* GH-1053 cleanupPetr Mrázek2015-07-05-20/+3
|
* GH-1053 split settings dialog creation to its own namespacePetr Mrázek2015-07-05-48/+76
|
* GH-1053 move launch process UI to a separate classPetr Mrázek2015-07-05-333/+392
|
* GH-1053 move instance update into the launch task (BaseLauncher)Petr Mrázek2015-07-04-262/+303
|
* SCRATCH squash MinecraftLauncher into BaseLauncherPetr Mrázek2015-06-30-386/+305
| | | | | needs to be split differently needs to be squashed together with the logic from MainWindow
* SCRATCH fix BaseLauncherPetr Mrázek2015-06-30-4/+19
|
* GH-1053 base process and launch refactor, part 1Petr Mrázek2015-06-30-601/+741
|
* GH-1100 Fix issues with LD_* variables when restarting on updatesJan Dalheimer2015-06-29-2/+2
|
* GH-1096 make ubuntu package work on both 32bit and 64bit machinesPetr Mrázek2015-06-28-28/+46
|
* GH-1096 simple debian/ubuntu wrapper packagePetr Mrázek2015-06-28-0/+2049
| | | | Built with `fakeroot dpkg-deb --build multimc_1.0-1`
* GH-1068 update changelogPetr Mrázek2015-06-13-1/+24
|
* GH-1069 env hack/passthhrough for LD_PRELOAD and LD_LIBRARY_PATHPetr Mrázek2015-06-12-3/+19
|
* GH-1009 use .sh instead of .pyc - .pyc doesn't work at allPetr Mrázek2015-06-11-3/+3
|
* GH-1008 implement log window max line countPetr Mrázek2015-06-11-1/+91
| | | | Defaults to 100k lines
* GH-1009 add mcedit.pyc as a valid mcedit 'executable'Petr Mrázek2015-06-10-3/+13
|
* GH-1060 ugly XP hack is uglyPetr Mrázek2015-06-10-0/+55
|
* GH-1060 create and delete update dirPetr Mrázek2015-06-10-0/+6
|
* GH-1060 update tweaksPetr Mrázek2015-06-09-40/+58
| | | | | | | | * 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'
* GH-1060 add a lot of error checking and reporting to the inner updaterPetr Mrázek2015-06-09-7/+62
|
* GH-1060 tweaks to new update mechanism - loggingPetr Mrázek2015-06-09-6/+21
|
* GH-1060 implement very basic updater (only linux and maybe osx right now)Petr Mrázek2015-06-09-116/+170
|
* GH-1060 remove some old updater bits and piecesPetr Mrázek2015-06-09-169/+28
|
* GH-1049 fix bad ifdefs that prevent linux-specific env blacklistingPetr Mrázek2015-06-08-4/+4
|
* GH-1060 remove updater codePetr Mrázek2015-06-07-44226/+0
|
* GH-1051 ignore CDPATHPetr Mrázek2015-06-06-1/+2
|
* GH-1033 Set up travis for C++14 setupJan Dalheimer2015-06-06-11/+76
| | | | No clang, no OSX, nothing
* NOISSUE Comment and bugfix the Resource systemJan Dalheimer2015-06-06-86/+180
|
* NOISSUE sanitize JsonPetr Mrázek2015-06-06-118/+130
| | | | | | Removes magical parameter madness. All require* can throw All ensure* need a default value and never throw
* NOISSUE remove StandardTaskPetr Mrázek2015-06-06-165/+0
|