Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-07-18 | Updated API documentation. | Mattes D | 1 | -1/+2 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -17/+17 | |
2016-02-05 | Ignore trailing and leading spaces in INI values# Please enter the commit message for your changes. Lines starting | LogicParrot | 1 | -17/+17 | |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 1 | -23/+22 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -2/+2 | |
2015-05-23 | Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher. | Lukas Pioch | 1 | -14/+14 | |
2015-05-16 | Initial implementation of IniFile overloading | tycho | 1 | -9/+17 | |
2015-05-09 | More style checking. | Mattes D | 1 | -5/+5 | |
Spaces around some operators are checked. | |||||
2015-01-27 | IniFile: Added common code to migrate ports. | Mattes D | 1 | -4/+20 | |
Old settings have IPv4 and IPv6 ports as separate values, new settings have a single value for the ports. | |||||
2014-10-27 | CheckBasicStyle'd | Alexander Harkness | 1 | -1/+1 | |
2014-10-24 | IniFile: Removed the problematic printf-like Set function. | Mattes D | 1 | -6/+0 | |
It wasn't used in any client code anyway. | |||||
2014-10-24 | Fixed formatstring | worktycho | 1 | -1/+1 | |
2014-10-23 | Merged IniFile into main MCS sources. | Mattes D | 1 | -0/+0 | |
2014-09-03 | Added cIniFile::HasValue() function. | madmaxoft | 1 | -0/+5 | |
2014-06-05 | Suggestions | Tiger Wang | 1 | -0/+2 | |
2014-02-16 | Addressed Issue #402. cIniFile can now process UTF-8 files that have a | narroo | 1 | -0/+2 | |
Byte Order Marker, BOM. | |||||
2014-01-11 | IniFile: Split SetValue() into AddValue() and SetValue(). | madmaxoft | 1 | -11/+21 | |
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). | |||||
2013-11-24 | Moved iniFile | Alexander Harkness | 1 | -0/+0 | |
2013-10-26 | cIniFile: Improved doxy-comments. | madmaxoft | 1 | -5/+5 | |
2013-10-25 | cIniFile: Renamed functions to make meaning more explicit. | madmaxoft | 1 | -67/+61 | |
For example KeyComment() -> GetKeyComment() / AddKeyComment() | |||||
2013-10-25 | cIniFile doesn't store filename internally anymore. | madmaxoft | 1 | -12/+6 | |
2013-08-07 | cIniFile: fixed API-non-exportable function marked as API-export | madmaxoft | 1 | -0/+5 | |
2013-08-05 | cIniFile now reads .example.ini if not requested not to. | madmaxoft | 1 | -86/+112 | |
As specified in #44, when the .ini file cannot be opened, a .example.ini is tried, and if it succeeds, it is written as .ini. This makes it easy to provide ini file templates. | |||||
2013-01-13 | Forgotten files for previous merge commit (rev 1139) | madmaxoft@gmail.com | 1 | -56/+56 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1140 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -186/+186 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-09 | New IniFile functionality: read value and set default if it isn't present (GetValueSet() ); used by cWorld | madmaxoft@gmail.com | 1 | -16/+14 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@586 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-01 | sprintf() begone! Replaced with StringUtils' Printf() | madmaxoft@gmail.com | 1 | -151/+154 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@216 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-01 | Plugins can now be enabled and disabled through WebAdmin | faketruth | 1 | -0/+1 | |
WebPlugins can now have spaces in their tab names git-svn-id: http://mc-server.googlecode.com/svn/trunk@204 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-22 | Improved Core's WebAmin interface a bit. | faketruth | 1 | -1/+1 | |
Can now kick players through WebAdmin Can now enable/disable whitelist through WebAdmin Tick speed is limited in a better way now, instead of always sleeping 50ms before each tick, it now add only sleeps additional time when the tick time was faster than 50ms. Server should run slightly faster because of this (and use more cpu%) git-svn-id: http://mc-server.googlecode.com/svn/trunk@167 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-03 | Source for additional projects | faketruth | 1 | -0/+184 | |
-jsoncpp -lua -tolua++ -WebServer -zlib -iniFile git-svn-id: http://mc-server.googlecode.com/svn/trunk@4 0a769ca7-a7f5-676a-18bf-c427514a06d6 |