aboutsummaryrefslogtreecommitdiff
path: root/MultiMC.cpp
AgeCommit message (Collapse)Author
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-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
2014-01-05Merge branch 'updater-tweak' into developPetr Mrázek
2014-01-05Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek
2014-01-05More updater fixagePetr Mrázek
Preserve --dir parameter after updating Allow more than one copy of a command line parameter in MultiMC Linux runner script no longer changes current directory, which allows '--dir .' Fixed unit tests, removed the obsolete one (for some legacy updater command line params that were also removed) [fixes 63127704]
2014-01-05Some more updater fixesPetr Mrázek
Paths were wrong - still used work directory instead of root
2014-01-04Implement changing update channelsForkk
Allow the user to select which update channel they would like to download updates from.
2014-01-05Mess with the updater again.Petr Mrázek
2014-01-04Clean up/update translation code and made language selectable in the ↵Jan Dalheimer
settings dialog
2014-01-03Notifications system. Mainly to be used in case the updater breaks.Jan Dalheimer
2014-01-03Log version, work pathsPetr Mrázek
2014-01-02Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_newsForkk
Conflicts: CMakeLists.txt gui/MainWindow.h
2014-01-02Save/restore settings dialog (and instance specific settings) window geometrySky
2014-01-01Fix issue with PostExitCmd not translating to PostExitCommandPetr Mrázek
2014-01-01Enable high-dpi QIcon logicPetr Mrázek
2014-01-01Allow the use of synonyms in settings. Refactor settings.Petr Mrázek
Remove a bunch of obsolete/unused code.