- added the ability to record all game command to a replay file. To test saving / loading games from a replay file, add this to glestuser.ini:

SaveCommandsForReplay=true
This commit is contained in:
Mark Vejvoda
2012-03-20 04:53:26 +00:00
parent b481fbcbb5
commit a7e45eb354
18 changed files with 301 additions and 323 deletions

View File

@@ -841,4 +841,8 @@ const string XmlAttribute::getRestrictedValue(string prefixValue, bool trimValue
return result;
}
void XmlAttribute::setValue(string val) {
value = val;
}
}}//end namespace