summaryrefslogtreecommitdiffstats
path: root/logic/OneSixVersion.cpp
Commit message (Collapse)AuthorAgeLines
* Reorganize the version-related code.Petr Mrázek2014-03-01-221/+0
|
* Copying of FTB instances working againJan Dalheimer2014-02-21-1/+0
|
* Don't assume forge for FTB instances. Fix FTB related stuff.Jan Dalheimer2014-02-21-2/+3
|
* Allow overriding the order in which patches are appliedJan Dalheimer2014-02-08-0/+9
|
* Fix installing forge after liteloader and then removing liteloader. Also ↵Jan Dalheimer2014-02-02-2/+2
| | | | formatting.
* Change the OneSix library view. It now shows a list of patches.Jan Dalheimer2014-02-01-5/+50
|
* Have the libraries tab show tweaker mods instead of librariesJan Dalheimer2014-01-27-40/+12
|
* Split parsing/applying. Better error logging. Fix crash.Jan Dalheimer2014-01-27-2/+3
|
* Change naming from Derp -> OneSix until the new instance type supports legacyJan Dalheimer2014-01-24-219/+73
|
* Derpstances. Everything renamed. Launching does not yet work.Jan Dalheimer2014-01-22-25/+25
|
* Add support for 1.7.4 user_type (needs testing with legacy accounts)Petr Mrázek2013-12-13-1/+1
|
* More work on new assets system. Works given a properly constructed assets ↵Sky2013-12-08-1/+15
| | | | folder, no downloading yet
* Fix for latest snapshot ``changes''Petr Mrázek2013-11-27-1/+1
|
* Implement user info stub for newest minecraft snapshotPetr Mrázek2013-11-22-1/+1
|
* Reformat and (slightly) decruft all the things.Petr Mrázek2013-11-04-8/+23
|
* Support version format 9, fix version-related segfault, (maybe) fix forge lists.Petr Mrázek2013-10-18-2/+3
|
* Added file loggerPetr Mrázek2013-10-06-14/+14
|
* ``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek2013-09-30-1/+11
|
* Working 1.6 modding (currently only forge)Petr Mrázek2013-09-22-31/+230
|
* Forge version list implementation. Needs integration and testing.Petr Mrázek2013-09-16-0/+71
|
* Split OneSixVersion into parts.Petr Mrázek2013-09-11-107/+5
|
* Basic 1.6 mod management (no jar mods)Petr Mrázek2013-08-28-2/+2
|
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+132
Also, implemented some basic modlist logic, to be wired up.