aboutsummaryrefslogtreecommitdiff
path: root/MultiMC.cpp
AgeCommit message (Collapse)Author
2014-11-08Implement #545Petr Mrázek
* Instance group can be selected when creating and copying instances * Original group is pre-selected when copying * Last used group is pre-selected when creating new instances
2014-11-02Fix another bunch of copyright years, including fixing #397Jan Dalheimer
2014-10-01Fix translations path for the meta cachePetr Mrázek
2014-09-30Translation downloading!robotbrain
2014-09-06Sync from quickmodsPetr Mrázek
2014-07-30Show a warning if the instance path contains a '!'Loetkolben
The checks and warnings happen the time MMC loads (via QLOG_INFO), the time the GUI starts (via a dialog) and when the user changes the instance path via the settings window.
2014-07-19Make forge work.Petr Mrázek
Using classifiers FTW.
2014-07-01Move settings lib into the main code, fixing error logging in it.Petr Mrázek
2014-06-30Merge branch 'feature_theme_support' into developPetr Mrázek
Conflicts: main.cpp
2014-06-28Merge branch 'feature/fix_intel' into developPetr Mrázek
Conflicts: CMakeLists.txt changelog.yaml gui/MainWindow.cpp
2014-06-28Fix issues with intel drivers. Forced java re-detection on Windows.Petr Mrázek
2014-06-09Tweaks to page dialog and version page.Petr Mrázek
2014-06-09Reduce startup logging verbosityPetr Mrázek
2014-06-09Reorganize logic code.Petr Mrázek
2014-06-09Much change, very jarmod.Petr Mrázek
2014-06-09Begin the transformation!Petr Mrázek
Nuke all the things.
2014-05-25New flat icon themes from pexnerPetr Mrázek
Squash and rework of commits from robotbrain
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-22FTB paths changed on windows. Fixes #255Jan Dalheimer
2014-05-21Merge branch 'feature_crashreport' into developJan Dalheimer
2014-05-17Add static data path for ... static data. Like translations. Move ↵Petr Mrázek
translations there.
2014-05-09Implement crash handling on LinuxForkk
This will allow us to generate crash dumps and have users report crashes.
2014-04-21Merge remote-tracking branch 'origin/feature_raise_console' into developPetr 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-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-06Workaround for dirty build folders.Petr Mrázek
My disgust just turned into barely contained rage :<
2014-04-06Get rid of long rebuilds because of minor cmake config changesPetr Mrázek
2014-03-09Merge remote-tracking branch 'origin/fix_ftb_again' into integration_butcheryPetr Mrázek
2014-03-05Use a constant for the buffer size.robotbrain
2014-03-05Fix it - it did it even if the op failed.robotbrain
2014-03-05Use windows api to prevent encoding problems.robotbrain
2014-03-03Fix ftb locations on old windows... again.robotbrain
2014-03-02Gather and store liteloader metadata.Petr Mrázek
2014-02-24Merge branch 'feature_profiling' into integration_json_and_toolsPetr Mrázek
2014-02-19New, better, liteloader supportJan Dalheimer
2014-02-16RestructureJan Dalheimer
2014-02-16Fix more stuff. Detached tools, only MCEdit for now.Jan Dalheimer
2014-02-15Underp. Don't depend on OneSix. Nicer "menu" style choosing.Jan Dalheimer
2014-02-15Profiler support. Currently JProfiler and JVisualVM are implemented.Jan Dalheimer
2014-02-13Fix FTB paths on Windows XProbotbrain
2014-01-17Improve Console window output.Orochimarufan
-> Log Pre- and Post-Launch command happenings -> Enable the java part to specify the level TODO: fix logging with mc 1.7's log4j logging infrastructure Signed-off-by: Orochimarufan <orochimarufan.x3@gmail.com>
2014-01-12Merge branch 'feature_localization' of https://github.com/02JanDal/MultiMC5 ↵Petr Mrázek
into develop Conflicts: gui/dialogs/SettingsDialog.cpp gui/dialogs/SettingsDialog.ui
2014-01-12Show Mojang service statuses in status barSky
2014-01-07Rework version numbering system.Forkk
Again...
2014-01-06Implement proxy settingsForkk