summaryrefslogtreecommitdiff
path: root/src/listeners
AgeCommit message (Expand)AuthorFilesLines
2017-09-27Change attributes value type to int64.Andrei Karas2-6/+6
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-3/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas13-15/+15
2017-07-13Add vector.h for use different vectors.Andrei Karas1-1/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas12-0/+24
2017-06-11Rename player_relations into playerRelations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas27-42/+44
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into listeners.Andrei Karas32-0/+103
2017-01-03Fix some doxygen issues.Andrei Karas6-21/+1
2017-01-03Update copyright year.Andrei Karas76-76/+76
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas9-27/+0
2016-06-02Collect asserts before creating chat windowAndrei Karas2-0/+88
2016-04-30Fix issies found by gcc 6 in paranoid mode.Andrei Karas1-2/+2
2016-04-21Remove extra spaces at line ends.Andrei Karas1-2/+2
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas21-21/+21
2016-04-17Remove override keyword, if it present with final.Andrei Karas21-21/+21
2016-04-07For commands in links in chat ask before executing command.Andrei Karas2-0/+101
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