Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-06 | fix revert | robotbrainify | |
2013-12-06 | revert | robotbrainify | |
2013-12-06 | Open the url direectly. | robotbrainify | |
2013-12-06 | Fixes to pasting | robotbrainify | |
2013-12-06 | work on pasting instance logs | robotbrainify | |
blame clang for formatting changes | |||
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. | |||
2013-12-01 | Fix private info censor | Petr Mrázek | |
2013-12-01 | Fix login and startup logging issues | Petr Mrázek | |
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. | |||
2013-11-30 | Merge https://github.com/brainiac744/MultiMC5 into develop | Petr Mrázek | |
2013-11-30 | Fix crash when no instances are available | Jan Dalheimer | |
2013-11-30 | Remember the last selected instance and select it on startup | Jan Dalheimer | |
2013-11-29 | Fix OS X packaging problem | Anthony Parrott | |
GLOB_RECURSE was pointing at the wrong directory - it needed to point at the directories that had the dylib files in them to fix them so they didn’t point at the local installed version of Qt | |||
2013-11-28 | Fixed compilation errors. | Andrew | |
Yeah... Forgot to recompile everything after deleting those files. | |||
2013-11-28 | Nuke dead code | Andrew | |
2013-11-28 | Rework the password dialog | Andrew | |
It's now used as a general purpose "account edit dialog". It'll be used for entering usernames, passwords, or both. | |||
2013-11-28 | Verify access tokens before launching Minecraft | Andrew | |
Kind of an important thing to do... Heh... | |||
2013-11-28 | Tweak the layout of the accounts button | Andrew | |
2013-11-28 | Add icon for when no default account is selected | Andrew | |
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. | |||
2013-11-28 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_yggdrasil | Andrew | |
2013-11-28 | Merge branch 'develop' of https://github.com/Drayshak/MultiMC5 into ↵ | Andrew | |
feature_yggdrasil | |||
2013-11-28 | Merge https://github.com/brainiac744/MultiMC5 into develop | Petr Mrázek | |
2013-11-28 | Merge https://github.com/Drayshak/MultiMC5 into develop | Petr Mrázek | |
2013-11-28 | Could reach end of rulesFromJsonV4 method without returning a QList | Anthony Parrott | |
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. | |||
2013-11-28 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into feature_yggdrasil | Andrew | |
2013-11-28 | Update BUILD.md | Petr Mrázek | |
Add OSX build instructions taken from https://gist.github.com/number5/7250865 | |||
2013-11-27 | Add support for "no default account" | Sky | |
2013-11-27 | Merge remote-tracking branch 'upstream/feature_yggdrasil' into develop | Sky | |
2013-11-27 | Use player face in accounts dropdown, grab all valid account skins on startup | Sky | |
2013-11-27 | Dropdown for account switching | Sky | |
2013-11-27 | Allow setting no default account | Andrew | |
This allows the user to select an account to use every time they launch an instance. | |||
2013-11-27 | Merge branch 'develop' of github.com:MultiMC/MultiMC5 into develop | Andrew | |
2013-11-27 | Add Arcanist config file | Andrew | |
2013-11-27 | Nuke skins.json, use nice yggdrasil implementation instead. Grabs all Mojang ↵ | Sky | |
account skins on addition, active on startup | |||
2013-11-27 | Move "manage accounts" to right, use player skin when available | Sky | |
2013-11-27 | Fix for latest snapshot ``changes'' | Petr Mrázek | |
2013-11-25 | Add java checker to the instance settings | Petr Mrázek | |
2013-11-25 | Detect java bitness on launch, use appropriate libraries | Petr Mrázek | |
Fixes problems with latest snapshot | |||
2013-11-24 | Merge branch 'feature_yggdrasil' into develop | Petr Mrázek | |
Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix. | |||
2013-11-24 | Prepare for rework of instance launch/update | Petr Mrázek | |
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. | |||
2013-11-23 | Fix console window (now not a QDialog) | Petr Mrázek | |
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. | |||
2013-11-22 | Properly implement launching and downloading | Andrew | |
Also added a system to select an active account to log in with. | |||
2013-11-22 | Implement removing accounts. | Andrew | |
2013-11-22 | Tweak the "no accounts" warning a bit. | Andrew | |
It now asks users if they want to open the manage accounts dialog to add their accounts. | |||
2013-11-22 | Fix crashing when there are no accounts added | Andrew | |
The warning message actually displays now when there are no Mojang accounts to log in with, rather than simply crashing MultiMC. | |||
2013-11-22 | Implement user info stub for newest minecraft snapshot | Petr Mrázek | |
2013-11-20 | Nuke and pave the old login system | Andrew | |
Also, account list now saves profile lists. | |||
2013-11-20 | Add a button to open the account list. | Andrew | |
Also fix the account list dialog's close button. |