capturetheflag/mods/ctf/ctf_playertag
ANAND 5eb5d3311a
Improve log messages (#422)
- Add log messages wherever required/useful
- Remove unnecessary log messages and print statements
- Convert print statements to minetest.log
- Fix incorrect log level for some messages
- Trivial code-style fixes
2019-10-18 11:22:18 +05:30
..
textures Reorganise game into modpacks 2019-01-11 15:52:47 +00:00
api.lua Improve log messages (#422) 2019-10-18 11:22:18 +05:30
init.lua Rename global playertag to ctf_playertag 2019-04-12 15:41:14 +05:30
mod.conf Use mod.conf and modpack.conf 2019-08-31 10:31:14 +05:30
README.md Reorganise game into modpacks 2019-01-11 15:52:47 +00:00

This mod hides the existing tags, and adds entity based tags that are only as visible as the player.

Some code taken from gauges (CC0 1.0) https://forum.minetest.net/viewtopic.php?t=10250 And also some code and textures from npcf (LGPL for code, WTFPL for textures) https://forum.minetest.net/viewtopic.php?t=7321 My part of the code is WTFPL.