summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fix for #257Petr Mrázek2014-05-08-0/+6
|
* Fix version select dialog filteringPetr Mrázek2014-05-04-19/+13
|
* Merge pull request #248 from MultiMC/feature_fix_ftb_lib0.3.4Petr Mrázek2014-05-03-7/+9
|\ | | | | Fix FTB local libraries bug
| * Fix FTB local libraries bugJan Dalheimer2014-05-03-7/+9
| |
* | Merge branch 'develop' into release-0.3.4Petr Mrázek2014-05-03-0/+1686
|\|
| * Inherit module path from main build environment in the prerequisites script.Petr Mrázek2014-05-02-0/+2
| |
| * It's a fatal error to not find the dependency checker tool.Petr Mrázek2014-05-02-1/+1
| |
| * Add a safety net for missing dumpbin.exePetr Mrázek2014-05-02-0/+1681
| |
| * Include ICU in distributed builds.Forkk2014-05-01-0/+3
| |
* | Bump version and update changelog.Forkk2014-05-01-2/+9
|/
* Merge branch 'feature_credits' into developForkk2014-05-01-28/+102
|\
| * Show Patreon patrons in the about dialogForkk2014-05-01-28/+102
|/
* Update the icon, againPetr Mrázek2014-04-22-0/+0
|
* Update the OSX iconPetr Mrázek2014-04-22-0/+0
| | | | Closes #230
* Merge remote-tracking branch 'origin/feature_cmake_style' into developPetr Mrázek2014-04-21-859/+798
|\ | | | | | | | | Conflicts: CMakeLists.txt
| * Only use tabs for intendentionJan Dalheimer2014-04-09-458/+459
| |
| * Merge remote-tracking branch 'origin/develop' into feature_cmake_styleJan Dalheimer2014-04-07-75/+127
| |\ | | | | | | | | | | | | Conflicts: CMakeLists.txt
| * | Use the same style of CMake files everywhereJan Dalheimer2014-04-06-811/+761
| | |
* | | Fix quit shortcut connect() callPetr Mrázek2014-04-21-1/+2
| | |
* | | Update FR translation some more.Petr Mrázek2014-04-21-523/+129
| | |
* | | Merge remote-tracking branch 'origin/feature_new_login_dialog2' into developPetr Mrázek2014-04-21-43/+276
|\ \ \
| * | | Comments and reformatingJan Dalheimer2014-04-16-1/+4
| | | | | | | | | | | | | | | | [ci skip]
| * | | Fix bugJan Dalheimer2014-04-16-16/+11
| | | |
| * | | LoginDialog changesJan Dalheimer2014-04-16-73/+30
| | | |
| * | | Create a new login dialogTaeyeon Mori2014-04-16-43/+321
| | | |
* | | | Merge remote-tracking branch 'origin/feature_close_shortcut' into developPetr Mrázek2014-04-21-0/+0
|\ \ \ \
| * | | | Add a quit shortcut to the main window (#200)Taeyeon Mori2014-04-17-0/+7
| |/ / / | | | | | | | | | | | | | | | | 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)
* | | | Fix french translation.Petr Mrázek2014-04-21-3699/+3977
| | | |
* | | | Add a quit shortcut to the main window (#200)Taeyeon Mori2014-04-21-0/+7
| | | | | | | | | | | | | | | | | | | | 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)
* | | | Merge remote-tracking branch 'origin/feature_raise_console' into developPetr Mrázek2014-04-21-0/+8
|\ \ \ \
| * | | | Make the console window raise itself after minecraft closes (#193)Taeyeon Mori2014-04-17-0/+8
| |/ / / | | | | | | | | | | | | | | | | This needs further testing: http://stackoverflow.com/questions/6087887/bring-window-to-front-raise-show-activatewindow-dont-work
* | | | Merge remote-tracking branch 'origin/feature_french' into developPetr Mrázek2014-04-21-0/+3671
|\ \ \ \
| * | | | Add french translation from #217Elros2014-04-19-0/+3671
| |/ / / | | | | | | | | | | | | Closes #217
* | | | Add proper FML libs URLPetr Mrázek2014-04-21-1/+1
| | | |
* | | | Download and cache FML libs for legacy minecraft versions.Petr Mrázek2014-04-19-2/+195
|/ / / | | | | | | | | | | | | | | | * 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
* | | Add to the changelog0.3.3Petr Mrázek2014-04-16-1/+2
| | |
* | | Give more feedback for YggdrasilTask network errors.Petr Mrázek2014-04-16-105/+139
| | |
* | | Put changelog additions under right version (0.3.3)Sky2014-04-15-0/+1
| | |
* | | Update changelogSky2014-04-15-1/+4
| | |
* | | Detect and report missing local libraries.Petr Mrázek2014-04-13-14/+32
| | |
* | | Merge pull request #212 from MultiMC/feature_travis_clangSky2014-04-12-2/+3
|\ \ \ | | | | | | | | Get Travis to build GCC and Clang versions on Linux as we consider moving to Clang on Linux in general
| * | | Let travis build a clang versionJan Dalheimer2014-04-12-2/+3
|/ / /
* | | Remove specific OpenSSL version from BUILD.mdSky2014-04-12-1/+1
| | |
* | | Merge pull request #211 from Drayshak/developSky2014-04-12-0/+32
|\ \ \ | | | | | | | | Add Patreon button with logo
| * | | Give the Patreon button a logoSky2014-04-12-2/+10
| | | |
| * | | Add Patreon button. Needs an icon (used I for now).Sky2014-04-11-0/+24
|/ / /
* | / Context menu tweaksPetr Mrázek2014-04-08-11/+38
| |/ |/| | | | | | | | | * 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.
* | Merge remote-tracking branch 'origin/feature_dotcmake' into developPetr Mrázek2014-04-06-51/+53
|\ \
| * | .cmake files to reduce "code" duplicateJan Dalheimer2014-04-06-51/+53
| |/
* / Coverity build and upload target. Also GitFunctions.Jan Dalheimer2014-04-06-14/+77
|/