summaryrefslogtreecommitdiff
path: root/src/units.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-06Add strong typed bool type SkipError.Andrei Karas1-1/+1
2015-05-06Add strong types bool type UseResman.Andrei Karas1-1/+1
2015-03-17fix nacl and windows compilation.Andrei Karas1-0/+2
2015-03-16Remove useless includes from cpp filesAndrei Karas1-6/+0
2015-02-07Dont show some useless errors while loading themes.Andrei Karas1-1/+1
2015-02-07Remove optional parameter from xml document constructor.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-25Fix license headers.Andrei Karas1-1/+1
2014-05-08Fix code style in other files.Andrei Karas1-1/+1
2014-04-30Fix code style in other files.Andrei Karas1-1/+1
2014-01-16add missing const in xmlnode pointers.Andrei Karas1-1/+1
2014-01-06add ability to include config parts from subdirs for other dbs.Andrei Karas1-0/+3
2014-01-06add patch files support for other xml dbs.Andrei Karas1-0/+1
2014-01-06add support for include in units.xml.Andrei Karas1-2/+14
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-09remove useless includes from some files.Andrei Karas1-1/+0
2013-06-30improve size() usage in units.Andrei Karas1-7/+10
2013-05-26dehardcode client data configuration file names.Andrei Karas1-2/+4
2013-03-24improve units class.Andrei Karas1-35/+38
2013-03-02Last fixes after Coverity checks.Andrei Karas1-0/+1
2013-02-24Improve string usage in some files.Andrei Karas1-6/+11
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas1-1/+1
2012-09-22Add final keyword to most classes.Andrei Karas1-2/+2
2012-09-16Add const to variables with type size_t.Andrei Karas1-1/+1
2012-09-04Add const to more classes.Andrei Karas1-4/+4
2012-08-15Fix code style again.Andrei Karas1-4/+4
2012-08-07Add support for units separator.Andrei Karas1-5/+48
2012-02-08Fix code style with new tool.Andrei Karas1-5/+5
2012-01-10Replace xmlStrEqual to xmlNameEqual.Andrei Karas1-3/+3
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-09-14Add more checks and some code cleanups.Andrei Karas1-1/+3
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-02Some fixes after automatic code checking.Andrei Karas1-1/+1
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-1/+2
2011-01-02Initial commit.Andrei Karas1-0/+248