Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-31 | Refactor icon lists heavily | Petr 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-30 | Notify the user of any errors | Jan Dalheimer | |
2013-12-29 | Launch an editor for the custom.json file. Also allow overriding of the ↵ | Jan Dalheimer | |
system default editor | |||
2013-12-29 | Maybe break updater even more? | Petr Mrázek | |
2013-12-28 | Set permissions for the updater binary after updating it. | Petr Mrázek | |
2013-12-22 | Make FTB instances behave better | Petr 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-21 | Initial FTB support. Allows "tracking" of FTB instances. | Jan Dalheimer | |
2013-12-21 | Keep the last five logs | Jan Dalheimer | |
2013-12-20 | Some test madness | Petr Mrázek | |
2013-12-16 | Remove obsolete auto login option. | Petr Mrázek | |
2013-12-15 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_news | Andrew | |
Conflicts: CMakeLists.txt | |||
2013-12-15 | Added a system to load news from MultiMC.org's RSS | Andrew | |
Currently it doesn't show it anywhere in the UI. That's next. | |||
2013-12-14 | Merge branch 'testing' of https://github.com/02JanDal/MultiMC5 into develop | Petr Mrázek | |
Conflicts: MultiMC.cpp | |||
2013-12-13 | Add support for 1.7.4 user_type (needs testing with legacy accounts) | Petr Mrázek | |
2013-12-10 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | |
Conflicts: CMakeLists.txt gui/MainWindow.cpp | |||
2013-12-10 | Finish assets update for 1.7.3 | Petr Mrázek | |
2013-12-06 | Finish implementing update installation. | Andrew | |
Also add the option to update on exit. | |||
2013-12-04 | Rework the update checking system | Andrew | |
2013-12-02 | Unit testing | Jan Dalheimer | |
2013-12-02 | Renew the updater branch | Petr Mrázek | |
Now with some actual consensus on what the updater will do! | |||
2013-12-01 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Andrew | |
2013-12-01 | Rework MultiMC's versioning system | Andrew | |
2013-12-01 | Fix (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-30 | Remember the last selected instance and select it on startup | Jan Dalheimer | |
2013-11-28 | Fixed compilation errors. | Andrew | |
Yeah... Forgot to recompile everything after deleting those files. | |||
2013-11-24 | Merge branch 'feature_yggdrasil' into develop | Petr Mrázek | |
Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix. | |||
2013-11-23 | Fix 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-19 | Implement saving account list to file | Andrew | |
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-18 | Implement loading accounts from list. | Andrew | |
2013-11-04 | Reformat and (slightly) decruft all the things. | Petr Mrázek | |
2013-11-04 | Implement instance sorting options. | Petr Mrázek | |
2013-11-03 | Main window geometry and state saving/reloading | Sky | |
2013-10-31 | List available proxies on start | Petr Mrázek | |
2013-10-29 | Customizable folder browsing is same as for the instance folder. Syste Proxy ↵ | Petr Mrázek | |
usage. | |||
2013-10-28 | Valgrind-checked early application start | Petr Mrázek | |
2013-10-28 | Fix problem with instance list not using the instance folder path | Petr Mrázek | |
2013-10-26 | Fix "no windows means MMC exits prematurely" issue | Sky | |
2013-10-21 | Merge branch 'feature_skins' into develop | Sky | |
2013-10-21 | Clean up skins, remove wrapper, save to accounts/skins | Sky | |
2013-10-20 | Ask for java path when hostname changes from the last run. | Petr Mrázek | |
2013-10-19 | First draft of player faces in the login dialog | Sky | |
2013-10-18 | Change Organization and App name, might invalidate some configs? Add Tak to ↵ | Orochimarufan | |
credits screen | |||
2013-10-14 | Huge Java detection refactor, version dialogs on first run (no JavaPath set) ↵ | Sky | |
and "auto detect" button | |||
2013-10-06 | Automatically try to set the Java path on first start | Sky | |
2013-10-06 | Get rid of junky timestamps, along with some select pointless log messages | Petr Mrázek | |
2013-10-06 | Added file logger | Petr Mrázek | |
2013-09-23 | Implement basic yggdrasil auth. | Petr Mrázek | |
No fancy login token saving involved. | |||
2013-09-22 | Working 1.6 modding (currently only forge) | Petr Mrázek | |
2013-09-18 | Implement legacy forge button! | Petr Mrázek | |
Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects | |||
2013-09-16 | Forge version list implementation. Needs integration and testing. | Petr Mrázek | |