summaryrefslogtreecommitdiff
path: root/src/configuration.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-02-25Fix old casts.Andrei Karas1-1/+2
2012-02-22Fix code style.Andrei Karas1-1/+1
2012-02-21Fix reading float default parameters.Andrei Karas1-4/+48
2012-02-08Fix compilation errors and more style.Andrei Karas1-24/+24
2012-02-08Fix code style with new tool.Andrei Karas1-1/+1
2012-01-10Replace xmlTextWriterPtr to XmlTextWriterPtrAndrei Karas1-2/+2
2012-01-10Replace xmlStrEqual to xmlNameEqual.Andrei Karas1-4/+4
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas1-2/+2
2012-01-10Move libxml2 includes to xml.hAndrei Karas1-3/+0
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-3/+3
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-2/+2
2011-09-13Add missing checks to some files and style fixes.Andrei Karas1-1/+1
2011-09-10Change empty strings initializations.Andrei Karas1-1/+1
2011-09-05Fix error with getting default configuration values.Andrei Karas1-12/+83
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-08-07Add auto adjust perfomance ability.Andrei Karas1-0/+5
2011-07-12Add init debug messages.Andrei Karas1-0/+2
2011-07-08Fix some issues after automatic checking.Andrei Karas1-0/+7
2011-06-16Fix dataDir in branding files.Andrei Karas1-6/+2
2011-06-16Add dataPath to branding.Andrei Karas1-0/+13
2011-06-02Fix some memory leaks and missing initialisations.Andrei Karas1-0/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-24Add reset yellow bar command to bars context menu.Andrei Karas1-0/+49
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-1/+1
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-4/+7
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-6/+6
2011-01-02Initial commit.Andrei Karas1-0/+438