A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once
Go to file
Petr Mrázek 4124faf474 Fix console window (now not a QDialog)
It now opens and coloses as expected, depending on user
preferences and the status of the various processes involved.
Console window geometry and state are remembered between runs.
2013-11-23 01:41:28 +01:00
depends Reformat and (slightly) decruft all the things. 2013-11-04 02:53:05 +01:00
gui Fix console window (now not a QDialog) 2013-11-23 01:41:28 +01:00
logger Get rid of junky timestamps, along with some select pointless log messages 2013-10-06 03:07:57 +02:00
logic Fix console window (now not a QDialog) 2013-11-23 01:41:28 +01:00
package/linux Set run script to load libs from bin folder. 2013-10-01 16:47:59 -05:00
resources Add instance copying, fix instance creation (with identical names) 2013-11-03 21:28:04 +01:00
translations Updated german language file 2013-10-10 21:20:57 +02:00
.clang-format Working 1.6 modding (currently only forge) 2013-09-22 04:21:36 +02:00
.gitignore Ignore KDE dir metadata files 2013-09-23 00:30:51 +02:00
BUILD.md Revamp Linux build instructions for Qt Creator 2013-10-31 20:28:10 +00:00
CMakeLists.txt Use the forge mirrors for downloading forge libraries 2013-11-17 11:44:18 +01:00
config.h.in Include Git commit hash in config.h 2013-02-21 11:02:48 -06:00
dependencies.cmake.in Linux packaging stuff. 2013-02-12 10:14:23 -06:00
MultiMC.cpp Fix console window (now not a QDialog) 2013-11-23 01:41:28 +01:00
MultiMC.h Implement instance sorting options. 2013-11-04 00:11:20 +01:00
MultiMC.icns Switched to BundleUtils and added OS X support. 2013-02-18 12:59:01 -06:00
multimc.qrc Add instance copying, fix instance creation (with identical names) 2013-11-03 21:28:04 +01:00
multimc.rc Reorganized the main CMakeLists file and added an icon on Windows. 2013-02-21 10:32:13 -06:00
MultiMCVersion.h Move a good chunk of the singleton objects into a new QApplication subclass. 2013-09-07 04:00:58 +02:00
README.md Add contributing section to README 2013-10-21 01:20:34 +01:00
test.cpp refactor indendation, fix a bug in MinecraftProcess & fix a bug in 2013-03-22 13:56:57 +01:00

MultiMC

MultiMC 5

MultiMC is a custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once. It also allows you to easily install and remove mods by simply dragging and dropping.

Building

Check BUILD.md for build instructions.

Contributing

The repository is currently managed by @peterix and @drayshak - we're the ones likely to review pull requests. If you'd like to contribute to the project please talk to us on IRC (Esper/#MultiMC) first! This helps us organise ideas and keep in contact with you, and we're unlikely to accept anything blindly.

License

Copyright © 2013 MultiMC Contributors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this program except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.