Instead of maintaining the short description of each sub-mod
manually in a giant README file, distribute the short descriptions
into each relevant mod, and then build the README listings
automatically at deploy time.
This should:
- Make it harder to forget to add/remove mods in the list
- Prevent them from being out of alphabetical order
- Ensure each mod has a description for in-menu use
Apparently it was broken due to using a "return" instead of
a "continue/next" (which Lua doesn't actually have) due to a
function body being inlined into a loop. Break it back out
into a function again to make the early return work right.
This reverts commit be7e70a09e992314a92c8349594e4070ff525528.
- Automatically cull removed players from the list.
- When called w/o params, enable sane defaults.
- track: add all players currently online
- untrack: remove everyone
Keep track of player last positions when offline, for
admin access. Add ability to dump player coords, and
show player location HUDs (which coincide nicely
with nodecore name HUDs)