added SymbolValueEditor + minor fixes

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@96 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2006-11-26 18:51:31 +00:00
parent 8dcda6fd93
commit e2701a646f
19 changed files with 104 additions and 37 deletions
+5 -2
View File
@@ -217,18 +217,21 @@ void ScriptManager::alsoUpdate(deque<ToUpdate>& to_update, const vector<Dependen
}
break;
} case DEP_CARDS_FIELD: {
// TODO
break;
} case DEP_STYLE: {
// TODO
break;
} case DEP_CARD_COPY_DEP: {
// TODO
break;
} case DEP_SET_COPY_DEP: {
// TODO
break;
} default:
assert(false);
}
/*
if (d.type == DependendScript.setField) {
/* if (d.type == DependendScript.setField) {
// from set data
ValueP value = set->data.at(ds.index);
toUpdate.push_back(ToUpdate(&*value));