summaryrefslogtreecommitdiff
path: root/src/net/eathena/generalhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-05-22Show used general handler type in log.Andrei Karas1-0/+1
2018-04-17Add empty attendance handler.Andrei Karas1-0/+3
2018-02-11Add basic support for clans.Andrei Karas1-0/+2
2018-02-09Impliment packet CMSG_CLAN_MESSAGE 0x098d.Andrei Karas1-0/+3
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-2/+2
2017-08-10Add empty mail2handler.Andrei Karas1-0/+3
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+35
2017-06-09Fix code style.Andrei Karas1-2/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-6/+6
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-17Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy s...Andrei Karas1-1/+1
2016-07-26Add tabs for stats in status window.Andrei Karas1-6/+0
2016-06-30Move extended stats from status window into stats.xml too.s20160630Andrei Karas1-34/+1
2016-06-30Remove basic attributes usage from generalhandler and move to statuswindow an...Andrei Karas1-18/+1
2016-06-30Move basic skill definition fro net into statdb.Andrei Karas1-19/+0
2016-06-30Add statdb. Move to statdb server related stats list.Andrei Karas1-1/+2
2016-02-20Add some more missing consts.Andrei Karas1-4/+4
2016-02-20Add missing const in net directory.Andrei Karas1-4/+4
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-0/+30
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-16Convert State enum into strong typed.Andrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-3/+0
2015-09-02Remove MessageHandler classAndrei Karas1-27/+4
2015-09-02Remove mNetwork field from MessageHandlersAndrei Karas1-49/+15
2015-09-02Remove variable mMessageHandlers from network code.Andrei Karas1-4/+2
2015-08-26Move receive code from generalhandler into separate file.Andrei Karas1-115/+4
2015-06-06Fix code style.Andrei Karas1-8/+0
2015-05-28Remove support for split button from inventory.Andrei Karas1-2/+0
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+1
2015-05-06Add strong typed bool type Modifiable.Andrei Karas1-6/+11
2015-03-22eathena: possible fix for sending login packets.Andrei Karas1-0/+8
2015-03-18Add empty roulettehandler.Andrei Karas1-0/+3
2015-03-17Add empty battlegroundhandler.Andrei Karas1-0/+3
2015-03-12Add empty map handler.Andrei Karas1-0/+3
2015-01-07Add empty searchstorehandler.Andrei Karas1-1/+4
2015-01-07Add empty vending handler.Andrei Karas1-1/+4
2015-01-06Move attributes.h into enums directory.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-21Add empty MarketHandler.Andrei Karas1-1/+4
2014-11-12Add missing packet field comments.Andrei Karas1-1/+1
2014-10-31eathena: add packet SMSG_MAP_NOT_FOUND 0x0840.Andrei Karas1-0/+13
2014-10-14Add empty elementalhandler.Andrei Karas1-1/+4
2014-10-13Add empty friends handler.Andrei Karas1-1/+4
2014-10-12Move PartyTab from net namespace into gui.Andrei Karas1-2/+2
2014-10-12Move GuildTab from net namespace into gui.Andrei Karas1-2/+2
2014-10-01Remove unused attrs.h files.Andrei Karas1-1/+0
2014-10-01Move STR stat from net enum into attributes.Andrei Karas1-1/+1
2014-10-01Move AGI stat from net enum into attributes.Andrei Karas1-1/+1