aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-12Merge pull request #212 from MultiMC/feature_travis_clangSky
Get Travis to build GCC and Clang versions on Linux as we consider moving to Clang on Linux in general
2014-04-12Let travis build a clang versionJan Dalheimer
2014-04-12Remove specific OpenSSL version from BUILD.mdSky
2014-04-12Merge pull request #211 from Drayshak/developSky
Add Patreon button with logo
2014-04-12Give the Patreon button a logoSky
2014-04-11Add Patreon button. Needs an icon (used I for now).Sky
2014-04-08Context menu tweaksPetr Mrázek
* Add create/copy instance actions to the context menu. * Context menu for the instance view background. * Top of the context menu is now a header, fixing the misclick problems.
2014-04-06Merge remote-tracking branch 'origin/feature_dotcmake' into developPetr Mrázek
2014-04-06.cmake files to reduce "code" duplicateJan Dalheimer
2014-04-06Coverity build and upload target. Also GitFunctions.Jan Dalheimer
2014-04-06Workaround for dirty build folders.Petr Mrázek
My disgust just turned into barely contained rage :<
2014-04-06Build fixage for the changed build configPetr Mrázek
2014-04-06Merge branch 'patch-1' of https://github.com/max96at/MultiMC5 into developPetr Mrázek
2014-04-06Get rid of long rebuilds because of minor cmake config changesPetr Mrázek
2014-04-03Fix adding icons to custom icon directories.max96at
2014-04-01Do not spam logs too much, bump version and add to changelog.Petr Mrázek
2014-04-01Deny april fools outside of first april.Petr Mrázek
2014-04-01Fix library replace issuePetr Mrázek
2014-04-01Fix for invalid prelaunch commandsPetr Mrázek
2014-03-31Fix FTB-related issuesPetr Mrázek
2014-03-30Add a few default java paths on linuxPetr Mrázek
2014-03-30Fix many memory leaks.Petr Mrázek
2014-03-30Fix java checker crash, some memory leaksPetr Mrázek
2014-03-30Try to read 'authorList' in mcmod.info for authors first, fall back to ↵Sky
deprecated 'authors' if nothing is found.
2014-03-29Add mention of the config coding fix to the changelog.Petr Mrázek
2014-03-29Setting PermGen to 64 will omit the java paramPetr Mrázek
2014-03-29Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek
2014-03-29Fix issues with badly encoded escape sequences in config files.Petr Mrázek
2014-03-29Tweak changelogSky
2014-03-29Merge branch 'release-0.3' into developPetr Mrázek
2014-03-29Update changelog for 0.3Petr Mrázek
2014-03-24Merge pull request #168 from max96at/patch-1Petr Mrázek
Add build status to README.md
2014-03-24Add build status to README.mdmax96at
2014-03-24Add a travis config fileJan Dalheimer
2014-03-24Raise console window when it's open, but hidden behind other windows.Petr Mrázek
2014-03-23Bump version to 0.3.0Petr Mrázek
2014-03-23Set permissions on the accounts.json file so other users can't access it.Petr Mrázek
2014-03-23Make some more error messages translateable.Petr Mrázek
2014-03-20Actually start the forge install job.Petr Mrázek
2014-03-19Finalize version on reload.Petr Mrázek
2014-03-19Merge remote-tracking branch 'origin/feature_notif_65449324' into developPetr Mrázek
2014-03-19Merge remote-tracking branch 'origin/feature_fix_timeout' into developPetr Mrázek
2014-03-19Merge remote-tracking branch 'origin/feature_json_fixes' into developPetr Mrázek
2014-03-19Merge remote-tracking branch 'origin/feature_badges' into developPetr Mrázek
2014-03-17Revert "Better right-click behaviour, context menu on mouse-up instead of ↵Petr Mrázek
mouse down" This reverts commit 00a945d84b59d6469e0c85335dc0ad4067d9f2ab. NOPE.
2014-03-16Merge pull request #153 from Drayshak/developSky
Better right-click behaviour, context menu on mouse-up instead of down, fixes #151
2014-03-16Better right-click behaviour, context menu on mouse-up instead of mouse downSky
2014-03-15Allow reseting notificationsJan Dalheimer
2014-03-15Add a timer for clicking away the notification dialogJan Dalheimer
2014-03-15Remove the timeout for pre/post commands. Fixes #107Jan Dalheimer