2018-04-06 13:04:56 +00:00
|
|
|
unused_args = false
|
|
|
|
allow_defined_top = true
|
|
|
|
|
|
|
|
exclude_files = {
|
2019-01-11 15:45:27 +00:00
|
|
|
"mods/mtg/default",
|
2018-04-06 13:04:56 +00:00
|
|
|
"mods/ctf_pvp_engine",
|
2019-01-11 15:45:27 +00:00
|
|
|
"mods/pvp/shooter",
|
|
|
|
"mods/other/wield3d",
|
|
|
|
"mods/other/treasurer",
|
2018-04-06 13:04:56 +00:00
|
|
|
}
|
|
|
|
|
2018-04-06 15:18:32 +00:00
|
|
|
ignore = {"631"}
|
2018-04-06 13:04:56 +00:00
|
|
|
|
|
|
|
globals = {
|
2019-04-12 10:14:42 +00:00
|
|
|
"crafting", "vector", "table", "minetest", "worldedit", "ctf", "ctf_flag",
|
|
|
|
"ctf_colors", "hudkit", "default", "treasurer", "ChatCmdBuilder", "ctf_map",
|
2019-08-28 17:54:24 +00:00
|
|
|
"ctf_match", "ctf_stats", "ctf_treasure", "ctf_playertag", "chatplus", "irc",
|
2019-11-29 14:22:37 +00:00
|
|
|
"armor", "vote", "give_initial_stuff", "hud_score", "physics"
|
2018-04-06 13:04:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
read_globals = {
|
2019-08-28 17:57:11 +00:00
|
|
|
string = {fields = {"split", "trim"}},
|
2018-04-06 13:04:56 +00:00
|
|
|
table = {fields = {"copy", "getn"}},
|
|
|
|
|
|
|
|
"dump", "DIR_DELIM",
|
|
|
|
"sfinv", "creative",
|
|
|
|
"VoxelArea", "ItemStack",
|
|
|
|
"Settings",
|
|
|
|
"prometheus", "hb",
|
2019-01-05 23:41:24 +00:00
|
|
|
"awards",
|
2018-04-06 13:04:56 +00:00
|
|
|
|
|
|
|
|
|
|
|
-- Testing
|
|
|
|
"describe",
|
|
|
|
"it",
|
|
|
|
"assert",
|
|
|
|
}
|