Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suggestions | Tiger Wang | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Portal improvements and suggestions | Tiger Wang | 2014-06-10 | 1 | -0/+4 |
| | |||||
* | Capitalising | worktycho | 2014-06-07 | 1 | -1/+1 |
| | |||||
* | Fix reading 64 bit values | worktycho | 2014-06-07 | 1 | -2/+5 |
| | |||||
* | Suggestions | Tiger Wang | 2014-06-05 | 2 | -0/+22 |
| | |||||
* | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-09 | 1 | -3/+3 |
| | |||||
* | Missed these CMakeLists. | archshift | 2014-04-25 | 1 | -2/+6 |
| | |||||
* | Added new AI rules | Tiger Wang | 2014-04-17 | 1 | -2/+3 |
| | | | | | | | + Added new AI rules handling cacti and large heights * Fixed cIniFile not recognising comments in cIniFile::ReadFile() * Fixed users.ini not being properly generated * Changed all instances of (int)floor(GetPosXXX()) to POSXXX_TOINT | ||||
* | Fixed comment typo | narroo | 2014-02-17 | 1 | -1/+1 |
| | |||||
* | Fixed Comment Typo. | narroo | 2014-02-17 | 1 | -1/+1 |
| | |||||
* | Fixed the tab spacing. | narroo | 2014-02-17 | 1 | -22/+22 |
| | |||||
* | Fixed Tab spacing of cases. | narroo | 2014-02-17 | 1 | -10/+10 |
| | |||||
* | Reworked RemoveBom to use unsigned chars and reverted the logic changes in WriteFile. Should work fine now. | narroo | 2014-02-16 | 1 | -82/+96 |
| | |||||
* | Changed unsigned char[] back to char[]. | narroo | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Changed char[] to unsigned char[] in cIniFile::RemoveBom | narroo | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Addressed Issue #402. cIniFile can now process UTF-8 files that have a | narroo | 2014-02-16 | 2 | -67/+91 |
| | | | | Byte Order Marker, BOM. | ||||
* | Another VarArgs fix. | madmaxoft | 2014-01-16 | 1 | -4/+2 |
| | | | | This time using va_copy() on platforms that have it and simple assignment on platforms that don't. | ||||
* | Using a 2nd argument instead of va_copy(). | madmaxoft | 2014-01-15 | 1 | -2/+4 |
| | | | | This seems to be the only reasonable C++03-only solution. | ||||
* | Fixed reading the files. | madmaxoft | 2014-01-11 | 1 | -1/+1 |
| | | | | Duplicate values were ignored. | ||||
* | IniFile: Split SetValue() into AddValue() and SetValue(). | madmaxoft | 2014-01-11 | 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). | ||||
* | Fixed cIniFile's SetValue(). | madmaxoft | 2014-01-10 | 1 | -9/+1 |
| | | | | How did we not see this earlier? Each call to SetValue would actually ADD a value! | ||||
* | started work on cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+7 |
| | |||||
* | Moved iniFile | Alexander Harkness | 2013-11-24 | 2 | -0/+1012 |