summaryrefslogtreecommitdiffstats
path: root/logic/lists
Commit message (Collapse)AuthorAgeLines
* Get rid of junky timestamps, along with some select pointless log messagesPetr Mrázek2013-10-06-1/+1
|
* Added file loggerPetr Mrázek2013-10-06-157/+161
|
* Add user agent header to most MultiMC download requests.Petr Mrázek2013-10-02-1/+14
|
* ``Working'' forge unpackers. Needs a lot of hardening but good for alpha.Petr Mrázek2013-09-30-2/+2
|
* Compression algo dependencies, still need hackery...Petr Mrázek2013-09-26-1/+1
|
* Cache forge version list (it's huge)Petr Mrázek2013-09-22-59/+60
|
* Working 1.6 modding (currently only forge)Petr Mrázek2013-09-22-25/+38
|
* Things... and stuff... with 1.6 modding. Maybe.Petr Mrázek2013-09-20-0/+4
|
* Implement legacy forge button!Petr Mrázek2013-09-18-16/+89
| | | | | Many refactors of the task system. Progress dialog now accepts generic ProgressProvider objects
* Forge version list implementation. Needs integration and testing.Petr Mrázek2013-09-16-76/+337
|
* Move a good chunk of the singleton objects into a new QApplication subclass.Petr Mrázek2013-09-07-13/+305
|
* Speed up the downloads. Massively.Petr Mrázek2013-09-02-2/+2
|
* Nuke the old instance model, LONG LIVE THE NEW ONEPetr Mrázek2013-08-26-12/+150
|
* Ehh... things.Petr Mrázek2013-08-26-1/+1
|
* Many improvementsPetr Mrázek2013-08-25-5/+74
| | | | | | | | | | | PermGen can be tweaked from the settings menu Groups are saved on change/exit Install target is no longer completely broken All the deplibs are now static Added notes dialog Fixed ini file format support (can save strings with newlines, tabs. UTF-8 is explicitly used!) Rename button now uses line breaks so it doesn't grow ever wider (Added a custom tool button subclass) There is now a CAT button. Meow.
* Move all the things (YES. Move them.)Petr Mrázek2013-08-17-0/+1279
Also, implemented some basic modlist logic, to be wired up.