aboutsummaryrefslogtreecommitdiff
path: root/logic/ftb
AgeCommit message (Collapse)Author
2015-09-05NOISSUE make shared logic library ... sharedPetr Mrázek
2015-07-10GH-1034 do jar modding separate from updatePetr Mrázek
2015-05-27GH-967 make libraries handle their own path prefixPetr Mrázek
Makes it possible to mix libraries managed by FTB and MultiMC Backport from unstable
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-05-17GH-952 Hardcore version page tweakeryPetr Mrázek
Version patches get a lot of new flags that determine which actions are allowed Version page respects the flags Customize, revert and edit for version patches Builting patches can be customized
2015-04-12NOISSUE get rid of the obsolete version builderPetr Mrázek
2015-04-12NOISSUE move everything.Petr Mrázek
2015-04-12SCRATCH move things to the right placesPetr Mrázek
2015-04-12SCRATCH nuke the overcomplicated logger, use a simple one.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
2015-04-04NOISSUE Remove special FTB logic from generic version patch codePetr Mrázek
2015-04-03GH-856 add profile strategy for FTB packsPetr Mrázek
2015-04-02NOISSUE Refactors and moving of thingsPetr Mrázek