summaryrefslogtreecommitdiffstats
path: root/MultiMC.cpp
Commit message (Collapse)AuthorAgeLines
* Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developPetr Mrázek2013-12-10-2/+74
|\ | | | | | | | | | | Conflicts: CMakeLists.txt gui/MainWindow.cpp
| * Finish implementing update installation.Andrew2013-12-06-1/+68
| | | | | | | | Also add the option to update on exit.
| * Rework the update checking systemAndrew2013-12-04-3/+4
| |
| * Renew the updater branchPetr Mrázek2013-12-02-0/+4
| | | | | | | | Now with some actual consensus on what the updater will do!
* | Finish assets update for 1.7.3Petr Mrázek2013-12-10-1/+2
|/
* Merge branch 'develop' of github.com:MultiMC/MultiMC5 into developAndrew2013-12-01-0/+4
|\
| * Fix (hopefully) library dependency resolution.Petr Mrázek2013-12-01-0/+3
| | | | | | | | | | | | Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs.
| * Remember the last selected instance and select it on startupJan Dalheimer2013-11-30-0/+1
| |
* | Rework MultiMC's versioning systemAndrew2013-12-01-3/+2
|/
* Fixed compilation errors.Andrew2013-11-28-3/+0
| | | | Yeah... Forgot to recompile everything after deleting those files.
* Merge branch 'feature_yggdrasil' into developPetr Mrázek2013-11-24-0/+7
|\ | | | | | | | | | | | | | | Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix.
| * Implement saving account list to fileAndrew2013-11-19-0/+1
| | | | | | | | | | 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.
| * Implement loading accounts from list.Andrew2013-11-18-0/+6
| |
* | Fix console window (now not a QDialog)Petr Mrázek2013-11-23-2/+3
|/ | | | | | 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.
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-3/+3
|
* Implement instance sorting options.Petr Mrázek2013-11-04-4/+2
|
* Main window geometry and state saving/reloadingSky2013-11-03-0/+6
|
* List available proxies on startPetr Mrázek2013-10-31-1/+41
|
* Customizable folder browsing is same as for the instance folder. Syste Proxy ↵Petr Mrázek2013-10-29-0/+3
| | | | usage.
* Valgrind-checked early application startPetr Mrázek2013-10-28-5/+9
|
* Fix problem with instance list not using the instance folder pathPetr Mrázek2013-10-28-3/+6
|
* Fix "no windows means MMC exits prematurely" issueSky2013-10-26-0/+4
|
* Merge branch 'feature_skins' into developSky2013-10-21-0/+1
|\
| * Clean up skins, remove wrapper, save to accounts/skinsSky2013-10-21-1/+1
| |
| * First draft of player faces in the login dialogSky2013-10-19-0/+1
| |
* | Ask for java path when hostname changes from the last run.Petr Mrázek2013-10-20-0/+1
|/
* Change Organization and App name, might invalidate some configs? Add Tak to ↵MMC5-tb9Orochimarufan2013-10-18-2/+2
| | | | credits screen
* Huge Java detection refactor, version dialogs on first run (no JavaPath set) ↵Sky2013-10-14-11/+12
| | | | and "auto detect" button
* Automatically try to set the Java path on first startSky2013-10-06-1/+14
|
* Get rid of junky timestamps, along with some select pointless log messagesPetr Mrázek2013-10-06-1/+1
|
* Added file loggerPetr Mrázek2013-10-06-8/+26
|
* Implement basic yggdrasil auth.Petr Mrázek2013-09-23-77/+81
| | | | No fancy login token saving involved.
* Working 1.6 modding (currently only forge)Petr Mrázek2013-09-22-44/+26
|
* Implement legacy forge button!Petr Mrázek2013-09-18-0/+1
| | | | | Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
* Forge version list implementation. Needs integration and testing.Petr Mrázek2013-09-16-0/+45
|
* Fix translation initialization (and loading).Petr Mrázek2013-09-09-10/+56
|
* Filed attempt on making localization workStiepen222013-09-08-0/+14
|
* Merge branch 'master' of https://github.com/Stiepen22/MultiMC5 into developPetr Mrázek2013-09-08-0/+3
| | | | | | | Conflicts: AppSettings.cpp MultiMC.pro main.cpp
* Use HttpMetaCache to minimize network use.Petr Mrázek2013-09-08-2/+19
|
* Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek2013-09-07-0/+222