Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Nuke skins.json, use nice yggdrasil implementation instead. Grabs all Mojang ↵ | Sky | 2013-11-27 | -87/+51 | |
| | | | | | | | | account skins on addition, active on startup | ||||
| * | Move "manage accounts" to right, use player skin when available | Sky | 2013-11-27 | -42/+147 | |
| | | |||||
* | | Add Arcanist config file | Andrew | 2013-11-27 | -0/+5 | |
|/ | |||||
* | Fix for latest snapshot ``changes'' | Petr Mrázek | 2013-11-27 | -3/+54 | |
| | |||||
* | Add java checker to the instance settings | Petr Mrázek | 2013-11-25 | -28/+110 | |
| | |||||
* | Detect java bitness on launch, use appropriate libraries | Petr Mrázek | 2013-11-25 | -105/+165 | |
| | | | | Fixes problems with latest snapshot | ||||
* | Merge branch 'feature_yggdrasil' into develop | Petr Mrázek | 2013-11-24 | -129/+1846 | |
|\ | | | | | | | | | | | | | | | Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix. | ||||
| * | Properly implement launching and downloading | Andrew | 2013-11-22 | -103/+148 | |
| | | | | | | | | Also added a system to select an active account to log in with. | ||||
| * | Implement removing accounts. | Andrew | 2013-11-22 | -1/+21 | |
| | | |||||
| * | Tweak the "no accounts" warning a bit. | Andrew | 2013-11-22 | -3/+10 | |
| | | | | | | | | | | It now asks users if they want to open the manage accounts dialog to add their accounts. | ||||
| * | Fix crashing when there are no accounts added | Andrew | 2013-11-22 | -1/+3 | |
| | | | | | | | | | | The warning message actually displays now when there are no Mojang accounts to log in with, rather than simply crashing MultiMC. | ||||
| * | Nuke and pave the old login system | Andrew | 2013-11-20 | -114/+144 | |
| | | | | | | | | Also, account list now saves profile lists. | ||||
| * | Add a button to open the account list. | Andrew | 2013-11-20 | -2/+20 | |
| | | | | | | | | Also fix the account list dialog's close button. | ||||
| * | Implement saving account list to file | Andrew | 2013-11-19 | -3/+133 | |
| | | | | | | | | | | 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. | Andrew | 2013-11-18 | -7/+141 | |
| | | |||||
| * | Implement account list and account list dialog | Andrew | 2013-11-18 | -9/+520 | |
| | | |||||
| * | Implement auth task's response processing. | Andrew | 2013-11-14 | -8/+256 | |
| | | | | | | | | The authenticate task can now successfully log a user in. | ||||
| * | Add test authentication task. | Andrew | 2013-11-14 | -7/+134 | |
| | | | | | | | | It doesn't actually do anything with the server's reply yet. | ||||
| * | Add abstract base class for Yggdrasil tasks. | Andrew | 2013-11-13 | -1/+297 | |
| | | |||||
| * | Added YouCompleteMe config to .gitignore | Andrew | 2013-11-13 | -0/+6 | |
| | | |||||
| * | Added data structures for Mojang Account. | Andrew | 2013-11-11 | -0/+129 | |
| | | |||||
| * | Added vim *.swp files to .gitignore | Andrew | 2013-11-11 | -0/+2 | |
| | | |||||
| * | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Andrew | 2013-11-11 | -77/+85 | |
| |\ | |||||
| * \ | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Andrew | 2013-11-04 | -3767/+4492 | |
| |\ \ | |||||
* | | | | Prepare for rework of instance launch/update | Petr Mrázek | 2013-11-24 | -234/+451 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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ázek | 2013-11-23 | -133/+152 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 snapshot | Petr Mrázek | 2013-11-22 | -20/+25 | |
| | | | | |||||
* | | | | Forge XZ downloads now use temp files local to MultiMC, files are removed. | Petr Mrázek | 2013-11-19 | -1/+4 | |
| | | | | |||||
* | | | | Fix assets URL (expected to change... again) | Petr Mrázek | 2013-11-18 | -2/+4 | |
| | | | | |||||
* | | | | Re-enable assets download | Petr Mrázek | 2013-11-17 | -2/+1 | |
| | | | | |||||
* | | | | Fix broken signal in ConsoleWindow | Petr Mrázek | 2013-11-17 | -1/+1 | |
| | | | | | | | | | | | | | | | | Wasn't detecting minecraft shutdown properly | ||||
* | | | | Merge branch 'master' into develop | Petr Mrázek | 2013-11-17 | -0/+0 | |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'develop' | Petr Mrázek | 2013-11-13 | -24/+24 | |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'develop' | Petr Mrázek | 2013-11-12 | -21/+29 | |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'develop' | Petr Mrázek | 2013-11-11 | -6/+23 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Merge branch 'develop' | Petr Mrázek | 2013-11-06 | -15/+18 | |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'develop' | Sky | 2013-11-06 | -3823/+4536 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | Merge branch 'develop' | Sky | 2013-11-03 | -99/+617 | |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'develop' | Sky | 2013-11-03 | -45/+44 | |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'develop' | Petr Mrázek | 2013-10-31 | -3/+61 | |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'develop' | Petr Mrázek | 2013-10-30 | -157/+260 | |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' | Petr Mrázek | 2013-10-26 | -243/+405 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' | Sky | 2013-10-26 | -29/+114 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' | Sky | 2013-10-22 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' | Sky | 2013-10-21 | -18/+62 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' | Sky | 2013-10-21 | -3027/+22893 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | | | | | | | Use the forge mirrors for downloading forge libraries | Petr Mrázek | 2013-11-17 | -47/+306 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | | Fix signal derp from previous commit | Petr Mrázek | 2013-11-13 | -24/+24 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Console should now properly close/not close based on minecraft return code/signal. | ||||
* | | | | | | | | | | | | | | | Fix console not staying open on minecraft crash | Petr Mrázek | 2013-11-12 | -21/+29 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |