aboutsummaryrefslogtreecommitdiff
path: root/logic/lists
AgeCommit message (Collapse)Author
2014-03-02Gather and store liteloader metadata.Petr Mrázek
2014-02-25Fix missing includes in litaloader installer.Petr Mrázek
2014-02-24Merge branch 'fix_ftb' into integration_json_and_toolsPetr Mrázek
2014-02-21Don't assume forge for FTB instances. Fix FTB related stuff.Jan Dalheimer
2014-02-19New, better, liteloader supportJan Dalheimer
2014-02-09Blacklist the FTB voxel pack.Petr Mrázek
2014-02-09Only load instance list twice.Petr Mrázek
2014-02-08Fix crash bug related to messageboxes interrupting model resets in the ↵Petr Mrázek
instance list.
2014-02-04Pave.Petr Mrázek
2014-01-18Marginally improve OneSix offline mode launchPetr Mrázek
While reconstructing assets, skip files that don't exist. Report missing OneSix native libraries.
2014-01-16Sort forge versions right. Do not spam the multimc log with mc server status ↵Petr Mrázek
stuff.
2014-01-15Fix FTB.Petr Mrázek
Add support of private packs. Fix instance ID problems related to FTB instances.
2014-01-07Return a properly sorted list of checked javasSky
2014-01-03DEBUG: Add some logging for instance loading.Petr Mrázek
2013-12-31Refactor icon lists heavilyPetr Mrázek
* Icon list now uses a filesystem watcher for updates * Icon folder is user-customizable * All the little details. ALL OF THEM.
2013-12-23Tidy status messages a bitSky
2013-12-23Use the central URL list for forge URLsPetr Mrázek
2013-12-23Merge branch 'feature_forge_gradle' of https://github.com/02JanDal/MultiMC5 ↵Petr Mrázek
into develop
2013-12-23Support for the new forge gradle repoJan Dalheimer
2013-12-22Fix Java checker leaving behind temporary jar filesPetr Mrázek
2013-12-22FTB fixagePetr Mrázek
* Corrected an uninitialized variable that prevented forge list loadinf on Windows * Run the update step twice for FTB instances to ensure forge libs get downloaded
2013-12-22Make FTB instances behave betterPetr Mrázek
* Do not re-create on every reload * Use the version.json/custom.json logic properly * Should be offline-friendly * FTB instances can be copied, turn into normal instances
2013-12-21Initial FTB support. Allows "tracking" of FTB instances.Jan Dalheimer
2013-12-15Improve group changing, update instance on version changePetr Mrázek
Gives a list of existing groups to choose from. Instances are updated as long as there is at least one valid account.
2013-12-14Merge branch 'testing' of https://github.com/02JanDal/MultiMC5 into developPetr Mrázek
Conflicts: MultiMC.cpp
2013-12-13Merge branch 'develop' of github.com:Drayshak/MultiMC5 into developSky
2013-12-13First sweep moving URLs to a constants fileSky
2013-12-13Add support for 1.7.4 user_type (needs testing with legacy accounts)Petr Mrázek
2013-12-12Java version list should be sorted, JRE->JDK, 64->32Sky
2013-12-11Fix checker progress derpSky
2013-12-11Better (but unsorted) Java detectionSky
2013-12-05Offline mode support, part 1Petr Mrázek
Refactor MojangAccount so it exposes a less generic interface and supports login. Hide the ugly details. Yggdrasil tasks are now only used from MojangAccount.
2013-12-02Fix some bugs that surfacedJan Dalheimer
2013-12-02Unit testingJan Dalheimer
2013-12-01Fix (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-01Fix login and startup logging issuesPetr 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-30Fix crash when no instances are availableJan Dalheimer
2013-11-30Remember the last selected instance and select it on startupJan Dalheimer
2013-11-28Add icon for when no default account is selectedAndrew
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-27Add support for "no default account"Sky
2013-11-27Allow setting no default accountAndrew
This allows the user to select an account to use every time they launch an instance.
2013-11-24Merge branch 'feature_yggdrasil' into developPetr Mrázek
Conflicts: gui/MainWindow.cpp logic/OneSixInstance.h Fix missing session id functionality for legacy and old onesix.
2013-11-22Properly implement launching and downloadingAndrew
Also added a system to select an active account to log in with.
2013-11-22Implement removing accounts.Andrew
2013-11-22Implement user info stub for newest minecraft snapshotPetr Mrázek
2013-11-20Nuke and pave the old login systemAndrew
Also, account list now saves profile lists.
2013-11-19Implement saving account list to fileAndrew
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.
2013-11-18Implement loading accounts from list.Andrew
2013-11-18Implement account list and account list dialogAndrew
2013-11-06Fix Sourceforge lwjgl version index download.Petr Mrázek