added the missing types into types filtering.
http://code.google.com/p/wagic/issues/detail?id=706 these types were converted into part of the "types" enum and are no longer considered a subtype in the engine. as they appear before Subtypes::LAST_TYPE they are to return "" as their subtype search result. i figured there was no harm in including them in the types list filtering as they were moved from subtypes becuase they were some of the most frequently used subtypes.
This commit is contained in:
@@ -1992,12 +1992,17 @@ void WGuiFilterItem::updateValue()
|
||||
{
|
||||
mParent->addArg("Artifact", "t:Artifact;");
|
||||
mParent->addArg("Artifact Creature", "t:Artifact;&t:Creature;");
|
||||
mParent->addArg("Aura", "t:Aura;");
|
||||
mParent->addArg("Basic", "t:Basic;");
|
||||
mParent->addArg("Creature", "t:Creature;");
|
||||
mParent->addArg("Enchantment", "t:Enchantment;");
|
||||
mParent->addArg("Equipment", "t:Equipment;");
|
||||
mParent->addArg("Instant", "t:Instant;");
|
||||
mParent->addArg("Land", "t:Land;");
|
||||
mParent->addArg("Legendary", "t:Legendary;");
|
||||
mParent->addArg("Sorcery", "t:Sorcery;");
|
||||
mParent->addArg("Tribal", "t:Tribal;");
|
||||
|
||||
}
|
||||
else if (filterType == FILTER_SUBTYPE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user