Fork of PollyMC to add custom login support
Go to file
2014-01-23 21:31:41 +01:00
cmake Enable high DPI support on OSX 2013-12-31 02:34:00 +01:00
depends Extract native libs in the launcher part. 2014-01-22 02:20:09 +01:00
gui Forge works now too, and so does forge+liteloader 2014-01-23 21:31:41 +01:00
logger Some test madness 2013-12-20 23:04:11 +01:00
logic Forge works now too, and so does forge+liteloader 2014-01-23 21:31:41 +01:00
mmc_updater More updater fixage 2014-01-05 16:47:12 +01:00
package/linux More updater fixage 2014-01-05 16:47:12 +01:00
resources Add 64x64 icon versions 2014-01-19 22:07:59 +01:00
tests Force using LF endlines while configuring tests 2014-01-18 22:51:04 +01:00
translations Complete revision of the German language file 2014-01-19 17:38:26 +01: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 Improve Console window output. 2014-01-17 22:55:10 +01:00
BUILD.md Fix typo 2013-12-13 16:23:12 +00:00
changelog.yaml Update the changelog, version, scale the instance icon 2014-01-20 01:14:11 +01:00
CMakeLists.txt Forge works now too, and so does forge+liteloader 2014-01-23 21:31:41 +01:00
config.h.in Rework version numbering system. 2014-01-07 18:09:05 -06:00
dependencies.cmake.in Linux packaging stuff. 2013-02-12 10:14:23 -06:00
install_prereqs.cmake.in Attempt to fix including libxcb on debian. 2014-01-05 13:45:10 -06:00
main.cpp Use icon theme so we can have more than one icon size per icon 2014-01-19 04:52:34 +01:00
MultiMC.cpp Improve Console window output. 2014-01-17 22:55:10 +01:00
MultiMC.h Show Mojang service statuses in status bar 2014-01-12 18:28:42 +00:00
MultiMCVersion.h Add information to the about dialog. 2014-01-07 18:31:31 -06:00
README.md Clarify terms of redistribution and our wishes under the Apache license 2013-12-31 11:22:53 +00: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.

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.