summaryrefslogtreecommitdiffstats
path: root/logic
Commit message (Collapse)AuthorAgeLines
* Rework the update checking systemAndrew2013-12-04-142/+327
|
* Renew the updater branchPetr Mrázek2013-12-02-0/+142
| | | | Now with some actual consensus on what the updater will do!
* Fix (hopefully) library dependency resolution.Petr Mrázek2013-12-01-23/+16
| | | | | | Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs.
* Fix private info censorPetr Mrázek2013-12-01-2/+2
|
* Fix login and startup logging issuesPetr Mrázek2013-12-01-170/+389
| | | | | | | | Auth uses the refresh endpoint instead of validate. This means less password entering. Console will now only autoscroll when already scrolled all the way down. Better conformance with the Yggdrasil auth protocol (not complete yet, but Mojang launcher isn't complete either). Fix bug that prevented saving the account data (uninitialized variable). Accounts can now trigger account list saving, this is used for the refresh endpoint.
* Fix crash when no instances are availableJan Dalheimer2013-11-30-0/+5
|
* Remember the last selected instance and select it on startupJan Dalheimer2013-11-30-4/+11
|
* Nuke dead codeAndrew2013-11-28-371/+3
|
* Verify access tokens before launching MinecraftAndrew2013-11-28-65/+193
| | | | Kind of an important thing to do... Heh...
* Add icon for when no default account is selectedAndrew2013-11-28-3/+21
| | | | | | Also fixed a bug where the icon on the accounts button wouldn't change when the user checked the "Use as default" checkbox in the account selection dialog.
* Merge https://github.com/brainiac744/MultiMC5 into developPetr Mrázek2013-11-28-0/+1
|\
| * Could reach end of rulesFromJsonV4 method without returning a QListAnthony Parrott2013-11-28-0/+1
| | | | | | | | | | | | It was possible for execution to reach the end of the rulesFromJsonV4 method without returning. This was causing a crash on OS X when parsing rules inside an instance.
* | Add support for "no default account"Sky2013-11-27-1/+5
|/
* Allow setting no default accountAndrew2013-11-27-3/+11
| | | | | This allows the user to select an account to use every time they launch an instance.
* Nuke skins.json, use nice yggdrasil implementation instead. Grabs all Mojang ↵Sky2013-11-27-39/+11
| | | | account skins on addition, active on startup
* Move "manage accounts" to right, use player skin when availableSky2013-11-27-0/+98
|
* Fix for latest snapshot ``changes''Petr Mrázek2013-11-27-3/+54
|
* Add java checker to the instance settingsPetr Mrázek2013-11-25-1/+0
|
* Detect java bitness on launch, use appropriate librariesPetr Mrázek2013-11-25-104/+164
| | | | Fixes problems with latest snapshot
* Merge branch 'feature_yggdrasil' into developPetr Mrázek2013-11-24-19/+1457
|\ | | | | | | | | | | | | | | Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix.
| * Properly implement launching and downloadingAndrew2013-11-22-6/+60
| | | | | | | | Also added a system to select an active account to log in with.
| * Implement removing accounts.Andrew2013-11-22-0/+13
| |
| * Nuke and pave the old login systemAndrew2013-11-20-31/+81
| | | | | | | | Also, account list now saves profile lists.
| * Implement saving account list to fileAndrew2013-11-19-3/+132
| | | | | | | | | | 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.Andrew2013-11-18-3/+120
| |
| * Implement account list and account list dialogAndrew2013-11-18-9/+282
| |
| * Implement auth task's response processing.Andrew2013-11-14-8/+256
| | | | | | | | The authenticate task can now successfully log a user in.
| * Add test authentication task.Andrew2013-11-14-7/+132
| | | | | | | | It doesn't actually do anything with the server's reply yet.
| * Add abstract base class for Yggdrasil tasks.Andrew2013-11-13-1/+295
| |
| * Added data structures for Mojang Account.Andrew2013-11-11-0/+125
| |
* | Prepare for rework of instance launch/updatePetr Mrázek2013-11-24-141/+181
| | | | | | | | | | | | | | | | | | | | Added missing licenses Added a Java functionality checker (detects 32/64bit java) Refactor of *Update - no longer based on BaseUpdate, but Task directly Fixed runner script to not derp up on 32bit linux. Could add more detection and error reporting there. Resources are now split into graphics and generated. Generated resources are placed in the build tree and included from there. Used the Java checker in the main settings dialog (TODO: instance settings). Partial support for ${arch}-using libraries - both 32 and 64 variants of ${arch} are downloaded.
* | 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
|