aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-15Bump version to 0.3.5Petr Mrázek
2014-05-08Fix for #257Petr Mrázek
2014-05-04Fix version select dialog filteringPetr Mrázek
2014-05-03Merge pull request #248 from MultiMC/feature_fix_ftb_libPetr Mrázek
Fix FTB local libraries bug
2014-05-03Fix FTB local libraries bugJan Dalheimer
2014-05-03Merge branch 'develop' into release-0.3.4Petr Mrázek
2014-05-02Inherit module path from main build environment in the prerequisites script.Petr Mrázek
2014-05-02It's a fatal error to not find the dependency checker tool.Petr Mrázek
2014-05-02Add a safety net for missing dumpbin.exePetr Mrázek
2014-05-01Include ICU in distributed builds.Forkk
2014-05-01Bump version and update changelog.Forkk
2014-05-01Merge branch 'feature_credits' into developForkk
2014-05-01Show Patreon patrons in the about dialogForkk
2014-04-22Update the icon, againPetr Mrázek
2014-04-22Update the OSX iconPetr Mrázek
Closes #230
2014-04-21Merge remote-tracking branch 'origin/feature_cmake_style' into developPetr Mrázek
Conflicts: CMakeLists.txt
2014-04-21Fix quit shortcut connect() callPetr Mrázek
2014-04-21Update FR translation some more.Petr Mrázek
2014-04-21Merge remote-tracking branch 'origin/feature_new_login_dialog2' into developPetr Mrázek
2014-04-21Merge remote-tracking branch 'origin/feature_close_shortcut' into developPetr Mrázek
2014-04-21Fix french translation.Petr Mrázek
2014-04-21Add a quit shortcut to the main window (#200)Taeyeon Mori
The shortcut is Ctrl+Q on every platform but windows, which doesn have one. See also: http://qt-project.org/doc/qt-5/qkeysequence.html#details (StandardKey Quit)
2014-04-21Merge remote-tracking branch 'origin/feature_raise_console' into developPetr Mrázek
2014-04-21Merge remote-tracking branch 'origin/feature_french' into developPetr Mrázek
2014-04-21Add proper FML libs URLPetr Mrázek
2014-04-19Download and cache FML libs for legacy minecraft versions.Petr Mrázek
* minor fix for version filtering (1.5 no longer shows forge for 1.5.1 and 1.5.2) * FML libs are downloaded to mods/minecraftforge/libs and cached * FML libs are copied to instances which contain FML or forge
2014-04-19Add french translation from #217Elros
Closes #217
2014-04-17Add a quit shortcut to the main window (#200)Taeyeon Mori
The shortcut is Ctrl+Q on every platform but windows, which doesn have one. See also: http://qt-project.org/doc/qt-5/qkeysequence.html#details (StandardKey Quit)
2014-04-17Make the console window raise itself after minecraft closes (#193)Taeyeon Mori
This needs further testing: http://stackoverflow.com/questions/6087887/bring-window-to-front-raise-show-activatewindow-dont-work
2014-04-16Comments and reformatingJan Dalheimer
[ci skip]
2014-04-16Fix bugJan Dalheimer
2014-04-16LoginDialog changesJan Dalheimer
2014-04-16Create a new login dialogTaeyeon Mori
2014-04-16Add to the changelogPetr Mrázek
2014-04-16Give more feedback for YggdrasilTask network errors.Petr Mrázek
2014-04-15Put changelog additions under right version (0.3.3)Sky
2014-04-15Update changelogSky
2014-04-13Detect and report missing local libraries.Petr Mrázek
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-09Only use tabs for intendentionJan Dalheimer
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-07Merge remote-tracking branch 'origin/develop' into feature_cmake_styleJan Dalheimer
Conflicts: CMakeLists.txt
2014-04-06Merge remote-tracking branch 'origin/feature_dotcmake' into developPetr Mrázek
2014-04-06Use the same style of CMake files everywhereJan Dalheimer
2014-04-06.cmake files to reduce "code" duplicateJan Dalheimer