summaryrefslogtreecommitdiffstats
path: root/logic
Commit message (Collapse)AuthorAgeLines
* Fix console window (now not a QDialog)Petr Mrázek2013-11-23-12/+32
| | | | | | 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.
* Implement user info stub for newest minecraft snapshotPetr Mrázek2013-11-22-19/+24
|
* Forge XZ downloads now use temp files local to MultiMC, files are removed.Petr Mrázek2013-11-19-1/+4
|
* Fix assets URL (expected to change... again)Petr Mrázek2013-11-18-2/+4
|
* Use the forge mirrors for downloading forge librariesPetr Mrázek2013-11-17-47/+302
| | | | Let's hope we never, ever see a forge download error again.
* Mark forge lib downloads as failed when they failPetr Mrázek2013-11-16-0/+10
|
* Fix signal derp from previous commitPetr Mrázek2013-11-13-1/+1
| | | | Console should now properly close/not close based on minecraft return code/signal.
* Fix console not staying open on minecraft crashPetr Mrázek2013-11-12-10/+15
|
* Recover from the bin folder of converted legacy instance being deleted.Petr Mrázek2013-11-11-1/+4
| | | | Use the new vanilla jar as the base jar if mcbackup.jar is missing.
* Use the right LWJGL path while creating an instancePetr Mrázek2013-11-11-1/+1
|
* Fix Sourceforge lwjgl version index download.Petr Mrázek2013-11-06-15/+18
|
* Read mcmod.info first, forgeversion.properties secondSky2013-11-05-18/+18
|
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-836/+1615
|
* Implement instance sorting options.Petr Mrázek2013-11-04-3/+9
|
* Add instance copying, fix instance creation (with identical names)Petr Mrázek2013-11-03-54/+102
|
* Catch assets index failureSky2013-11-03-0/+1
|
* Added NagUtils, nag people about trying to override JVM memory optionsSky2013-11-03-0/+60
|
* Hack for Intel graphics drivers on Windows.Petr Mrázek2013-10-31-2/+20
|
* Fix problem with instance list not using the instance folder pathPetr Mrázek2013-10-28-34/+51
|
* S3 bucket listing support and network code refactors.Petr Mrázek2013-10-26-215/+369
| | | | | | * 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.Sky2013-10-26-2/+14
|
* Actually use QJson for Yggdrasil requestsPetr Mrázek2013-10-23-8/+10
|
* Respect console options (opening a console at all, automatically closing)Sky2013-10-22-3/+3
|
* Local libs that won't get replaced/redownloadedPetr Mrázek2013-10-20-0/+2
|
* Support version format 9, fix version-related segfault, (maybe) fix forge lists.Petr Mrázek2013-10-18-10/+27
|
* Use Yggdrasil error response when available, or fall back to legacy HTTP ↵Sky2013-10-17-19/+54
| | | | error codes
* Un-copy-pasta the login response handler using std::function magicSky2013-10-17-84/+63
|
* Improve error message for invalid login details using yggdrasil, add debug ↵Sky2013-10-15-0/+6
| | | | log for unknown codes
* Fix non-Windows derpSky2013-10-15-6/+15
|
* Huge Java detection refactor, version dialogs on first run (no JavaPath set) ↵Sky2013-10-14-32/+341
| | | | and "auto detect" button
* Fix auth for 13w41aPetr Mrázek2013-10-11-2/+4
|
* MehPetr Mrázek2013-10-10-2/+13
|
* Version changing removes any existing version json.Petr Mrázek2013-10-10-90/+114
|
* Fix MMC-15Petr Mrázek2013-10-09-192/+180
| | | | ``mod does not delete from jar''
* Start mcmod.info panel. Needs to be its own widget and included in legacy ↵Sky2013-10-08-0/+30
| | | | mod edit window, text labels need eliding
* Add mod website button thing feature widget. It is super effective.Petr Mrázek2013-10-08-110/+138
|
* Basic version changing (OneSix only for now)Petr Mrázek2013-10-08-0/+11
|
* Make starting window size set properly on 1.6 instancesSky2013-10-07-0/+4
|
* Fix non-Windows naming derpSky2013-10-06-6/+6
|
* First draft of multiple Java installation detection on WindowsSky2013-10-06-44/+105
|
* Don't use SSL for lib downloadsPetr Mrázek2013-10-06-5/+6
|
* Log failure reasons of cache downloadsPetr Mrázek2013-10-06-7/+7
|
* Log java util stuff using the new logging methodPetr Mrázek2013-10-06-5/+5
|
* Get rid of junky timestamps, along with some select pointless log messagesPetr Mrázek2013-10-06-1/+1
|
* Merge branch 'develop' of https://github.com/MultiMC/MultiMC5 into developSky2013-10-06-420/+441
|\
| * Added file loggerPetr Mrázek2013-10-06-420/+441
| |
* | Add naive Windows Java detection - JavaUtils for finding it on other systems ↵Sky2013-10-05-0/+140
|/ | | | (incomplete)
* Add user agent header to most MultiMC download requests.Petr Mrázek2013-10-02-15/+33
|
* Add missing includePetr Mrázek2013-10-01-0/+1
|
* ``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek2013-09-30-17/+377
|