summaryrefslogtreecommitdiffstats
path: root/libutil/src
Commit message (Collapse)AuthorAgeLines
* Get rid of QNAM (now subclassed and less needy). Basic LWJGL download and ↵Petr Mrázek2013-08-07-176/+0
| | | | extraction.
* Runnable 1.6 instances!Petr Mrázek2013-08-05-7/+9
|
* Download assets for 1.6 on application start (background task).Petr Mrázek2013-08-04-3/+32
|
* Massive renaming in the backend folder, all around restructure in the same.Petr Mrázek2013-07-29-0/+50
|
* More work on the downloader and 1.6 instance creationPetr Mrázek2013-07-14-12/+22
|
* Piddle-farting with 1.6 instances. Now with more json!Petr Mrázek2013-07-09-20/+19
|
* Legacy versions downloaded from the new location are treated as legacy versions!Petr Mrázek2013-07-07-6/+6
|
* Move job queue to libutilPetr Mrázek2013-07-06-0/+128
|
* Implement basic game updater.Andrew2013-05-08-0/+16
| | | | Resolves MMC-4: https://jira.forkk.net/browse/MMC-4
* Implement instance creation.Andrew2013-04-22-0/+30
|
* refactor indendation, fix a bug in MinecraftProcess & fix a bug inOrochimarufan2013-03-22-8/+8
| | | | InstanceLauncher
* Massive re-organization.Andrew2013-02-26-86/+0
|
* Fixed a lot of MSVC problemsAndrew2013-02-25-401/+411
|
* Merge branch 'master' of http://github.com/peterix/MultiMC5Orochimarufan2013-02-21-0/+547
| | | | | | | Conflicts: CMakeLists.txt gui/mainwindow.cpp main.cpp
* Split MultiMC up into a few separate libraries.Andrew2013-02-20-0/+142
Fixed plugin system. Tons of other stuff...