summaryrefslogtreecommitdiff
path: root/src/statuseffect.cpp
AgeCommit message (Expand)AuthorFilesLines
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-26Allow open cart window only if cart status effect enabled.Andrei Karas1-1/+4
2015-01-23Add debug logging about missing status effects.Andrei Karas1-0/+1
2015-01-23Improve setting status stun effects.Andrei Karas1-4/+10
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-12Move ChatTab into chat subdir.Andrei Karas1-1/+1
2014-05-19Move spriteaction into separate file.Andrei Karas1-0/+1
2014-05-16Move chatmsgtype into separate file.Andrei Karas1-1/+1
2014-03-25If player poisoned, hightlight his life bar in social window with special color.Andrei Karas1-4/+9
2014-02-20improve includes.Andrei Karas1-0/+3
2014-01-16add missing const in xmlnode pointers.Andrei Karas1-1/+1
2014-01-07fix leak in duplicate status effects.Andrei Karas1-2/+6
2014-01-06add ability to include config parts from subdirs for other dbs.Andrei Karas1-1/+3
2014-01-06add patch files support for other xml dbs.Andrei Karas1-0/+1
2014-01-06add support for include in status-effects.xml.Andrei Karas1-3/+17
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-30move tabs into tabs directory.Andrei Karas1-1/+1
2013-05-26dehardcode client data configuration file names.Andrei Karas1-3/+1
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