minetest / minetest_docs

Minetest Engine documentation (Work in progress. Meanwhile, please refer to lua_api.txt and dev.minetest.net)
Other
22 stars 13 forks source link

Sprint 1 #38

Open wsor4035 opened 2 years ago

wsor4035 commented 2 years ago

As proposed in the IRC channel and suggested by benrob, going to start a 2 week sprint for getting some docs done.

List of topics taken:

GreenXenith commented 2 years ago

ItemStack

rollerozxa commented 2 years ago

Settings (which assumedly would also include minetest.settings)

appgurueu commented 2 years ago

MetaDataRef and all subclasses (StorageRef, NodeMetaRef, ItemStackMetaRef, and PlayerMetaRef)

ExeVirus commented 2 years ago
graph LR;
    sound["sound and music backend"]
    ExeVirus-->|wants to document|sound
    sound <--> loading
    sound <--> randomization
    file["supported file types"]
    sound <--> file
    API["sound lua API"]
    sound <--> API
appgurueu commented 2 years ago

https://github.com/minetest/minetest_docs/pull/40

benrob0329 commented 2 years ago

Areastore

appgurueu commented 2 years ago

For the record (and if we choose to organize future sprints this way): We can edit your issue, so there's no need for you to update or us to comment.

wsor4035 commented 2 years ago

I am aware of editing, but that iirc doesnt notify people while a comment does.

appgurueu commented 2 years ago

Reminder to tick the checkboxes of the mega tracker as your PRs get merged.