summaryrefslogtreecommitdiffstats
path: root/iniFile/iniFile.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved iniFileAlexander Harkness2013-11-241-807/+0
* cIniFile: Renamed functions to make meaning more explicit.madmaxoft2013-10-251-100/+102
* cIniFile doesn't store filename internally anymore.madmaxoft2013-10-251-8/+7
* cIniFile now reads .example.ini if not requested not to.madmaxoft2013-08-051-279/+450
* Added the ItemToString() and ItemTypeToString() functions.madmaxoft@gmail.com2012-09-081-59/+88
* MCServer should run just fine on Android now :Dfaketruth2012-08-161-2/+2
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-606/+606
* Removed an unneeded includemadmaxoft@gmail.com2012-06-091-1/+0
* New IniFile functionality: read value and set default if it isn't present (GetValueSet() ); used by cWorldmadmaxoft@gmail.com2012-06-091-24/+36
* strstream is deprecated, using sstream insteadcedeel@gmail.com2012-06-041-1/+1
* sprintf() begone! Replaced with StringUtils' Printf()madmaxoft@gmail.com2012-02-011-21/+100
* Plugins can now be enabled and disabled through WebAdminfaketruth2012-02-011-7/+15
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-1/+2
* Source for additional projectsfaketruth2011-10-031-0/+507