summaryrefslogtreecommitdiff
path: root/src/listeners
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Add missing file.Andrei Karas1-0/+43
2016-02-21Add missing public modifier to some structs.Andrei Karas4-27/+31
2016-02-20Add missing const in other left files.Andrei Karas1-2/+2
2016-02-08Add some missing const.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas71-71/+71
2015-11-23Add skillwarplistener.Andrei Karas2-0/+103
2015-11-16Convert State enum into strong typed.Andrei Karas1-1/+1
2015-11-16Fix code style.Andrei Karas1-2/+0
2015-11-13Add missing files.Andrei Karas2-0/+120
2015-08-20Add ability for insert cards into items by dragging.Andrei Karas1-0/+53
2015-08-09Add some missing checks to other files found by paranucker.Andrei Karas2-3/+7
2015-06-25Add missing non null attributes into gui directory.Andrei Karas1-1/+1
2015-06-23Add missing checks into listeners.Andrei Karas2-2/+3
2015-06-14Use CREATEWIDGET macro in inputactionreplaylistener.Andrei Karas1-2/+4
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas2-3/+3
2015-05-30Move inputaction into enums directory.Andrei Karas1-2/+2
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas4-6/+10
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas2-3/+3
2015-05-29Add strong typed int type BeingId.Andrei Karas2-3/+5
2015-05-22Fix code style.Andrei Karas2-6/+8
2015-05-21Add parent window field to all widgets.Andrei Karas1-0/+2
2015-04-20Add quick settings page for yellow bar options.Andrei Karas3-1/+75
2015-04-17Use ActorType for being type.Andrei Karas2-3/+5
2015-03-17Remove useless includes from .h files.Andrei Karas11-26/+0
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-03-13fix code style.Andrei Karas1-1/+1
2015-03-09Add debug message listener.Andrei Karas2-0/+76
2015-02-27fix code style.Andrei Karas1-1/+2
2015-02-22Allow send rename pet chat command without new pet name.Andrei Karas2-0/+118
2015-02-18Add missing override keywords.Andrei Karas4-4/+4
2015-02-16Build vendingslotslistener only if eathena support enabled.Andrei Karas1-0/+3
2015-02-16Build vendingmodelistener only if eathena support enabled.Andrei Karas1-0/+3
2015-02-16Build shoprenamelistener only if eathena support enabled.Andrei Karas1-0/+3
2015-02-16Build pincodelistener only if eathena support enabled.Andrei Karas1-0/+3
2015-02-16Build buyingstoreslotslistener only if eathena support enabled.Andrei Karas1-0/+3
2015-02-16Build buyingstoremodelistener only if eathena support enabled.Andrei Karas1-0/+3
2015-02-16Build banklistener only if eathena support enabled.Andrei Karas1-0/+3
2015-02-15eathena: impliment packet SMSG_BUYINGSTORE_OWN_ITEMS.Andrei Karas2-0/+74
2015-02-14Enable publish button in personal buy shop only if it allowed by server.Andrei Karas2-0/+74
2015-02-03eathena: allow rename shop.Andrei Karas2-0/+95
2015-02-02Set correct vending status to local player.Andrei Karas2-0/+74
2015-02-02eathena: add support for creating vending shop.Andrei Karas2-0/+74
2015-01-01Update copyrights year.Andrei Karas50-50/+50
2014-12-02Move death dialog showing from playerhandler.Andrei Karas1-3/+3
2014-12-02Add PlayerDeathListener.Andrei Karas2-0/+74
2014-12-02Rename PlayerDeathListener into PlayerPostDeathListener.Andrei Karas1-1/+1
2014-12-02Rename DeathListener into WidgetDeathListener.Andrei Karas1-6/+6
2014-10-25Fix code style.Andrei Karas1-1/+2
2014-10-19Use textboxpopup in tooltiplistener.Andrei Karas1-4/+3