Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'feature_screenshots' into integration_json_and_tools | Petr Mrázek | 2014-02-25 | -15/+34 |
|\ | | | | | | | | | | | | | Conflicts: logic/net/URLConstants.h Resolve issues with multiple definitions of URL constants by moving them to their own object file. | |||
| * | Reorganize all the screenshot files | Petr Mrázek | 2014-02-25 | -268/+0 |
| | | ||||
| * | Imgur album creation | Jan Dalheimer | 2014-02-24 | -17/+148 |
| | | ||||
| * | Working screenshot upload | Jan Dalheimer | 2014-02-24 | -4/+3 |
| | | ||||
| * | Screenshot fixes, move some code around, fix some stuff | Jan Dalheimer | 2014-02-24 | -12/+18 |
| | | ||||
| * | Close to finished. Need to fix the upload part. Viewing works (in grayscale) | robotbrain | 2014-02-23 | -96/+31 |
| | | ||||
| * | Initial stuff. It doesnt work. | robotbrain | 2014-02-23 | -0/+198 |
| | | ||||
* | | New, better, liteloader support | Jan Dalheimer | 2014-02-19 | -0/+1 |
|/ | ||||
* | Offline mode can be used even when online. | Petr Mrázek | 2014-01-27 | -4/+0 |
| | | | | | | Allow the user to pick a player name for offline mode. Big auth refactor. Now using session objects instead of the accounts themselves. Sessions only last for one instance start and hold all the auth and player data. | |||
* | Marginally improve OneSix offline mode launch | Petr Mrázek | 2014-01-18 | -11/+19 |
| | | | | | While reconstructing assets, skip files that don't exist. Report missing OneSix native libraries. | |||
* | Small fix for stale files getting stuck in the cache | Petr Mrázek | 2014-01-13 | -5/+11 |
| | ||||
* | Show Mojang service statuses in status bar | Sky | 2014-01-12 | -0/+2 |
| | ||||
* | Harden CacheDownload. | Petr Mrázek | 2014-01-11 | -25/+39 |
| | | | | It's now super hard. SRSLY. | |||
* | Make CacheDownload use QSaveFile | Petr Mrázek | 2014-01-10 | -30/+24 |
| | ||||
* | Use the central URL list for forge URLs | Petr Mrázek | 2013-12-23 | -0/+2 |
| | ||||
* | Make pack200 use QFile by proxy, eliminating some unicode issues. | Petr Mrázek | 2013-12-22 | -6/+39 |
| | ||||
* | Fix issues with the updater | Petr Mrázek | 2013-12-21 | -16/+30 |
| | | | | | | * Bad URLs used for downloading update files * MD5ETagDownload resetting the expected ETag after failure to the failed file MD5 checksum * Delete MD5ETagDownload downloaded files if the download fails. | |||
* | Some test madness | Petr Mrázek | 2013-12-20 | -1/+4 |
| | ||||
* | Use asset sizes from the index to make the progress bar better | Petr Mrázek | 2013-12-15 | -264/+69 |
| | ||||
* | First sweep moving URLs to a constants file | Sky | 2013-12-13 | -1/+32 |
| | ||||
* | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Petr Mrázek | 2013-12-10 | -0/+9 |
|\ | | | | | | | | | | | Conflicts: CMakeLists.txt gui/MainWindow.cpp | |||
| * | Merge branch 'feature_updater' into develop | Andrew | 2013-12-09 | -0/+9 |
| |\ | ||||
| | * | Implement update installer | Andrew | 2013-12-05 | -0/+9 |
| | | | ||||
* | | | Finish assets update for 1.7.3 | Petr Mrázek | 2013-12-10 | -15/+16 |
|/ / | ||||
* | | Merge branch 'feature_pasting' of https://github.com/robotbrain/MultiMC5 ↵ | Petr Mrázek | 2013-12-08 | -0/+110 |
|\ \ | | | | | | | | | | into develop | |||
| * | | Open the url direectly. | robotbrainify | 2013-12-06 | -7/+2 |
| | | | ||||
| * | | Fixes to pasting | robotbrainify | 2013-12-06 | -4/+5 |
| | | | ||||
| * | | work on pasting instance logs | robotbrainify | 2013-12-06 | -0/+114 |
| |/ | | | | | | | blame clang for formatting changes | |||
* / | Finish preliminary offline support | Petr Mrázek | 2013-12-08 | -0/+2 |
|/ | | | | | | | | | * 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. | |||
* | Nuke dead code | Andrew | 2013-11-28 | -369/+0 |
| | ||||
* | Implement user info stub for newest minecraft snapshot | Petr Mrázek | 2013-11-22 | -11/+20 |
| | ||||
* | Forge XZ downloads now use temp files local to MultiMC, files are removed. | Petr Mrázek | 2013-11-19 | -1/+4 |
| | ||||
* | Use the forge mirrors for downloading forge libraries | Petr Mrázek | 2013-11-17 | -44/+285 |
| | | | | Let's hope we never, ever see a forge download error again. | |||
* | Mark forge lib downloads as failed when they fail | Petr Mrázek | 2013-11-16 | -0/+10 |
| | ||||
* | Reformat and (slightly) decruft all the things. | Petr Mrázek | 2013-11-04 | -130/+368 |
| | ||||
* | S3 bucket listing support and network code refactors. | Petr Mrázek | 2013-10-26 | -118/+310 |
| | | | | | | * Adds support for listing all objects in an S3 bucket. * Renames a bunch of network related classes (Download->Action) * Net actions now have static constructors | |||
* | Add assets download status to status bar. | Sky | 2013-10-26 | -1/+6 |
| | ||||
* | Actually use QJson for Yggdrasil requests | Petr Mrázek | 2013-10-23 | -8/+10 |
| | ||||
* | Support version format 9, fix version-related segfault, (maybe) fix forge lists. | Petr Mrázek | 2013-10-18 | -8/+20 |
| | ||||
* | Use Yggdrasil error response when available, or fall back to legacy HTTP ↵ | Sky | 2013-10-17 | -19/+54 |
| | | | | error codes | |||
* | Un-copy-pasta the login response handler using std::function magic | Sky | 2013-10-17 | -84/+63 |
| | ||||
* | Improve error message for invalid login details using yggdrasil, add debug ↵ | Sky | 2013-10-15 | -0/+6 |
| | | | | log for unknown codes | |||
* | Fix auth for 13w41a | Petr Mrázek | 2013-10-11 | -2/+3 |
| | ||||
* | Log failure reasons of cache downloads | Petr Mrázek | 2013-10-06 | -7/+7 |
| | ||||
* | Added file logger | Petr Mrázek | 2013-10-06 | -61/+62 |
| | ||||
* | Add user agent header to most MultiMC download requests. | Petr Mrázek | 2013-10-02 | -14/+19 |
| | ||||
* | Add missing include | Petr Mrázek | 2013-10-01 | -0/+1 |
| | ||||
* | ``Working'' forge unpackers. Needs a lot of hardening but good for alpha. | Petr Mrázek | 2013-09-30 | -6/+330 |
| | ||||
* | Compression algo dependencies, still need hackery... | Petr Mrázek | 2013-09-26 | -36/+70 |
| | ||||
* | Implement basic yggdrasil auth. | Petr Mrázek | 2013-09-23 | -0/+331 |
| | | | | No fancy login token saving involved. |