summaryrefslogtreecommitdiff
path: root/src/net/tmwa/generalhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-14Add packet CMSG_REFINE_ADD_ITEM 0x0aa1Andrei Karas1-0/+3
2019-04-08Add separate auto move sync distance for legacy serversAndrei Karas1-1/+0
2019-03-21Possible fix for desync in movingAndrei Karas1-1/+1
2019-01-25Add packet CMSG_NPC_BARTER_CLOSE 0x0b12Andrei Karas1-0/+3
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-41/+41
2018-09-26Add packet CMSG_ACHIEVEMENT_GET_REWARD 0x0a25.Andrei Karas1-0/+3
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-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-30Remove extra includes again.Andrei Karas1-1/+0
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+1
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 extra include.Andrei Karas1-1/+0
2016-09-17Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy s...Andrei Karas1-4/+0
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-6/+0
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-30/+1
2016-06-30Remove basic attributes usage from generalhandler and move to statuswindow an...Andrei Karas1-18/+2
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-6/+6
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-24/+1
2015-09-02Remove mNetwork field from MessageHandlersAndrei Karas1-50/+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-48/+3
2015-06-06Fix code style.Andrei Karas1-2/+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/+2
2015-03-17Add empty battlegroundhandler.Andrei Karas1-0/+3
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-03-13fix code style.Andrei Karas1-13/+16
2015-03-12Add empty map handler.Andrei Karas1-0/+3
2015-02-28Build vendinghandler only if eathena enabled.Andrei Karas1-3/+5
2015-02-28Build searchstorehandler only if eathena enabled.Andrei Karas1-3/+3