minetest.github.io/development.html
2017-03-11 21:29:31 +00:00

217 lines
7.3 KiB
HTML

---
title: Development
layout: default
redirect_from:
- /development.html
- /reporting_issues/
- /donate/
- /support/
---
<h1>Overview</h1>
<h2>Getting into development</h2>
<p>
There are several ways to get into development:
</p>
<ul>
<li><strong>Modding:</strong> Develop a mod independently and publish it on the <a href="http://forum.minetest.net/">forums</a>.</li>
<li><strong>Core development:</strong> If you think of something that is needed in the core, then talk with the core team (preferably a lot, with multiple members - communication is more important than you think) and do it.</li>
<li><strong>Translating:</strong> Help translating Minetest at <a href="https://hosted.weblate.org/projects/minetest/minetest/">our web interface</a>.</li>
</ul>
<h2>Core Team</h2>
<p>
Upstream repositories and official Windows packages are handled by the <a href="https://github.com/minetest?tab=members">core team</a>, consisting of a bunch of people who are much trusted to keep Minetest progressing in good condition. The core team is best contacted on <abbr title="Internet Relay Chat">IRC</abbr> at <code>#minetest-dev @ chat.freenode.net</code>.
</p>
<p>
The core team is formed of people who have made great <a href="/credits/">contributions</a> to Minetest.
</p>
<p>
Contributions are approved if two members of the core team agree on them.
</p>
<h2>Project Structure</h2>
<p>
Minetest is distributed as an engine, combined with a couple of games. Upstream repositories can be found at <a href="https://github.com/minetest/">https://github.com/minetest/</a>.
</p>
<ul>
<li><div> <strong>The engine</strong> (core) is the base for everything. C++ is used for housekeeping and performance-critical stuff, Lua for extensible things.</div>
</li>
<li><div> <strong>Games</strong> define game content: nodes, entities, textures, meshes, sounds and custom behavior implemented in Lua. Games consist of mods that plug into the engine using the <a href="http://dev.minetest.net">Modding API</a>.</div>
</li>
</ul>
<p>
For more information see the <a href="http://dev.minetest.net/Terminology">terminology</a> or <a href="http://dev.minetest.net/Engine_structure">engine structure</a> developer wiki pages.
</p>
<h2>Rules</h2>
<p>
<a href="http://dev.minetest.net/All_rules_regarding_to_development">All rules regarding to development</a>
</p>
<h1 id="reporting-issues">Reporting issues</h1>
<p>
Different things related to Minetest are maintained by different people, contacted in different ways. Here you can find where to report issues, bugs and any other kinds of problems regarding to each “product”.
</p>
<p>
People are generally available on freenode <abbr title="Internet Relay Chat">IRC</abbr>, the Minetest Forums, GitHub and/or via email.
</p>
<h2>Programs and Services</h2>
<table class="table table-striped">
<tr>
<th>Program</th>
<th>People Responsible</th>
<th>Source</th>
<th>Issue Tracker</th>
</tr>
<tr>
<td>Minetest Engine</td>
<td>Core devs</td>
<td>
<a href="https://github.com/minetest/minetest">Source</a>
</td>
<td>
<a href="https://github.com/minetest/minetest/issues">Issues</a>
</td>
</tr>
<tr>
<td>Minetest Game</td>
<td>Core devs</td>
<td>
<a href="https://github.com/minetest/minetest_game">Source</a>
</td>
<td>
<a href="https://github.com/minetest/minetest_game/issues">Issues</a>
</td>
</tr>
<tr>
<td>Minetest Mapper</td>
<td>Core devs</td>
<td>
<a href="https://github.com/minetest/minetestmapper">Source</a>
</td>
<td>
<a href="https://github.com/minetest/minetestmapper/issues">Issues</a>
</td>
</tr>
<tr>
<td>Blender B3DExport</td>
<td>Core devs</td>
<td>
<a href="https://github.com/minetest/B3DExport">Source</a>
</td>
<td>
<a href="https://github.com/minetest/B3DExport/issues">Issues</a>
</td>
</tr>
<tr>
<th>Service</th>
<th>People Responsible</th>
<th>Source</th>
<th>Issue Tracker</th>
</tr>
<tr>
<td>*.minetest.net DNS</td>
<td>celeron55</td>
<td>n/a</td>
<td>Contact celeron55. His approval is needed to host under minetest.net</td>
</tr>
<tr>
<td>www.minetest.net</td>
<td>celeron55</td>
<td><a href="https://github.com/minetest/minetest.github.io">Source</a></td>
<td><a href="https://github.com/minetest/minetest.github.io/issues">Issues</a></td>
</tr>
<tr>
<td>forum.minetest.net</td>
<td>celeron55</td>
<td><a href="https://github.com/minetest/forum.minetest.net_template1">Theme</a></td>
<td>Contact a moderator for concerns about content (Use "report this post" if possible)</td>
</tr>
<tr>
<td>wiki/dev.minetest.net</td>
<td>celeron55</td>
<td><a href="https://www.mediawiki.org">MediaWiki</a></td>
<td>
<a href="https://forum.minetest.net/viewtopic.php?f=3&t=10473">Ask for an account to edit</a>
or report issues <a href="https://forum.minetest.net/viewforum.php?f=3">on the forum</a>
</td>
</tr>
<tr>
<td>servers.minetest.net</td>
<td>sfan5</td>
<td><a href="https://github.com/minetest/master-server">Source</a></td>
<td><a href="https://github.com/minetest/master-server/issues">Issues</a></td>
</tr>
<tr>
<td>irc.minetest.net</td>
<td>sfan5</td>
<td><a href="https://github.com/moritz/ilbot">Source</a></td>
<td>Contact sfan5</td>
</tr>
<tr>
<td><a href="https://play.google.com/store/apps/details?id=net.minetest.minetest">Google Play</a></td>
<td>nerzhul aka. nrzkt</td>
<td>n/a</td>
<td>Contact nerzhul</td>
</tr>
</table>
<h1 id="donate">Donate</h1>
<p>
If you want to monetarily support Minetest, here's what you can do:
</p>
<h2>Tip celeron55</h2>
<p>
You can tip money to celeron55, to be mostly used for hosting of websites and overall maintenance effort on the project.
</p>
<div style="text-align: center;">
<div style="display: inline-block; width: 300px;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="9MKR3HL26KKSJ">
<table style="width: 500px;">
<tr><td><input type="hidden" name="on0" value="Tip celeron55's Minetest efforts">Tip celeron55's Minetest efforts</td></tr><tr><td><select name="os0">
<option value="Small tip">Small tip €2.00 EUR</option>
<option value="Larger tip">Larger tip €5.00 EUR</option>
<option value="A plentiful tip">A plentiful tip €12.00 EUR</option>
<option value="This surely is enough, right?">This surely is enough, right? €42.00 EUR</option>
<option value="No?">No? €75.00 EUR</option>
<option value="Yes?">Yes? €150.00 EUR</option>
<option value="ALL THE MONEY">ALL THE MONEY €500.00 EUR</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" name="submit" alt="PayPal - The safer, easier way to pay online!">
</form>
</div>
</div>
<p>
<strong>PayPal address:</strong> celeron55@gmail.com (Please note in the message that you&#039;re supporting Minetest in particular.)
</p>
<h2>Other</h2>
<p>
Your favourite server or modder might accept tips too; make sure to check those out.
</p>