Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-01-11 | Fixed reading the files. | madmaxoft | 1 | -1/+1 | |
Duplicate values were ignored. | |||||
2014-01-11 | IniFile: Split SetValue() into AddValue() and SetValue(). | madmaxoft | 2 | -39/+76 | |
Each function does what one would assume - AddValue adds a new value, SetValue overwrites existing value (creates a new one if not exists, if instructed to do so). | |||||
2014-01-10 | Fixed cIniFile's SetValue(). | madmaxoft | 1 | -9/+1 | |
How did we not see this earlier? Each call to SetValue would actually ADD a value! | |||||
2013-12-10 | started work on cmake | Tycho Bickerstaff | 1 | -0/+7 | |
2013-11-24 | Moved iniFile | Alexander Harkness | 2 | -0/+1012 | |