Difference between revisions of "Minetest Game development"

From Minetest Developer Wiki
Jump to navigation Jump to search
(→‎Criteria for inclusion: Update inclusion criterions)
m (bugfixes and maintenance)
Line 7: Line 7:
  
 
== Criteria for inclusion ==
 
== Criteria for inclusion ==
As of May 2022, only bugfixes are accepted. Minetest Game is in maintenance mode. See the [[#Development]] section.
+
As of May 2022, only bugfixes and code maintenance changes are accepted. Minetest Game is in maintenance mode. See the [[#Development]] section.
  
 
=== Old criteria (before maintenance mode) ===
 
=== Old criteria (before maintenance mode) ===
Line 25: Line 25:
  
 
== Development ==
 
== Development ==
As of May 2022, Minetest Game is in "maintenance mode" since July 2020. This means no new features are accepted, only bugfixes. Source: [https://forum.minetest.net/viewtopic.php?f=18&t=25152]
+
As of May 2022, Minetest Game is in "maintenance mode" since July 2020. This means no new features are accepted, only bugfixes and code maintenance. Source: [https://forum.minetest.net/viewtopic.php?f=18&t=25152]
  
 
See also [[Git]] and [[Git Guidelines]].
 
See also [[Git]] and [[Git Guidelines]].

Revision as of 11:51, 24 May 2022

This page describes the values of Minetest Game. These may be changed when the majority of MTG developers agree.

Core Gameplay Values

  • Exploration - interesting mapgen/biomes
  • Creativity - enough nodes without contradicting semi-minimalism
  • Immersion - adding feedback such as sounds, mobs, and interactivity to make the world feel alive

Criteria for inclusion

As of May 2022, only bugfixes and code maintenance changes are accepted. Minetest Game is in maintenance mode. See the #Development section.

Old criteria (before maintenance mode)

  • Balance - Ensure balanced gameplay while still adding new and useful items/nodes/etc
  • Semi-minimalism - No additions that are decided to be too much (e.g. adding homedecor in its entirety)
  • Stability - Focus on stability and completeness (no half-finished stuff)
  • Extendability - Improve/add API to allow mods to extend the base features (e.g. API for new crops for farming)

Basic Concepts

  • Medieval - Minetest Game is generally agreed to be late-medieval
  • Alien - Mese is an alien crystal / meteorite

Graphic Style

  • All nodes should fit the voxel grid or a sub division. Note this is a general rule, there are cases when it's OK such as chests
  • Entities should be voxel-ish
  • Textures should be 16x16

Development

As of May 2022, Minetest Game is in "maintenance mode" since July 2020. This means no new features are accepted, only bugfixes and code maintenance. Source: [1]

See also Git and Git Guidelines.

Note: To prevent problems with the development like before Minetest Game is maintained by only eight people (sfan5, nore, ShadowNinja, paramat, sofar, rubenwardy, Krock/SmallJoker, Shara/Ezhh).