aboutsummaryrefslogtreecommitdiff
path: root/logic/OneSixFTBInstance.cpp
AgeCommit message (Collapse)Author
2014-02-01Merge branch 'feature_derpstances' of https://github.com/02JanDal/MultiMC5 ↵Petr Mrázek
into feature_derpstances Conflicts: gui/dialogs/OneSixModEditDialog.cpp logic/OneSixUpdate.cpp
2014-01-27Split parsing/applying. Better error logging. Fix crash.Jan Dalheimer
2014-01-27Offline mode can be used even when online.Petr Mrázek
Allow the user to pick a player name for offline mode. Big auth refactor. Now using session objects instead of the accounts themselves. Sessions only last for one instance start and hold all the auth and player data.
2014-01-24Change naming from Derp -> OneSix until the new instance type supports legacyJan Dalheimer
2014-01-22Derpstances. Everything renamed. Launching does not yet work.Jan Dalheimer
2014-01-15Fix FTB.Petr Mrázek
Add support of private packs. Fix instance ID problems related to FTB instances.
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-22Fail if we fail to find the right forge versionPetr Mrázek
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