summaryrefslogtreecommitdiff
path: root/src/configuration.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-9/+9
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-01Add some checks after automatic check code by tools.Andrei Karas1-16/+33
2017-08-31Replace log asserts to report asserts in configuration.cppAndrei Karas1-6/+6
2017-08-31Remove extra includes.Andrei Karas1-1/+0
2017-08-31Improve setting default values for configuration objects.Andrei Karas1-198/+170
2017-08-21Remove useless else.Andrei Karas1-6/+2
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-08Remove useless string initialisations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-21/+21
2017-06-04Fix code style.Andrei Karas1-2/+2
2017-05-05Rename virtfs into fs.Andrei Karas1-1/+1
2017-04-22Fix too long lines in configuration.cppAndrei Karas1-2/+4
2017-04-22Fix warning about missing configuration at first run.Andrei Karas1-4/+18
2017-03-28Rename some left functions from physfs to virtfs.Andrei Karas1-1/+1
2017-03-24Remove extra unused attribute.Andrei Karas1-1/+1
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas1-6/+8
2017-03-09Add missing default for float fields loading as string config parameters.Andrei Karas1-0/+5
2017-03-09Remove extra includes.Andrei Karas1-1/+0
2017-03-06Show asserts if any errors happened with fopen.Andrei Karas1-2/+3
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas1-4/+4
2017-02-21Move other fs related files into fs directory.Andrei Karas1-1/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-7/+9
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