aboutsummaryrefslogtreecommitdiff
path: root/MultiMC.cpp
AgeCommit message (Collapse)Author
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-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.
2013-11-19Implement saving account list to fileAndrew
Currently it only saves when accounts are added or removed. We'll have to fix this, but we need signals for when account objects change first.
2013-11-18Implement loading accounts from list.Andrew
2013-11-04Reformat and (slightly) decruft all the things.Petr Mrázek
2013-11-04Implement instance sorting options.Petr Mrázek
2013-11-03Main window geometry and state saving/reloadingSky
2013-10-31List available proxies on startPetr Mrázek
2013-10-29Customizable folder browsing is same as for the instance folder. Syste Proxy ↵Petr Mrázek
usage.
2013-10-28Valgrind-checked early application startPetr Mrázek
2013-10-28Fix problem with instance list not using the instance folder pathPetr Mrázek
2013-10-26Fix "no windows means MMC exits prematurely" issueSky
2013-10-21Merge branch 'feature_skins' into developSky
2013-10-21Clean up skins, remove wrapper, save to accounts/skinsSky
2013-10-20Ask for java path when hostname changes from the last run.Petr Mrázek
2013-10-19First draft of player faces in the login dialogSky
2013-10-18Change Organization and App name, might invalidate some configs? Add Tak to ↵Orochimarufan
credits screen
2013-10-14Huge Java detection refactor, version dialogs on first run (no JavaPath set) ↵Sky
and "auto detect" button
2013-10-06Automatically try to set the Java path on first startSky
2013-10-06Get rid of junky timestamps, along with some select pointless log messagesPetr Mrázek
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