Fork of PollyMC to add custom login support
Go to file
2014-07-06 11:15:15 +02:00
cmake It's a fatal error to not find the dependency checker tool. 2014-05-02 00:52:08 +02:00
depends Fix liteloader, some cleanups. 2014-07-06 11:15:15 +02:00
gui Fix liteloader, some cleanups. 2014-07-06 11:15:15 +02:00
logger Some test madness 2013-12-20 23:04:11 +01:00
logic Fix liteloader, some cleanups. 2014-07-06 11:15:15 +02:00
mmc_updater Use the same style of CMake files everywhere 2014-04-06 19:43:09 +02:00
package/linux Fix java checker crash, some memory leaks 2014-03-30 20:11:41 +02:00
resources Improve screenshot view/model. 2014-07-05 13:27:32 +02:00
tests Move settings lib into the main code, fixing error logging in it. 2014-07-01 01:48:09 +02:00
translations Add static data path for ... static data. Like translations. Move translations there. 2014-05-17 18:21:32 +02:00
.arcconfig Add Arcanist config file 2013-11-27 14:19:31 -06:00
.clang-format Working 1.6 modding (currently only forge) 2013-09-22 04:21:36 +02:00
.gitignore Add project files I use to gitignore. 2014-03-07 10:37:57 -05:00
.travis.yml Let travis build a clang version 2014-04-12 18:11:30 +02:00
BUILD.md Remove specific OpenSSL version from BUILD.md 2014-04-12 04:40:16 +01:00
BuildConfig.cpp.in Implement crash handling on Linux 2014-05-09 17:33:32 -05:00
BuildConfig.h Implement crash handling on Linux 2014-05-09 17:33:32 -05:00
changelog.yaml Merge branch 'feature/fix_intel' into develop 2014-06-28 08:49:18 +02:00
CMakeLists.txt Fix liteloader, some cleanups. 2014-07-06 11:15:15 +02:00
HandleCrash.cpp Handle a bunch more clang warnings 2014-07-01 01:23:49 +02:00
HandleCrash.h Implement crash handling on Linux 2014-05-09 17:33:32 -05:00
install_prereqs.cmake.in Inherit module path from main build environment in the prerequisites script. 2014-05-02 01:08:03 +02:00
main.cpp Merge branch 'feature_theme_support' into develop 2014-06-30 22:22:09 +02:00
MMCError.h Fix a compiling error by adding noexcept 2014-03-10 18:55:54 +01:00
MultiMC.cpp Move settings lib into the main code, fixing error logging in it. 2014-07-01 01:48:09 +02:00
MultiMC.h Small fixes, including release dates of some legacy versions 2014-06-09 01:38:30 +02:00
README.md Add build status to README.md 2014-03-24 18:39:27 +01:00
WinBacktrace.cpp Fix stupid tabs. 2014-05-10 14:56:44 -05:00
WinBacktrace.h Implement backtraces on Windows. 2014-05-10 14:16:27 -05:00

MultiMC

MultiMC 5 Build Status

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.

We use Clang Format to format the project. We highly recommend setting it up so the project stays well formatted, but there are issues with it on Windows. If you have trouble setting it up, check .clang-format manually. We don't accept pull requests with poor formatting. If you have questions, talk to us on IRC (Esper/#MultiMC) before submitting a pull request.

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 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.