Difference between revisions of "MinetestWiki:Worklist"

From Minetest Developer Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== Important things to work on ==
+
== WorkList Protocol ==
 
+
Anything in any ''Missing Pages'' section should be a redlink, not just plain text.
 
+
For local pages, use local URLs.
Document CSM flavour limits in setting up a server
 
  
 
=== What is this page? ===
 
=== What is this page? ===
Line 10: Line 9:
 
=== Methods ===
 
=== Methods ===
 
==== Needs revision ====
 
==== Needs revision ====
* http://dev.minetest.net/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?
+
* [[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?
* http://dev.minetest.net/minetest.register_entity This is an important function, yet the page is very incomplete.
+
* [[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.
 
* 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.
 
==== Pending removal ====
 
==== Pending removal ====
* http://dev.minetest.net/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)'''.
+
* [[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 ====
 
==== Broken ====
* http://dev.minetest.net/Talk:minetest.register_on_hpchange
+
* [[Talk:minetest.register_on_hpchange]]
* http://dev.minetest.net/Talk:minetest.rollback_get_last_node_actor
+
* [[Talk:minetest.rollback_get_last_node_actor]]
* http://dev.minetest.net/Talk:register_alias_force
+
* [[Talk:register_alias_force]]
* http://dev.minetest.net/Talk:Vector_helpers
+
* [[Talk:Vector_helpers]]
  
  
 
=== Objects ===
 
=== Objects ===
 
==== Missing Pages ====
 
==== Missing Pages ====
* localplayer
+
* [[LocalPlayer]]
  
  
Line 46: Line 45:
 
* [[:Category:MissingExample]]
 
* [[:Category:MissingExample]]
 
* Any method page without <pre>{{DISPLAYTITLE:minetest.method_name}}</pre> at its top; otherwise spaces appear in the header.
 
* Any method page without <pre>{{DISPLAYTITLE:minetest.method_name}}</pre> at its top; otherwise spaces appear in the header.
 +
* [https://wiki.minetest.net/Setting_up_a_server Setting up a server] - Document CSM flavor limits on this page
  
 
==== Weird ====
 
==== Weird ====
* http://dev.minetest.net/Talk:PerlinNoiseMap
+
* [[Talk:PerlinNoiseMap]]

Revision as of 19:16, 13 October 2017

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.

Pending removal

  • 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 addressing

Weird