summaryrefslogtreecommitdiff
path: root/src/net/messageout.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-02-02Remove useless cast in messageout.cpps20190211Andrei Karas1-1/+1
2019-01-26Add packet CMSG_CAMERA_INFO 0x0a77Andrei Karas1-0/+11
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-07-27Fix code style.Andrei Karas1-1/+1
2018-07-26Add support for changed item id size in packets.Andrei Karas1-0/+11
2018-03-05Moved same methods from messageout into one file.Andrei Karas1-3/+95
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-06-03Fix code style.Andrei Karas1-1/+3
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-11/+11
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-3/+0
2015-02-27fix code style.Andrei Karas1-1/+1
2015-02-22add function for convert server direction into client direction.Andrei Karas1-0/+37
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-11-12Add missing packet field comments.Andrei Karas1-2/+2
2014-09-26Fix code style.Andrei Karas1-2/+0
2014-09-19add a bit formatting in logging network packets.Andrei Karas1-1/+1
2014-09-17Fix casting in logging packets.Andrei Karas1-1/+2
2014-09-17add support for ignore packets logging.Andrei Karas1-3/+7
2014-09-06In debug packets logging also display offset.Andrei Karas1-3/+4
2014-08-31Add comments for outbound packet fields in debug log.Andrei Karas1-6/+10
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-08Fix code style in net.Andrei Karas1-4/+12
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-18add const to net classes.Andrei Karas1-2/+2
2013-04-21some other fixes from cpplint.Andrei Karas1-3/+3
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-04-09improve messageout class.Andrei Karas1-3/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-1/+1
2011-10-19Hide passwords from packets logs.Andrei Karas1-0/+28
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-07Remove undescore from variables and defines.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+92