summaryrefslogtreecommitdiffstats
path: root/iniFile/iniFile.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-24Moved iniFileAlexander Harkness1-807/+0
2013-10-25cIniFile: Renamed functions to make meaning more explicit.madmaxoft1-100/+102
2013-10-25cIniFile doesn't store filename internally anymore.madmaxoft1-8/+7
2013-08-05cIniFile now reads .example.ini if not requested not to.madmaxoft1-279/+450
2012-09-08Added the ItemToString() and ItemTypeToString() functions.madmaxoft@gmail.com1-59/+88
2012-08-16MCServer should run just fine on Android now :Dfaketruth1-2/+2
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-606/+606
2012-06-09Removed an unneeded includemadmaxoft@gmail.com1-1/+0
2012-06-09New IniFile functionality: read value and set default if it isn't present (GetValueSet() ); used by cWorldmadmaxoft@gmail.com1-24/+36
2012-06-04strstream is deprecated, using sstream insteadcedeel@gmail.com1-1/+1
2012-02-01sprintf() begone! Replaced with StringUtils' Printf()madmaxoft@gmail.com1-21/+100
2012-02-01Plugins can now be enabled and disabled through WebAdminfaketruth1-7/+15
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-1/+2
2011-10-03Source for additional projectsfaketruth1-0/+507