aboutsummaryrefslogtreecommitdiff
path: root/MultiMC.h
AgeCommit message (Collapse)Author
2014-04-06Get rid of long rebuilds because of minor cmake config changesPetr Mrázek
2014-02-24Merge branch 'feature_profiling' into integration_json_and_toolsPetr Mrázek
2014-02-19New, better, liteloader supportJan 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-01-12Show Mojang service statuses in status barSky
2014-01-06Implement proxy settingsForkk
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-05Mess with the updater again.Petr Mrázek
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
2013-12-30Notify the user of any errorsJan Dalheimer
2013-12-29Launch an editor for the custom.json file. Also allow overriding of the ↵Jan Dalheimer
system default editor
2013-12-15Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_newsAndrew
Conflicts: CMakeLists.txt
2013-12-15Added a system to load news from MultiMC.org's RSSAndrew
Currently it doesn't show it anywhere in the UI. That's next.
2013-12-15Unit tests for the DownloadUpdateTask classJan Dalheimer
2013-12-14More tests for the UpdateChecker class. It should be done for now.Jan Dalheimer
2013-12-14Merge branch 'testing' of https://github.com/02JanDal/MultiMC5 into developPetr Mrázek
Conflicts: MultiMC.cpp
2013-12-06Finish implementing update installation.Andrew
Also add the option to update on exit.
2013-12-04Rework the update checking systemAndrew
2013-12-02Unit testingJan Dalheimer
2013-12-02Renew the updater branchPetr Mrázek
Now with some actual consensus on what the updater will do!
2013-12-01Rework MultiMC's versioning systemAndrew
2013-11-18Implement loading accounts from list.Andrew
2013-11-04Implement instance sorting options.Petr Mrázek
2013-10-14Huge Java detection refactor, version dialogs on first run (no JavaPath set) ↵Sky
and "auto detect" button
2013-10-06Added file loggerPetr Mrázek
2013-09-23Implement basic yggdrasil auth.Petr Mrázek
No fancy login token saving involved.
2013-09-22Working 1.6 modding (currently only forge)Petr Mrázek
2013-09-16Forge version list implementation. Needs integration and testing.Petr Mrázek
2013-09-09Fix translation initialization (and loading).Petr Mrázek
2013-09-08Use HttpMetaCache to minimize network use.Petr Mrázek
2013-09-07Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek