summaryrefslogtreecommitdiffstats
path: root/logic/OneSixFTBInstance.cpp
Commit message (Collapse)AuthorAgeLines
* Offline mode can be used even when online.Petr Mrázek2014-01-27-3/+3
| | | | | | 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.
* Fix FTB.Petr Mrázek2014-01-15-0/+5
| | | | | Add support of private packs. Fix instance ID problems related to FTB instances.
* FTB fixagePetr Mrázek2013-12-22-0/+3
| | | | | * 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
* Fail if we fail to find the right forge versionPetr Mrázek2013-12-22-0/+3
|
* Make FTB instances behave betterPetr Mrázek2013-12-22-1/+4
| | | | | | | * 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
* Initial FTB support. Allows "tracking" of FTB instances.Jan Dalheimer2013-12-21-0/+111