summaryrefslogtreecommitdiff
path: root/src/net/messagein.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-05-15Fix special card constants for clients with item id with size 4Andrei Karas1-1/+1
2019-03-21Possible fix for desync in movingAndrei Karas1-12/+15
2019-01-25Update packet SMSG_CAMERA_INFOAndrei Karas1-0/+16
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas1-2/+2
2018-07-27Add support for main/re/zero packet versions in MessageIn class.Andrei Karas1-0/+24
2018-07-26Add support for changed item id size in packets.Andrei Karas1-0/+9
2018-04-23Add cast into macro toInt for old compilers.Andrei Karas1-1/+1
2018-03-05Add method for read unsigned int 32 from packet.Andrei Karas1-1/+22
2018-03-05Moved same methods from messagein into one file.Andrei Karas1-0/+115
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-8/+8
2017-06-04Fix code style.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-04-01Set packet version based on packet id and current packet version into version...Andrei Karas1-0/+1
2016-03-15Show info about wrong packet size in chat if enabled show unimplimentaed pack...Andrei Karas1-0/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-38/+38
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-01Add ability to log received packet names to log file.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-11-12Add missing packet field comments.Andrei Karas1-3/+3
2014-10-10Fix code style.Andrei Karas1-1/+0
2014-09-26Fix code style.Andrei Karas1-0/+1
2014-09-19add a bit formatting in logging network packets.Andrei Karas1-2/+2
2014-09-17Fix casting in logging packets.Andrei Karas1-2/+3
2014-09-17add support for ignore packets logging.Andrei Karas1-2/+2
2014-09-12fix code style.Andrei Karas1-3/+3
2014-09-06eathena: read whole packet in processAddQuestsObjectives.Andrei Karas1-0/+11
2014-09-06Add checking for each packet size after reading and processed.Andrei Karas1-0/+20
2014-09-06In debug packets logging also display offset.Andrei Karas1-12/+14
2014-08-31Add comments for inbound packet fields in debug log.Andrei Karas1-21/+26
2014-07-15Add net function readInt8 and use it for item pixel offset.Andrei Karas1-0/+12
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-1/+1
2014-06-20Fix code style.Andrei Karas1-2/+1
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-08Fix code style in net.Andrei Karas1-9/+11
2014-02-27Remove some manaserv enums usage.Andrei Karas1-16/+0
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-4/+1
2014-02-21fix signed shifts.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-26add restrict into messagein.Andrei Karas1-4/+7
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas1-9/+26
2013-09-18add const to net classes.Andrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-1/+2
2013-04-21some other fixes from cpplint.Andrei Karas1-10/+10
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+2
2013-04-09improve messagein class.Andrei Karas1-22/+20