aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-03Tagging 0.3.6Petr Mrázek
2014-05-23Still trying to fix FTBJan Dalheimer
2014-05-23Attempt at fixing FTBJan Dalheimer
2014-05-23Fix FTB?Jan Dalheimer
2014-05-23More FTB debug stuffJan Dalheimer
2014-05-23Some more FTB related debug infoJan Dalheimer
2014-05-22QDir::exists is not static in Qt 5.1.1Petr Mrázek
2014-05-22Merge pull request #275 from MultiMC/feature_ftb_new_pathsPetr Mrázek
Fix FTB paths on windows
2014-05-22FTB paths changed on windows. Fixes #255Jan Dalheimer
2014-05-21Merge branch 'feature_crashreport' into developJan Dalheimer
2014-05-18Restore manage screenshots in main window.Petr Mrázek
2014-05-18Screenshot upload dialog(s) now have the console window as parent.Petr Mrázek
2014-05-17Add static data path for ... static data. Like translations. Move ↵Petr Mrázek
translations there.
2014-05-17Finish status pills.Petr Mrázek
2014-05-15Status pills. This doesn't build yet.Petr Mrázek
2014-05-15Bump version to 0.3.5Petr Mrázek
2014-05-10Add a missing letterForkk
2014-05-10Fix stupid tabs.Forkk
Thanks, QtCreator... ._.
2014-05-10Remove unused functionAndrew
2014-05-10Implement backtraces on Windows.Andrew
Much !!FUN!! was had
2014-05-09Implement crash report system on Windows.Andrew
2014-05-09Change dump file extensionForkk
2014-05-09Remove some unnecessary dummy functions.Forkk
2014-05-09Implement crash handling on LinuxForkk
This will allow us to generate crash dumps and have users report crashes.
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