aboutsummaryrefslogtreecommitdiff
path: root/application
AgeCommit message (Collapse)Author
2015-09-06IconPetr Mrázek
2015-09-06Copyright fixes for new codeAlex
2015-09-06Comment changes and general cleanupAlex
2015-09-06GH-1047 World management for instances. Removal only currently.Alex
2015-09-05Fixed overwriting of wrapper commandiambob314
Fixed "WrapperCommand" setting being overwritten by the value of "PreLaunchCommand".
2015-09-05NOISSUE make shared logic library ... sharedPetr Mrázek
2015-09-04GH-1223 fix override settingsPetr Mrázek
They now work more like passthrough settings, except not passing through set and reset
2015-08-23GH-1206 fix deleting files during updatePetr Mrázek
Backups weren't created properly which led to failure to update
2015-08-23NOISSUE remoce the old WM_CLASS workaroundPetr Mrázek
2015-08-22GH-1140 mark cached modpack dls as stale so it checks the serverPetr Mrázek
2015-08-21GH-1148 New instance name is either version or modpack 'base name'Petr Mrázek
Default names now use the placeholder text in the new instance dialog.
2015-08-21NOISSUE fix librainbow some morePetr Mrázek
2015-08-20GH-1197 finish color stuffPetr Mrázek
2015-08-19GH-1197 add console log color adaptationPetr Mrázek
rainbow library was part of KDE - KGuiAddons
2015-08-19NOISSUE fix log-related legacy instance crash and show hidden log filesPetr Mrázek
2015-08-18GH-926 implement log cleaning functionalityPetr Mrázek
Also adds gzip compressed log support
2015-08-14NOISSUE improve account UIPetr Mrázek
2015-07-26GH-1053 add back update progress dialogPetr Mrázek
2015-07-21GH-1053 explode launch task into many small steps, each a TaskPetr Mrázek
2015-07-10GH-1053 move launch related things and rename themPetr Mrázek
2015-07-10GH-1034 do jar modding separate from updatePetr Mrázek
2015-07-05GH-1053 cleanupPetr Mrázek
2015-07-05GH-1053 split settings dialog creation to its own namespacePetr Mrázek
2015-07-05GH-1053 move launch process UI to a separate classPetr Mrázek
2015-07-04GH-1053 move instance update into the launch task (BaseLauncher)Petr Mrázek
2015-06-30GH-1053 base process and launch refactor, part 1Petr Mrázek
2015-06-29GH-1100 Fix issues with LD_* variables when restarting on updatesJan Dalheimer
2015-06-28GH-1096 make ubuntu package work on both 32bit and 64bit machinesPetr Mrázek
2015-06-28GH-1096 simple debian/ubuntu wrapper packagePetr Mrázek
Built with `fakeroot dpkg-deb --build multimc_1.0-1`
2015-06-12GH-1069 env hack/passthhrough for LD_PRELOAD and LD_LIBRARY_PATHPetr Mrázek
2015-06-11GH-1008 implement log window max line countPetr Mrázek
Defaults to 100k lines
2015-06-10GH-1060 ugly XP hack is uglyPetr Mrázek
2015-06-10GH-1060 create and delete update dirPetr Mrázek
2015-06-09GH-1060 update tweaksPetr Mrázek
* 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'
2015-06-09GH-1060 add a lot of error checking and reporting to the inner updaterPetr Mrázek
2015-06-09GH-1060 tweaks to new update mechanism - loggingPetr Mrázek
2015-06-09GH-1060 implement very basic updater (only linux and maybe osx right now)Petr Mrázek
2015-06-09GH-1060 remove some old updater bits and piecesPetr Mrázek
2015-06-06NOISSUE use FS a bit morePetr Mrázek
2015-06-06NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer
2015-06-06NOISSUE Don't attempt to package the accessible plugins on Qt >= 5.4Jan Dalheimer
2015-06-02NOISSUE begin working on 0.4.8 and update changelogPetr Mrázek
2015-06-01GH-1031 include icon in exported instance if it is customPetr Mrázek
2015-05-29GH-994 hopefully fix issue with people still using jar modsPetr Mrázek
Added an 'add mods' button to the version page Add jar mods now has a very angry nag dialog until it's used successfully Buttons on version page are rearranged to deemphasize jar mods
2015-05-28GH-1011 fetch missing versions when customizing/reverting Minecraft patchesPetr Mrázek
2015-05-26GH-1003 Fix settings dialog delaysPetr Mrázek
2015-05-25GH-1003 add some save locking for dialog pages that deal with settingsPetr Mrázek
2015-05-24GH-991 implement wrapper commandsPetr Mrázek
2015-05-23GH-992 Add a transaction/locking mechanism to settings objectsPetr Mrázek
This can cut the FTB loading by ~66% - worth it, but not ideal. Real solution will have to be implemented later.
2015-05-22GH-977 Improve FTB loading and instance creationPetr Mrázek