Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remember the last selected instance and select it on startup | Jan Dalheimer | 2013-11-30 | -0/+1 |
| | ||||
* | Fixed compilation errors. | Andrew | 2013-11-28 | -3/+0 |
| | | | | Yeah... Forgot to recompile everything after deleting those files. | |||
* | Merge branch 'feature_yggdrasil' into develop | Petr Mrázek | 2013-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 file | Andrew | 2013-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. | Andrew | 2013-11-18 | -0/+6 |
| | | ||||
* | | Fix console window (now not a QDialog) | Petr Mrázek | 2013-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ázek | 2013-11-04 | -3/+3 |
| | ||||
* | Implement instance sorting options. | Petr Mrázek | 2013-11-04 | -4/+2 |
| | ||||
* | Main window geometry and state saving/reloading | Sky | 2013-11-03 | -0/+6 |
| | ||||
* | List available proxies on start | Petr Mrázek | 2013-10-31 | -1/+41 |
| | ||||
* | Customizable folder browsing is same as for the instance folder. Syste Proxy ↵ | Petr Mrázek | 2013-10-29 | -0/+3 |
| | | | | usage. | |||
* | Valgrind-checked early application start | Petr Mrázek | 2013-10-28 | -5/+9 |
| | ||||
* | Fix problem with instance list not using the instance folder path | Petr Mrázek | 2013-10-28 | -3/+6 |
| | ||||
* | Fix "no windows means MMC exits prematurely" issue | Sky | 2013-10-26 | -0/+4 |
| | ||||
* | Merge branch 'feature_skins' into develop | Sky | 2013-10-21 | -0/+1 |
|\ | ||||
| * | Clean up skins, remove wrapper, save to accounts/skins | Sky | 2013-10-21 | -1/+1 |
| | | ||||
| * | First draft of player faces in the login dialog | Sky | 2013-10-19 | -0/+1 |
| | | ||||
* | | Ask for java path when hostname changes from the last run. | Petr Mrázek | 2013-10-20 | -0/+1 |
|/ | ||||
* | Change Organization and App name, might invalidate some configs? Add Tak to ↵MMC5-tb9 | Orochimarufan | 2013-10-18 | -2/+2 |
| | | | | credits screen | |||
* | Huge Java detection refactor, version dialogs on first run (no JavaPath set) ↵ | Sky | 2013-10-14 | -11/+12 |
| | | | | and "auto detect" button | |||
* | Automatically try to set the Java path on first start | Sky | 2013-10-06 | -1/+14 |
| | ||||
* | Get rid of junky timestamps, along with some select pointless log messages | Petr Mrázek | 2013-10-06 | -1/+1 |
| | ||||
* | Added file logger | Petr Mrázek | 2013-10-06 | -8/+26 |
| | ||||
* | Implement basic yggdrasil auth. | Petr Mrázek | 2013-09-23 | -77/+81 |
| | | | | No fancy login token saving involved. | |||
* | Working 1.6 modding (currently only forge) | Petr Mrázek | 2013-09-22 | -44/+26 |
| | ||||
* | Implement legacy forge button! | Petr Mrázek | 2013-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ázek | 2013-09-16 | -0/+45 |
| | ||||
* | Fix translation initialization (and loading). | Petr Mrázek | 2013-09-09 | -10/+56 |
| | ||||
* | Filed attempt on making localization work | Stiepen22 | 2013-09-08 | -0/+14 |
| | ||||
* | Merge branch 'master' of https://github.com/Stiepen22/MultiMC5 into develop | Petr Mrázek | 2013-09-08 | -0/+3 |
| | | | | | | | Conflicts: AppSettings.cpp MultiMC.pro main.cpp | |||
* | Use HttpMetaCache to minimize network use. | Petr Mrázek | 2013-09-08 | -2/+19 |
| | ||||
* | Move a good chunk of the singleton objects into a new QApplication subclass. | Petr Mrázek | 2013-09-07 | -0/+222 |