summaryrefslogtreecommitdiff
path: root/src/net/eathena/messagein.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-03-05Moved same methods from messagein into one file.Andrei Karas1-117/+0
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+1
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-04Fix some defines/includes, because in some systems it may works wrong.Andrei Karas1-4/+2
2016-09-23Add missing comments into defines.Andrei Karas1-12/+18
2016-06-03Fix code style.Andrei Karas1-1/+3
2016-05-31Fix different include issues.Andrei Karas1-0/+4
2016-05-13Add into network code function readUInt16. Also fix reading cards id.Andrei Karas1-0/+21
2016-04-01Set packet version based on packet id and current packet version into version...Andrei Karas1-1/+10
2016-02-22Add more missing consts.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-12/+12
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-01Add ability to log received packet names to log file.Andrei Karas1-3/+4
2015-05-29Add strong typed int type BeingId.Andrei Karas1-0/+5
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-2/+0
2014-09-19add a bit formatting in logging network packets.Andrei Karas1-3/+3
2014-09-17Fix casting in logging packets.Andrei Karas1-3/+6
2014-09-17add support for ignore packets logging.Andrei Karas1-1/+21
2014-09-16Fix reading int64 from server.Andrei Karas1-1/+1
2014-09-16add support for reading int64 from server.Andrei Karas1-0/+19
2014-09-06In debug packets logging also display offset.Andrei Karas1-2/+3
2014-09-06Add missing packet id logging in eathena.Andrei Karas1-1/+1
2014-08-31Add comments for inbound packet fields in debug log.Andrei Karas1-4/+4
2014-05-08Fix code style in net.Andrei Karas1-4/+4
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19move virtual member calls from messagein constuctor into postInit.Andrei Karas1-0/+4
2013-09-15remove unused includes from net directory.Andrei Karas1-1/+0
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-2/+2
2013-06-03fix SDL includes.Andrei Karas1-2/+2
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+2
2013-04-09improve messagein class.Andrei Karas1-3/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-12Replace int to int32_t in messagein class.Andrei Karas1-1/+1
2012-06-24Add basic support for eathena stable.Andrei Karas1-0/+84