Load dependencies and description from mod.conf
authorAndrew Ward <rw@rubenwardy.com>
Wed, 28 Mar 2018 21:14:16 +0000 (22:14 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Mar 2018 21:14:16 +0000 (22:14 +0100)
commit71b2570f0919d3bb5575c9ec694ecd004222fcea
treef3f85d185dde66ab294abb1c15e349ad3b33e818
parentdfc81983491417c5cd1c99d7db05e421c409379d
Load dependencies and description from mod.conf
20 files changed:
builtin/mainmenu/modmgr.lua
builtin/mainmenu/tab_mods.lua
doc/lua_api.txt
doc/menu_lua_api.txt
games/minimal/mods/bucket/depends.txt [deleted file]
games/minimal/mods/bucket/mod.conf [new file with mode: 0644]
games/minimal/mods/default/mod.conf [new file with mode: 0644]
games/minimal/mods/experimental/depends.txt [deleted file]
games/minimal/mods/experimental/mod.conf [new file with mode: 0644]
games/minimal/mods/give_initial_stuff/depends.txt [deleted file]
games/minimal/mods/give_initial_stuff/mod.conf [new file with mode: 0644]
games/minimal/mods/legacy/depends.txt [deleted file]
games/minimal/mods/legacy/mod.conf [new file with mode: 0644]
games/minimal/mods/stairs/depends.txt [deleted file]
games/minimal/mods/stairs/mod.conf [new file with mode: 0644]
games/minimal/mods/test/mod.conf [new file with mode: 0644]
src/mods.cpp
src/mods.h
src/script/lua_api/l_mainmenu.cpp
src/script/lua_api/l_mainmenu.h