summaryrefslogtreecommitdiff
path: root/src/gui/windows/skilldialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-15Add support for different per skill casting animations.Andrei Karas1-0/+9
2015-11-12Add support for invoke ground skill with text parameter.Andrei Karas1-4/+35
2015-11-12Add skill xml flag useTextParameter.Andrei Karas1-0/+2
2015-11-10Add support for casting status effect on ground.Andrei Karas1-1/+20
2015-11-09Add support for ground skills.Andrei Karas1-0/+10
2015-09-21Add option for auto target skill to closest target.Andrei Karas1-5/+22
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas1-0/+2
2015-07-11Add missing checks into gui.Andrei Karas1-1/+1
2015-06-25Add missing checks in windows.Andrei Karas1-0/+3
2015-06-15Fix code style.Andrei Karas1-1/+0
2015-06-14Use CREATEWIDGET macro in skilldialog.Andrei Karas1-2/+2
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-28Add strong typed bool type Visible.Andrei Karas1-10/+10
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-17Fix some issues after automatic checks.Andrei Karas1-1/+3
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 Modifiable.Andrei Karas1-5/+5
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-04-09Add to skills miss effect.Andrei Karas1-0/+2
2015-04-09On skill attacks on target for show effect use skill attribute skillHitEffectId.Andrei Karas1-0/+13
2015-04-09Add to skill attribute for hit effect on target.Andrei Karas1-0/+2
2015-04-09Add skill attributes with effect id what will play on caster and target while...Andrei Karas1-0/+28
2015-04-08Simplify using rotational particle effect.Andrei Karas1-13/+7
2015-03-25Add particle effect for removing skill. (hercules).Andrei Karas1-14/+35
2015-03-25Allow set for each skill own levelup particle effect.Andrei Karas1-3/+15
2015-03-25eathena: impliment packet SMSG_PLAYER_DELETE_SKILL.Andrei Karas1-0/+18
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-4/+0
2015-03-01Fix skills display if mixed alwaysVisible attribute and level attribute.Andrei Karas1-1/+2
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-29Fix skill using to being.Andrei Karas1-4/+4
2015-01-06Move attributes.h into enums directory.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-28Add skill attribute what show skill always.Andrei Karas1-2/+6
2014-10-26Allow invoke chat command from invoking skill.Andrei Karas1-0/+10
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-23eathena: if skill fail, show errorText from skill.Andrei Karas1-1/+1
2014-09-23Add field errorText into skills.Andrei Karas1-3/+7
2014-09-21Fix updating skills window if some skills was removed.Andrei Karas1-2/+28
2014-09-20Use skill owner field in most functions.Andrei Karas1-5/+22
2014-09-18Fix compilation with some options.Andrei Karas1-1/+1
2014-09-18Add empty skill if need add skill duration/cooldown and skin not created/loaded.Andrei Karas1-7/+13
2014-09-18Draw cool down bar in skills window.Andrei Karas1-1/+39
2014-09-18Add skills duration/cooldown.Andrei Karas1-0/+15
2014-09-17Remove getter for skillHandler.Andrei Karas1-2/+2
2014-09-17Remove getter for playerHandler.Andrei Karas1-4/+1
2014-09-07Fix compilation warnings.Andrei Karas1-0/+1
2014-09-06In skills add support for reading mana cost from server.Andrei Karas1-2/+6