summaryrefslogtreecommitdiffstats
path: root/logic/InstanceFactory.cpp
Commit message (Collapse)AuthorAgeLines
* SCRATCH eliminate InstanceFactoryPetr Mrázek2015-04-12-135/+0
|
* NOISSUE Move FTB logic out of generic codePetr Mrázek2015-04-04-35/+0
|
* NOISSUE Refactors and moving of thingsPetr Mrázek2015-04-02-21/+22
|
* Change copyright dates to 2015Greenphlem2015-02-06-1/+1
|
* NOISSUE Fix jar mods for OnesSixPetr Mrázek2014-12-27-3/+0
|
* Fix another bunch of copyright years, including fixing #397Jan Dalheimer2014-11-02-1/+1
|
* Sync from quickmodsPetr Mrázek2014-09-06-7/+11
|
* Move settings lib into the main code, fixing error logging in it.Petr Mrázek2014-07-01-3/+4
|
* Reorganize logic code.Petr Mrázek2014-06-09-14/+13
|
* Begin the transformation!Petr Mrázek2014-06-09-43/+9
| | | | Nuke all the things.
* Fix FTB-related issues0.3.1Petr Mrázek2014-03-31-1/+9
|
* Fix many memory leaks.Petr Mrázek2014-03-30-26/+17
|
* Copying of FTB instances working againJan Dalheimer2014-02-21-0/+2
|
* Don't assume forge for FTB instances. Fix FTB related stuff.Jan Dalheimer2014-02-21-0/+3
|
* Fix some stuffJan Dalheimer2014-01-24-4/+4
|
* Change naming from Derp -> OneSix until the new instance type supports legacyJan Dalheimer2014-01-24-16/+16
|
* Derpstances. Everything renamed. Launching does not yet work.Jan Dalheimer2014-01-22-16/+18
|
* Allow the use of synonyms in settings. Refactor settings.Petr Mrázek2014-01-01-3/+3
| | | | Remove a bunch of obsolete/unused code.
* Make FTB instances behave betterPetr Mrázek2013-12-22-0/+10
| | | | | | | * 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-22/+64
|
* Fix (hopefully) library dependency resolution.Petr Mrázek2013-12-01-8/+4
| | | | | | Installing libs is now enabled, hardcoded. Enable -Wall for all builds. Fix many warnings and latent bugs.
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-15/+16
|
* Add instance copying, fix instance creation (with identical names)Petr Mrázek2013-11-03-44/+74
|
* Added file loggerPetr Mrázek2013-10-06-2/+3
|
* Forge version list implementation. Needs integration and testing.Petr Mrázek2013-09-16-5/+5
|
* Legacy jar reassembly, base of proper custom jar supportPetr Mrázek2013-08-24-0/+3
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+113
Also, implemented some basic modlist logic, to be wired up.