summaryrefslogtreecommitdiffstats
path: root/lib/inifile/iniFile.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed reading the files.madmaxoft2014-01-111-1/+1
| | | | Duplicate values were ignored.
* IniFile: Split SetValue() into AddValue() and SetValue().madmaxoft2014-01-111-28/+55
| | | | 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).
* Fixed cIniFile's SetValue().madmaxoft2014-01-101-9/+1
| | | | How did we not see this earlier? Each call to SetValue would actually ADD a value!
* Moved iniFileAlexander Harkness2013-11-241-0/+807