summaryrefslogtreecommitdiffstats
path: root/libinstance/src/instance.cpp
Commit message (Collapse)AuthorAgeLines
* Massive re-organization.Andrew2013-02-26-131/+0
|
* Added instance setting overrides.Andrew2013-02-25-14/+32
|
* Fixed a lot of MSVC problemsAndrew2013-02-25-0/+7
|
* Merge branch 'master' of git://github.com/peterix/MultiMC5Andrew2013-02-25-7/+3
|\ | | | | | | | | | | Conflicts: CMakeLists.txt main.cpp
| * *Full* folder name is the instance ID, not just the first part.Petr Mrázek2013-02-23-1/+1
| |
| * Implement Instance launchingOrochimarufan2013-02-22-6/+2
| | | | | | | | Use --launch <instance> to test
* | Rewrote the settings system. It may still need some work.Andrew2013-02-25-1/+1
|/
* Split MultiMC up into a few separate libraries.Andrew2013-02-20-0/+110
Fixed plugin system. Tons of other stuff...