summaryrefslogtreecommitdiff
path: root/src/statuseffect.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-20fix style in other files.Andrei Karas1-0/+5
2013-04-14some more style fixes from cpplint.Andrei Karas1-2/+2
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+0
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas1-1/+1
2013-03-24improve statuseffect class.Andrei Karas1-0/+2
2013-02-24Improve string usage in some files.Andrei Karas1-8/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-1/+1
2012-10-16Fix code style and some other minor issues.Andrei Karas1-1/+1
2012-09-04Add const to more classes.Andrei Karas1-14/+15
2012-08-24replace defines to consts.Andrei Karas1-3/+2
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-08-15Fix code style again.Andrei Karas1-2/+2
2012-06-23Improve a bit iterators again.Andrei Karas1-3/+4
2012-01-10Replace xmlStrEqual to xmlNameEqual.Andrei Karas1-3/+5
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-30Fix crash with status effects cleaning with more than one reconnection to ser...Andrei Karas1-2/+2
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-3/+3
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-06-05Fix memory leak in statuseffect.Andrei Karas1-2/+5
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-1/+1
2011-01-02Initial commit.Andrei Karas1-0/+205