summaryrefslogtreecommitdiff
path: root/src/net/eathena/generalhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-05-16Remove extra include from generalhandler.cppAndrei Karas1-1/+0
2019-05-14Add packet CMSG_REFINE_ADD_ITEM 0x0aa1Andrei Karas1-0/+4
2019-03-21Remove extra include from generalhandlerAndrei 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-42/+42
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-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