MinetestWiki:Worklist

From Minetest Developer Wiki
Jump to navigation Jump to search

WorkList Protocol

Anything in any Missing Pages section should be a redlink, not just plain text. For local pages, use local URLs.

What is this page?

This page is the page the docs team will look at to determine what needs to be done. Feel free to add things!


Methods

Needs revision

  • light Shows minetest.get_natural_light() and minetest.get_artificial_light(), but those do not exist on the Wiki, nor in the engine. Are there replacement functions, or should these mentions be removed?
  • minetest.register_entity This is an important function, yet the page is very incomplete.
  • Due to category sorting of MediaWiki, everything is listed under "M". Ideally, methods would be sorted by their actual first letter; with get_*, set_*, and register_* having further subsections.
  • https://wiki.minetest.net/Sound_Packs

Pending removal

  • I (ANAND) have created a new category for Proposed Deletions. Simply tag the page for deletion by adding the Proposed Deletions category by adding {{Template:delete}} (or optionally, add a reason to the template by appending |<reason> after Template:delete). This would be a very quick way to consolidate all unwanted legacy pages for deletion. Check out the setting_get page for a live example.
  • minetest.get_player_radius_area is wrong, it doesn't exist in lua_api.txt. I am wondering if it's supposed to be minetest.get_objects_inside_radius(pos, radius).

Broken

Objects

Missing Pages


Types

Missing Pages


Categories

Need population


Misc

Missing Pages

Needs updating of translations

Needs addressing

Weird