Improve behaviour for empty modpacks and when no mods at all are installed:
authorJürgen Doser <jurgen.doser@gmail.com>
Tue, 22 Jan 2013 16:06:25 +0000 (17:06 +0100)
committerJürgen Doser <jurgen.doser@gmail.com>
Tue, 22 Jan 2013 18:05:28 +0000 (19:05 +0100)
commit26a0efae2359334eb418f91bf85c0eae9db45646
treefb9d2b3a3a0ad6ba6ed2d0edb468a1cb3d876e3f
parente237c1d07d4a257329ba4db1631f40054510d445
Improve behaviour for empty modpacks and when no mods at all are installed:

Only show enable all / disable all buttons for all add-ons when at
least one add-on is installed. When no add-on ist installed, don't
show any buttons or checkboxes.

Added is_modpack flag to ModSpec to distinguish empty modpacks from
normal mods and check this flag in mod selection gui so that empty
modpacks are not treated like mods that can be enabled or disabled.
src/guiConfigureWorld.cpp
src/mods.cpp
src/mods.h