summaryrefslogtreecommitdiff
path: root/src/configuration.h
AgeCommit message (Expand)AuthorFilesLines
2016-06-13Fix compilation with pugixml.Andrei Karas1-0/+4
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-1/+0
2016-05-11Allow set skip error flag for configuration loading.Andrei Karas1-1/+2
2016-04-17Fix code style.Andrei Karas1-2/+1
2016-01-21Add support for writing xml files from pugixml.Andrei Karas1-0/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-18Fix code style in configuration.Andrei Karas1-11/+25
2015-06-26Add missing checks into other files.Andrei Karas1-1/+1
2015-05-06Add strong types bool type UseResman.Andrei Karas1-2/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-4/+0
2015-02-18Add missing override keywords.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-02Add missing final/notfinal to classes.Andrei Karas1-2/+2
2014-03-11Fix removing old unused keys from main configuration file.Andrei Karas1-0/+2
2014-03-02auto save config if it was changed in game each 10 seconds.Andrei Karas1-0/+3
2014-01-26add chat command for uploading main config.xmlAndrei Karas1-0/+3
2014-01-16add missing const in xmlnode pointers.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas1-0/+6
2013-10-19remove virtual from clear function in configuration.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-25improve construcors in abstract classes.Andrei Karas1-2/+2
2013-09-13fix code style.Andrei Karas1-1/+0
2013-09-09remove useless includes from some files.Andrei Karas1-1/+1
2013-05-30Prevent losing per server settings.Andrei Karas1-0/+2
2013-05-28fix guard header part3.Andrei Karas1-1/+1
2013-05-12add features configuration file to enable/disable features per server.Andrei Karas1-0/+1
2013-04-20fix style in other files.Andrei Karas1-0/+2
2013-04-14another fixes from cpplint.Andrei Karas1-4/+5
2013-03-24Improve playerrelation class.Andrei Karas1-4/+6
2013-03-05Add method for incriment config variables.Andrei Karas1-0/+2
2013-02-23add const and some minor changes in configuration class.Andrei Karas1-3/+3
2013-02-06Set onscreen default buttons size depend on screen resolution.Andrei Karas1-0/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-13/+18
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-10-08Allow reinit configuration files.Andrei Karas1-0/+4
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-09-11Fix code style and small perfomance issues.Andrei Karas1-1/+0
2012-09-04add const to more classes,Andrei Karas1-1/+1
2012-08-26Add const to some classes.Andrei Karas1-21/+24
2012-04-21Add ability to remove old unused keys from configuration file.Andrei Karas1-0/+15
2012-04-01One part of fixes after auto checking.Andrei Karas1-1/+1
2012-02-29Simplify remove listener calls.Andrei Karas1-0/+2
2012-02-02Add some checks after automatic checking.Andrei Karas1-2/+2
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-2/+2
2012-01-10Replace xmlTextWriterPtr to XmlTextWriterPtrAndrei Karas1-1/+1
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas1-1/+1
2012-01-10Move libxml2 includes to xml.hAndrei Karas1-1/+2