aboutsummaryrefslogtreecommitdiff
path: root/MultiMC.cpp
AgeCommit message (Collapse)Author
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.
2013-12-31Refactor icon lists heavilyPetr Mrázek
* Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM.
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-29Maybe break updater even more?Petr Mrázek
2013-12-28Set permissions for the updater binary after updating it.Petr Mrázek
2013-12-22Make FTB instances behave betterPetr Mrázek
* Do not re-create on every reload * Use the version.json/custom.json logic properly * Should be offline-friendly * FTB instances can be copied, turn into normal instances
2013-12-21Initial FTB support. Allows "tracking" of FTB instances.Jan Dalheimer
2013-12-21Keep the last five logsJan Dalheimer
2013-12-20Some test madnessPetr Mrázek
2013-12-16Remove obsolete auto login option.Petr Mrázek
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-14Merge branch 'testing' of https://github.com/02JanDal/MultiMC5 into developPetr Mrázek
Conflicts: MultiMC.cpp
2013-12-13Add support for 1.7.4 user_type (needs testing with legacy accounts)Petr Mrázek
2013-12-10Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek
Conflicts: CMakeLists.txt gui/MainWindow.cpp
2013-12-10Finish assets update for 1.7.3Petr Mrázek
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-01Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developAndrew
2013-12-01Rework MultiMC's versioning systemAndrew
2013-12-01Fix (hopefully) library dependency resolution.Petr Mrázek
Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs.
2013-11-30Remember the last selected instance and select it on startupJan Dalheimer
2013-11-28Fixed compilation errors.Andrew
Yeah... Forgot to recompile everything after deleting those files.
2013-11-24Merge branch 'feature_yggdrasil' into developPetr Mrázek
Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix.
2013-11-23Fix console window (now not a QDialog)Petr Mrázek
It now opens and coloses as expected, depending on user preferences and the status of the various processes involved. Console window geometry and state are remembered between runs.