Fork of PollyMC to add custom login support
Go to file
Petr Mrázek d4eacb56b3 NOISSUE make new Mojang version format pass through MultiMC structures
Not yet used effectively, but it is read and written properly
2016-03-07 02:03:36 +01:00
application NOISSUE bump version number and update changelog for next release 2016-02-29 09:08:35 +01:00
cmake NOISSUE Revert "NOISSUE remove old BundleUtilities. 2014 called and wants its cmake scripts back." 2016-01-04 01:42:48 +01:00
depends Revert "Update libnbtplusplus with magical changes" 2016-02-20 09:11:10 +01:00
logic NOISSUE make new Mojang version format pass through MultiMC structures 2016-03-07 02:03:36 +01:00
tests NOISSUE make new Mojang version format pass through MultiMC structures 2016-03-07 02:03:36 +01:00
travis NOISSUE Add more qt versions to travis 2016-01-06 10:33:47 +01:00
.arcconfig Add Arcanist config file 2013-11-27 14:19:31 -06:00
.clang-format NOISSUE raise formatting column limit to 160 2015-10-20 17:02:12 +02:00
.gitattributes GH-960 possible fix for missing OSX ca certs 2015-05-19 22:28:51 +02:00
.gitignore Add project files I use to gitignore. 2014-03-07 10:37:57 -05:00
.gitmodules GH-1238 re-integrate nbt library 2015-09-23 01:21:19 +02:00
.travis.yml NOISSUE Add more qt versions to travis 2016-01-06 10:33:47 +01:00
BUILD.md GH-1451 add make install step to OSX build instructions 2016-02-11 21:04:10 +01:00
changelog.md NOISSUE bump version number and update changelog for next release 2016-02-29 09:08:35 +01:00
CMakeLists.txt GH-1410 use libc++ on OSX 2016-02-19 00:57:46 +01:00
COPYING.md GH-1274 update the licenses, the dirty way 2015-10-20 01:50:29 +02:00
ISSUE_TEMPLATE.md NOISSUE Add issue template 2016-02-21 14:53:53 -08:00
LGPL_EXCEPTION.txt GH-1274 update the licenses, the dirty way 2015-10-20 01:50:29 +02:00
LICENSE.LPGLv21 GH-1274 update the licenses, the dirty way 2015-10-20 01:50:29 +02:00
quazip.patch NOISSUE refactor and rearrange zip file utils 2015-04-13 00:53:59 +02:00
README.md NOISSUE reword and reformat the README 2015-11-09 00:27: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. Here are the current features of MultiMC.

Development

The project uses C++ and Qt5 as the language and base framework. This might seem odd in the Minecraft community, but allows using 25MB of RAM, where other tools use an excessive amount of resources for no reason.

We can do more, with less, on worse hardware and leave more resources for the game while keeping the launcher running and providing extra features.

If you want to contribute, either talk to us on IRC(esper.net/#MultiMC), or pick up one of the issues that are ready for development: Stories in Ready

Building

If you want to build MultiMC yourself, check BUILD.md for build instructions.

The ci server is running at ci.multimc.org, where you can watch the builds happen in (or very close to) real time. It can also serve as a nice reference on how to set up the build environment on your end.

According to travis.ci, the builds are currently Build Status

Code formatting

We use Clang Format to format the project. We highly recommend setting it up so the project stays well formatted.

Translations

Translations can be done either directly in the translations repository or using our translation server. For more details, see: Translating-MultiMC.

Currently, MultiMC is Translation Status

Forking/Redistributing

We keep MultiMC open source because we think it's important to be able to see the source code for a project like this, and we do so using the Apache license.

Part of the reason for using the Apache license is we don't want people using the "MultiMC" name when redistributing the project. This means people must take the time to go through the source code and remove all references to "MultiMC", including but not limited to the project icon and the title of windows, (no MultiMC-fork in the title).

Apache covers reasonable use for the name - a mention of the project's origins in the About dialog and the license is acceptable. However, it should be abundantly clear that the project is a fork without implying that you have our blessing.

License

Copyright © 2013-2015 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.