summaryrefslogtreecommitdiff
path: root/src/configuration.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-11Allow set skip error flag for configuration loading.Andrei Karas1-2/+5
2016-05-11Add assert logging in configuration.cppAndrei Karas1-12/+20
2016-02-20Add missing const in other left files.Andrei Karas1-2/+2
2016-02-08Improve some empty string checks.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-3/+3
2016-01-21Add support for writing xml files from pugixml.Andrei Karas1-1/+1
2016-01-20Add pugixml backend incomplete.Andrei Karas1-6/+6
2016-01-18Add macro XmlTextWriterEndElement.Andrei Karas1-3/+3
2016-01-18Add bot checker configuration keys for auto deletion.Andrei Karas1-0/+7
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-18Fix code style in configuration.Andrei Karas1-13/+20
2015-10-31Move away message to per server configuration file.Andrei Karas1-0/+1
2015-06-26Add missing checks into other files.Andrei Karas1-2/+5
2015-05-06Add strong typed bool type SkipError.Andrei Karas1-2/+2
2015-05-06Add strong types bool type UseResman.Andrei Karas1-4/+5
2015-04-15Remove hideShield setting.Andrei Karas1-0/+1
2015-02-07Dont show some useless errors while loading themes.Andrei Karas1-2/+2
2015-01-04Add stringmap typedefs.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-22Add profiler lines into some functions.Andrei Karas1-0/+7
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-03-11Fix removing old unused keys from main configuration file.Andrei Karas1-2/+3
2014-03-02auto save config if it was changed in game each 10 seconds.Andrei Karas1-1/+10
2014-02-20improve includes.Andrei Karas1-0/+1
2014-02-15Move some listeners classes into listeners directory.Andrei Karas1-1/+2
2014-01-29Fix screenshot directory saving/loading.Andrei Karas1-0/+2
2014-01-16add missing const in xmlnode pointers.Andrei Karas1-3/+3
2014-01-03fix server config saving if select switch character or switch server.Andrei Karas1-0/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-01add dyecmd tool into automake.Andrei Karas1-0/+6
2013-11-01Add configure option --enable-checks for check some calls (disabled by default)Andrei Karas1-0/+21
2013-10-08remove unused system headers.Andrei Karas1-2/+0
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-1/+1
2013-05-30Prevent losing per server settings.Andrei Karas1-0/+10
2013-04-21fix code style and some other fixes after auto checks.Andrei Karas1-0/+6
2013-04-20fix style in other files.Andrei Karas1-0/+8
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-3/+2
2013-03-05Add method for incriment config variables.Andrei Karas1-0/+8
2013-03-01Fix code style.Andrei Karas1-23/+34
2013-02-25Improve string usage in other files.Andrei Karas1-7/+8
2013-02-23add const and some minor changes in configuration class.Andrei Karas1-69/+42
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-12/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas1-1/+1
2012-12-21Fix leak with default values.Andrei Karas1-1/+1
2012-10-08Fix code style.Andrei Karas1-2/+2
2012-10-08Allow reinit configuration files.Andrei Karas1-2/+25
2012-10-02Remove most C casts.Andrei Karas1-10/+7
2012-09-05Improve constructors in some classes.Andrei Karas1-0/+1
2012-08-26Fix code style.Andrei Karas1-2/+4