You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
993 B
45 lines
993 B
unused_args = false |
|
allow_defined_top = true |
|
|
|
exclude_files = { |
|
"mods/mtg/default", |
|
"mods/ctf_pvp_engine", |
|
"mods/pvp/shooter", |
|
"mods/other/wield3d", |
|
"mods/other/treasurer", |
|
"mods/other/hudbars", |
|
} |
|
|
|
ignore = {"631"} |
|
|
|
globals = { |
|
"crafting", "vector", "table", "minetest", "worldedit", "ctf", "ctf_flag", |
|
"ctf_colors", "hudkit", "default", "treasurer", "ChatCmdBuilder", "ctf_map", |
|
"ctf_match", "ctf_stats", "ctf_treasure", "ctf_playertag", "chatplus", "irc", |
|
"armor", "vote", "give_initial_stuff", "hud_score", "physics", "tsm_chests", |
|
"armor", "shooter", "grenades", "ctf_classes", "ctf_bandages", "ctf_respawn_immunity", |
|
"ctf_marker", "kill_assist" |
|
} |
|
|
|
read_globals = { |
|
string = {fields = {"split", "trim"}}, |
|
table = {fields = {"copy", "getn"}}, |
|
|
|
"dump", "DIR_DELIM", |
|
"sfinv", "creative", |
|
"VoxelArea", "ItemStack", |
|
"Settings", |
|
"prometheus", "hb", |
|
"awards", |
|
"potential_cowards", |
|
|
|
"VoxelArea", |
|
"VoxelManip", |
|
"PseudoRandom", |
|
|
|
|
|
-- Testing |
|
"describe", |
|
"it", |
|
"assert", |
|
}
|
|
|