summaryrefslogtreecommitdiff
path: root/src/net/eathena/elementalhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2023-01-08added manaverse' copyright line to src/jak11-0/+1
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
removed evol, since its not developed anymore... only leads to confusing players removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends) updated copyright -2020 for manaplus
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+5
2017-06-09Fix code style.Andrei Karas1-2/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-01-20Fix code style.Andrei Karas1-1/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-3/+0
2015-09-02Remove MessageHandler classAndrei Karas1-26/+1
2015-08-29Fix code style.Andrei Karas1-2/+0
2015-08-26Move receive code from elementalhandler into separate file.Andrei Karas1-19/+3
2015-03-10Mark all unimplimented packets with UNIMPLIMENTEDPACKET attribute.Andrei Karas1-0/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-14eathena: add partial support for SMSG_ELEMENTAL_INFO 0x081d.Andrei Karas1-0/+14
2014-10-14eathena: add partial support for packet SMSG_ELEMENTAL_UPDATE_STATUS 0x081e.Andrei Karas1-0/+13
2014-10-14Add empty elementalhandler.Andrei Karas1-0/+50