aboutsummaryrefslogtreecommitdiff
path: root/logic/ftb/FTBPlugin.cpp
AgeCommit message (Collapse)Author
2015-05-26GH-1003 Fix settings dialog delaysPetr Mrázek
2015-05-25GH-992 GH-997 Do not rewrite values when loading FTB packsPetr Mrázek
name, icon and notes won't be overwritten when loading FTB packs this also eliminates the file saving delay from setting the values
2015-05-24GH-977 Initialize FTB icon properly (iconKey vs logo), remove debug printsPetr Mrázek
2015-05-23GH-992 Add a transaction/locking mechanism to settings objectsPetr Mrázek
This can cut the FTB loading by ~66% - worth it, but not ideal. Real solution will have to be implemented later.
2015-05-22GH-977 Improve FTB loading and instance creationPetr Mrázek
2015-05-22GH-977 this isn't funny anymore...Petr Mrázek
2015-05-22GH-977 possibly fix FTB on windows. Maybe. Partially. Now maybe for real.Petr Mrázek
2015-05-21GH-977 possibly fix FTB on windows. Maybe. Partially.Petr Mrázek
2015-04-12NOISSUE move everything.Petr Mrázek
2015-04-12SCRATCH remove remaining references to MultiMC.h and fix legacy LWJGLPetr Mrázek
2015-04-12SCRATCH move icons over to Env, instance proxy model to guiPetr Mrázek
2015-04-12SCRATCH eliminate InstanceFactoryPetr Mrázek
2015-04-04NOISSUE Move FTB logic out of generic codePetr Mrázek