- 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

@@ -191,6 +191,8 @@ public:
float getFloatValue() const;
float getFloatValue(float min, float max) const;
const string getRestrictedValue(string prefixValue="", bool trimValueWithStartingSlash=false) const;
void setValue(string val);
};