Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-13 | First sweep moving URLs to a constants file | Sky | |
2013-12-12 | Make sure adding forced candidates doesn't result in duplicates | Sky | |
2013-12-12 | Don't break Linux and OS X builds :( | Sky | |
2013-12-12 | Java version list should be sorted, JRE->JDK, 64->32 | Sky | |
2013-12-11 | Remove QsLog destinations when they are destroyed. | Andrew | |
This fixes some issues where MultiMC was segfaulting on exit because things were trying to write to the logger while they were being destroyed, but the destinations had already been destroyed and were left in the list. | |||
2013-12-11 | Fix console window sticking open derp | Sky | |
2013-12-11 | Fix checker progress derp | Sky | |
2013-12-11 | Merge https://github.com/Drayshak/MultiMC5 into develop | Petr Mrázek | |
2013-12-11 | Swap https -> http for asset indexes | Petr Mrázek | |
2013-12-11 | Better (but unsorted) Java detection | Sky | |
2013-12-11 | Merge branch 'feature_no_firstrun' of https://github.com/robotbrain/MultiMC5 ↵ | Petr Mrázek | |
into develop | |||
2013-12-10 | Nuke! | robotbrain | |
2013-12-10 | Do not let the console close while Minecraft is running (prevent return to ↵ | Petr Mrázek | |
main window) | |||
2013-12-10 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | |
2013-12-10 | Move fixup_bundle CMake stuff into a separate file | Andrew | |
2013-12-10 | Use metacache for minecraft.jar downloads | Petr Mrázek | |
2013-12-10 | Fix my utter derp | robotbrainify | |
2013-12-10 | Nuke. | 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-09 | Fix I think. | robotbrain | |
2013-12-09 | Make it update the instance when it creates it, so you can install forge | robotbrain | |
right away | |||
2013-12-09 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Andrew | |
2013-12-09 | Merge branch 'feature_updater' into develop | Andrew | |
2013-12-08 | Merge branch 'feature_assets' into develop | Petr Mrázek | |
2013-12-08 | Fix offline mode bugs | Petr Mrázek | |
2013-12-08 | Move pastebin button on the console window to the left | Petr Mrázek | |
It's been there before, it's there now :D | |||
2013-12-08 | Merge branch 'feature_pasting' of https://github.com/robotbrain/MultiMC5 ↵ | Petr Mrázek | |
into develop | |||
2013-12-08 | Finish preliminary offline support | Petr Mrázek | |
* ProgressProvider now has an abort() call * Abort button support added to the progress dialog * YggdrasilTask and MojangAccount adapted to support abort YggdrasilTask will time out after 10 seconds of no network activity, or when the user pushes the Play Offline button. In offline mode, all instance update tasks are skipped! This will need further work. | |||
2013-12-08 | More work on new assets system. Works given a properly constructed assets ↵ | Sky | |
folder, no downloading yet | |||
2013-12-08 | Work on new assets system. Working legacy assets importer, disabled assets ↵ | Sky | |
downloading for now | |||
2013-12-07 | Merge branch 'feature_updater' of github.com:MultiMC/MultiMC5 into ↵ | Petr Mrázek | |
feature_updater | |||
2013-12-07 | Fix build failures on Windows. | Petr Mrázek | |
* remove atoll * fix include path of updater depends | |||
2013-12-06 | fix revert | robotbrainify | |
2013-12-06 | Include shellapi.h in the updater on Windows. | Andrew | |
2013-12-06 | revert | robotbrainify | |
2013-12-06 | Open the url direectly. | robotbrainify | |
2013-12-06 | Fixes to pasting | robotbrainify | |
2013-12-06 | Added WIN32_LEAN_AND_MEAN | Andrew | |
Should reduce compile times and help get rid of some error things. | |||
2013-12-06 | work on pasting instance logs | robotbrainify | |
blame clang for formatting changes | |||
2013-12-06 | Finish implementing update installation. | Andrew | |
Also add the option to update on exit. | |||
2013-12-05 | Implement update installer | Andrew | |
2013-12-05 | Implement DownloadUpdateTask | Andrew | |
Installing updates is not implemented yet. That's next. | |||
2013-12-05 | Offline mode support, part 1 | Petr Mrázek | |
Refactor MojangAccount so it exposes a less generic interface and supports login. Hide the ugly details. Yggdrasil tasks are now only used from MojangAccount. | |||
2013-12-04 | Rework the update checking system | Andrew | |
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 | Exclude more debug libs (on OSX), debug builds include debug libs. | Petr Mrázek | |
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. |