summaryrefslogtreecommitdiffstats
path: root/lib/inifile/iniFile.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged IniFile into main MCS sources.Mattes D2014-10-231-908/+0
* Added cIniFile::HasValue() function.madmaxoft2014-09-031-0/+18
* SuggestionsTiger Wang2014-07-211-1/+1
* Portal improvements and suggestionsTiger Wang2014-06-101-0/+4
* Capitalisingworktycho2014-06-071-1/+1
* Fix reading 64 bit valuesworktycho2014-06-071-2/+5
* SuggestionsTiger Wang2014-06-051-0/+20
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-3/+3
* Added new AI rulesTiger Wang2014-04-171-2/+3
* Fixed comment typonarroo2014-02-171-1/+1
* Fixed Comment Typo.narroo2014-02-171-1/+1
* Fixed the tab spacing.narroo2014-02-171-22/+22
* Fixed Tab spacing of cases.narroo2014-02-171-10/+10
* Reworked RemoveBom to use unsigned chars and reverted the logic changes in WriteFile. Should work fine now.narroo2014-02-161-82/+96
* Changed unsigned char[] back to char[].narroo2014-02-161-1/+1
* Changed char[] to unsigned char[] in cIniFile::RemoveBomnarroo2014-02-161-1/+1
* Addressed Issue #402. cIniFile can now process UTF-8 files that have anarroo2014-02-161-67/+89
* Another VarArgs fix.madmaxoft2014-01-161-4/+2
* Using a 2nd argument instead of va_copy().madmaxoft2014-01-151-2/+4
* Fixed reading the files.madmaxoft2014-01-111-1/+1
* IniFile: Split SetValue() into AddValue() and SetValue().madmaxoft2014-01-111-28/+55
* Fixed cIniFile's SetValue().madmaxoft2014-01-101-9/+1
* Moved iniFileAlexander Harkness2013-11-241-0/+807