Difference between revisions of "MinetestWiki:Worklist"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
* http://dev.minetest.net/Talk:minetest.register_on_hpchange | * http://dev.minetest.net/Talk:minetest.register_on_hpchange | ||
* http://dev.minetest.net/Talk:minetest.rollback_get_last_node_actor | * http://dev.minetest.net/Talk:minetest.rollback_get_last_node_actor | ||
+ | * http://dev.minetest.net/Talk:register_alias_force | ||
Revision as of 08:10, 9 October 2017
Important things to work on
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
- 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?
- http://dev.minetest.net/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
- 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).
Broken
- http://dev.minetest.net/Talk:minetest.register_on_hpchange
- http://dev.minetest.net/Talk:minetest.rollback_get_last_node_actor
- http://dev.minetest.net/Talk:register_alias_force
Objects
Missing Pages
- localplayer
Types
Missing Pages
Categories
Need population
- Category:SSM - I left off before minetest.compress in Category:Methods ~ Bigfoot (Founder - docs team) (talk) 02:23, 6 October 2017 (UTC)
- Category:CSM
Misc
Missing Pages
Needs addressing
- Category:Incomplete
- Category:MissingExample
- Any method page without
{{DISPLAYTITLE:minetest.method_name}}
at its top; otherwise spaces appear in the header.