Difference between revisions of "Template:Main Content Links"
Jump to navigation
Jump to search
(rename Minetest to Luanti) |
|||
(36 intermediate revisions by 13 users not shown) | |||
Line 1: | Line 1: | ||
− | + | == Content Index == | |
− | + | Before you start, you should look at the [https://wiki.minetest.net/Terminology terminology]. | |
− | |||
− | |||
− | |||
− | |||
− | |||
{|class="wikitable" style="width: 100%;" | {|class="wikitable" style="width: 100%;" | ||
|valign="top"| | |valign="top"| | ||
− | '''API''' | + | '''Modding API''' |
+ | <hr> | ||
+ | * [[Modding Intro|Intro]] | ||
+ | * [[Lua API Documentation]] | ||
+ | |||
+ | Tips and tricks: | ||
+ | * [[Modding Tips]] | ||
+ | * [[Lua Optimization Tips]] | ||
+ | * [[Mapgen memory optimisations]] | ||
<hr> | <hr> | ||
− | + | [[:Category:Misc|''Misc articles…'']] | |
− | |||
− | |||
− | |||
− | |||
|valign="top"| | |valign="top"| | ||
'''Core''' | '''Core''' | ||
<hr> | <hr> | ||
+ | <noinclude> | ||
+ | [[Category:Templates]] | ||
+ | </noinclude> | ||
* [[:Category:Core|Index]] | * [[:Category:Core|Index]] | ||
<hr> | <hr> | ||
− | |||
* [[Basic data structures]] | * [[Basic data structures]] | ||
* [[Core Architecture]] | * [[Core Architecture]] | ||
* [[Engine structure|Classes/functions]] | * [[Engine structure|Classes/functions]] | ||
* [[Network Protocol]] | * [[Network Protocol]] | ||
+ | '''Instructions''' | ||
+ | <hr> | ||
+ | * [[Code style guidelines]] | ||
+ | * [[Compiling Luanti]] | ||
+ | * [[Development troubleshooting]] | ||
|valign="top"| | |valign="top"| | ||
− | ''' | + | '''Development''' |
<hr> | <hr> | ||
− | * [[ | + | * [[All rules regarding to development]] |
* [[Git Guidelines]] | * [[Git Guidelines]] | ||
− | ''' | + | * [[Meetings]] |
+ | * [[Organisation]] | ||
+ | * [[List of hardcoded features]] | ||
+ | * [[Minetest Game development]] | ||
+ | '''Design and planning''' | ||
<hr> | <hr> | ||
− | |||
* [[TODO]] | * [[TODO]] | ||
− | + | '''For users''' | |
− | ''' | + | <hr> |
− | * [[Changelog]] | + | * [[Changelog|Public Changelog]] |
|valign="top"| | |valign="top"| | ||
− | '''Contribute to wiki''' | + | '''Contribute to this wiki''' |
<hr> | <hr> | ||
* [[MinetestWiki:Style_Guide|Style guide]] | * [[MinetestWiki:Style_Guide|Style guide]] | ||
− | * [[: | + | * [[MinetestWiki:TODO|TODO]] |
* [[:Category:Incomplete|Incomplete articles]] | * [[:Category:Incomplete|Incomplete articles]] | ||
* [[:Category:Stub|Articles to be written]] | * [[:Category:Stub|Articles to be written]] | ||
|} | |} |
Latest revision as of 17:26, 23 October 2024
Content Index
Before you start, you should look at the terminology.
Modding API Tips and tricks: |
Core Instructions |
Development
Design and planning For users |
Contribute to this wiki |