summaryrefslogtreecommitdiff
path: root/src/gui/windows/skilldialog.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-23Add chat command skill.Andrei Karas1-1/+9
2015-11-22Allow drag skill with any selected level to shortcuts window.Andrei Karas1-1/+2
2015-11-22Use selected skill level in button "use" in skill dialog.Andrei Karas1-1/+2
2015-11-22Add chat command /selectskilllevel for select skill level in skills dialog.Andrei Karas1-0/+3
2015-11-10Add support for casting status effect on ground.Andrei Karas1-0/+5
2015-09-21Add option for auto target skill to closest target.Andrei Karas1-2/+5
2015-08-09Add some missing checks to gui found by paranucker.Andrei Karas1-4/+4
2015-05-24Move type Modifiable into separate file.Andrei Karas1-0/+2
2015-05-06Add strong typed bool type Modifiable.Andrei Karas1-2/+2
2015-04-09On skill attacks on target for show effect use skill attribute skillHitEffectId.Andrei Karas1-0/+3
2015-04-09Add skill attributes with effect id what will play on caster and target while...Andrei Karas1-0/+6
2015-04-08Simplify using rotational particle effect.Andrei Karas1-3/+1
2015-03-25Add particle effect for removing skill. (hercules).Andrei Karas1-0/+8
2015-03-25eathena: impliment packet SMSG_PLAYER_DELETE_SKILL.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-21Fix updating skills window if some skills was removed.Andrei Karas1-0/+2
2014-09-20Use skill owner field in most functions.Andrei Karas1-3/+7
2014-09-18Draw cool down bar in skills window.Andrei Karas1-0/+5
2014-09-18Add skills duration/cooldown.Andrei Karas1-0/+2
2014-09-06In skills add support for reading mana cost from server.Andrei Karas1-2/+4
2014-09-06eathena: fix skills removing.Andrei Karas1-0/+2
2014-09-06Use skill type struct in skill info.Andrei Karas1-2/+4
2014-09-06Add skill type reading from serverAndrei Karas1-2/+6
2014-09-06For unknown skills use if possible server side skill name.Andrei Karas1-1/+4
2014-09-06allow use unknown skills.Andrei Karas1-0/+2
2014-05-18Remove useless includes.Andrei Karas1-3/+0
2014-02-16move event into events directory.Andrei Karas1-1/+1
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-2/+3
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-01-06add support for include in skills.xml, ea-skills.xml.Andrei Karas1-0/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to windows files.Andrei Karas1-3/+3
2013-10-19add missing override keyword in postInit function declarations.Andrei Karas1-1/+1
2013-10-19move virtual member calls from skilldialog constuctor into postInit.Andrei Karas1-0/+2
2013-10-04fix code style.Andrei Karas1-3/+3
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+109