Fork of PollyMC to add custom login support
Go to file
2015-04-12 20:57:17 +02:00
cmake It's a fatal error to not find the dependency checker tool. 2014-05-02 00:52:08 +02:00
depends GH-881 Include a top-level directory in exported instances 2015-04-12 20:50:45 +02:00
gui SCRATCH nuke the overcomplicated logger, use a simple one. 2015-04-12 20:57:17 +02:00
logic SCRATCH nuke the overcomplicated logger, use a simple one. 2015-04-12 20:57:17 +02:00
mmc_updater Fix the updater on OS X 2015-02-16 22:05:39 +01:00
package/linux Fix java checker crash, some memory leaks 2014-03-30 20:11:41 +02:00
resources GH-631, GH-658 Implement yellow status icon, refresh status icons in themes. 2014-12-07 22:55:29 +01:00
tests SCRATCH nuke the overcomplicated logger, use a simple one. 2015-04-12 20:57:17 +02:00
translations Delete old translations 2014-09-09 07:57:27 +02:00
.arcconfig Add Arcanist config file 2013-11-27 14:19:31 -06:00
.clang-format Finish of the OtherLogs page, and (re)format page related files 2014-07-12 23:31:06 +02:00
.gitignore Add project files I use to gitignore. 2014-03-07 10:37:57 -05:00
.travis.yml NOISSUE Make tests no longer use the MultiMC object 2015-04-02 11:30:38 +02:00
BUILD.md Add a note about MultiMC not working in system folders to build instructions. 2014-07-22 23:29:10 +02:00
BuildConfig.cpp.in NOISSUE tweak version display in the application to reflect recent changes 2015-03-24 22:40:49 +01:00
BuildConfig.h NOISSUE tweak version display in the application to reflect recent changes 2015-03-24 22:40:49 +01:00
changelog.md NOISSUE Update changelog for version 0.4.5 2014-11-21 11:20:18 +01:00
CMakeLists.txt SCRATCH nuke the overcomplicated logger, use a simple one. 2015-04-12 20:57:17 +02: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 NOISSUE Refactors and moving of things 2015-04-02 00:14:06 +02:00
MMCError.h SCRATCH nuke the overcomplicated logger, use a simple one. 2015-04-12 20:57:17 +02:00
MultiMC.cpp SCRATCH nuke the overcomplicated logger, use a simple one. 2015-04-12 20:57:17 +02:00
MultiMC.h SCRATCH nuke the overcomplicated logger, use a simple one. 2015-04-12 20:57:17 +02:00
quazip.patch NOISSUE Z_PREFIX for QuaZip 2015-03-16 21:56:27 +01:00
README.md Change copyright dates to 2015 2015-02-06 01:18:02 +01:00

MultiMC

MultiMC 5 Build Status Translation 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. 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-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.