summaryrefslogtreecommitdiffstats
path: root/libutil/include
Commit message (Collapse)AuthorAgeLines
* 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...