aboutsummaryrefslogtreecommitdiff
path: root/logic/OneSixFTBInstance.cpp
AgeCommit message (Collapse)Author
2014-03-10Merge branch 'develop' into feature_badgesJan Dalheimer
Conflicts: logic/OneSixInstance.cpp
2014-03-10Instance badges. Some easter eggs and one for broken so far.Jan Dalheimer
2014-03-09Improve reporting of version file errors.xPetr Mrázek
2014-03-01Reorganize the version-related code.Petr Mrázek
2014-03-01Remove obsolete OneSixFTBInstanceForgePetr Mrázek
2014-02-24Merge branch 'fix_json_version' into integration_json_and_toolsPetr Mrázek
Conflicts: logic/OneSixInstance.cpp logic/OneSixVersionBuilder.cpp Some fixage. Yay for conflicts.
2014-02-21Copying of FTB instances working againJan Dalheimer
2014-02-21Don't assume forge for FTB instances. Fix FTB related stuff.Jan Dalheimer
2014-02-20Use FTB's libraries/ and versions/ folders for non-copied instancesJan Dalheimer
2014-02-17Instance flags. Currently used for marking instances as broken. Can later be ↵Jan Dalheimer
used for badges.
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