summaryrefslogtreecommitdiff
path: root/src/statuseffect.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from particleengine.Andrei Karas1-2/+2
2017-12-18Remove default parameters from animatedsprites.Andrei Karas1-2/+3
2017-12-14Remove default parameters from soundmanager.Andrei Karas1-1/+1
2017-12-11Remove default parameters from ChatTab::chatLog.Andrei Karas1-2/+8
2017-08-21Remove useless else.Andrei Karas1-13/+7
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+3
2017-04-03Replace string::append with pathJoin.Andrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-10Add support for permanent particle effect.s20160712Andrei Karas1-0/+9
2016-07-10Rename StatusEffect::getParticle into StatusEffect::getStartParticleAndrei Karas1-4/+4
2016-03-26Fix code style.Andrei Karas1-5/+1
2016-03-21Remove some getters from StatusEffect.Andrei Karas1-1/+1
2016-03-21Split StatusEffect into StatusEffect and StatusEffectDB.Andrei Karas1-156/+0
2016-03-21Remove support for stun effects from status-effects.xmlAndrei Karas1-18/+0
2016-02-08Add support for post delay status effect. It change cast animation to stand.Andrei Karas1-1/+5
2016-01-29Fix code style.Andrei Karas1-2/+0
2016-01-25Add file utils function getFilesInDir.Andrei Karas1-0/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-20Move animatedsprite into sprite directory.Andrei Karas1-1/+2
2015-12-20Move spriteaction.h into const directory.Andrei Karas1-1/+2
2015-11-07Fix reporting about missing status effects.Andrei Karas1-1/+8
2015-11-01Show enabled status effects in player popups.Andrei Karas1-0/+3
2015-10-31Add support for dead trick status effect (hercules)Andrei Karas1-1/+5
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-05-06Add strong typed bool type Enable.Andrei Karas1-4/+7
2015-03-16Remove useless includes from cpp filesAndrei Karas1-3/+0
2015-03-04Fix disabling riding.Andrei Karas1-0/+2
2015-03-03Add support for riding flag in actorsprite and statuseffect.Andrei Karas1-1/+4
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