summaryrefslogtreecommitdiffstats
path: root/libutil/include
Commit message (Collapse)AuthorAgeLines
* Get rid of QNAM (now subclassed and less needy). Basic LWJGL download and ↵Petr Mrázek2013-08-07-281/+0
| | | | extraction.
* Runnable 1.6 instances!Petr Mrázek2013-08-05-2/+2
|
* Download assets for 1.6 on application start (background task).Petr Mrázek2013-08-04-1/+14
|
* Massive renaming in the backend folder, all around restructure in the same.Petr Mrázek2013-07-29-1/+8
|
* More work on the downloader and 1.6 instance creationPetr Mrázek2013-07-14-0/+2
|
* Piddle-farting with 1.6 instances. Now with more json!Petr Mrázek2013-07-09-4/+8
|
* Legacy versions downloaded from the new location are treated as legacy versions!Petr Mrázek2013-07-07-1/+1
|
* Move job queue to libutilPetr Mrázek2013-07-06-0/+228
|
* Implement basic game updater.Andrew2013-05-08-0/+36
| | | | Resolves MMC-4: https://jira.forkk.net/browse/MMC-4
* Implement instance creation.Andrew2013-04-22-0/+4
|
* refactor indendation, fix a bug in MinecraftProcess & fix a bug inOrochimarufan2013-03-22-10/+7
| | | | InstanceLauncher
* Massive re-organization.Andrew2013-02-26-51/+13
|
* Fixed a lot of MSVC problemsAndrew2013-02-25-25/+43
|
* Fixed some formatting.Andrew2013-02-25-169/+169
|
* Implement Instance launchingOrochimarufan2013-02-22-1/+1
| | | | Use --launch <instance> to test
* Merge branch 'master' of http://github.com/peterix/MultiMC5Orochimarufan2013-02-21-0/+256
| | | | | | | Conflicts: CMakeLists.txt gui/mainwindow.cpp main.cpp
* More GCC fixesPetr Mrázek2013-02-21-5/+5
|
* Fixed MSVC issues.Andrew2013-02-21-9/+6
|
* Fixed some issues with GCC.Andrew Okin2013-02-21-10/+12
|
* Split MultiMC up into a few separate libraries.Andrew2013-02-20-0/+429
Fixed plugin system. Tons of other stuff...