summaryrefslogtreecommitdiff
path: root/src/net/messagein.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-26Improve string usage in other files.Andrei Karas1-14/+16
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-09-02Add const to more classes.Andrei Karas1-14/+14
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-07-17Fix more code style and additional warnings.Andrei Karas1-2/+2
2012-07-01Add npc avatars for evol server.Andrei Karas1-42/+34
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-7/+7
2012-03-10Remove more debug lines and fix logging bytes stream.Andrei Karas1-1/+1
2012-02-25Fix old casts.Andrei Karas1-1/+1
2012-01-29Fix code style.Andrei Karas1-2/+2
2012-01-28Fix ReadBytes possible issues.Andrei Karas1-3/+3
2012-01-27Add support for logging bytes from packets.Andrei Karas1-0/+15
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-30Add server side online players list support.Andrei Karas1-0/+25
2011-10-12Fix logging direction in packets.Andrei Karas1-3/+5
2011-10-07Fix code style.Andrei Karas1-1/+1
2011-09-09Last fix part of shadow variables/methods errors.Andrei Karas1-9/+7
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-19Enable server type selection again. Add evol server type. Now working same as...Andrei Karas1-1/+1
2011-05-13Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ...Andrei Karas1-0/+2
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-8/+11