summaryrefslogtreecommitdiff
path: root/src/net/eathena/messageout.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-03-05Moved same methods from messageout into one file.Andrei Karas1-91/+0
2018-03-05Fix send bytes count in messageout.Andrei Karas1-5/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-26Show in debug log last packet sent buffer position.Andrei Karas1-0/+5
2017-08-11Add function for send int64 fields into network.Andrei Karas1-0/+17
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-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-5/+9
2016-05-31Fix different include issues.Andrei Karas1-2/+4
2016-02-22Add more missing consts.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-18/+18
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-09Remove virtual method call from MessageOut constructor.Andrei Karas1-4/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-0/+5
2015-03-16Remove useless includes from cpp filesAndrei Karas1-3/+0
2015-02-22add function for convert server direction into client direction.Andrei Karas1-33/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-19In out packets allow set packet name in packets log.Andrei Karas1-2/+2
2014-09-17Fix casting in logging packets.Andrei Karas1-2/+4
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-8/+9
2014-07-13Fix code style.Andrei Karas1-1/+2
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-08Fix code style in net.Andrei Karas1-5/+5
2014-04-30Fix code style in net.Andrei Karas1-1/+4
2014-02-21fix signed shifts.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19add comments into messageout about virtual method usage in constructor,Andrei Karas1-0/+1
2013-10-19add missing break in messageout.Andrei Karas1-0/+1
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-21some other fixes from cpplint.Andrei Karas1-5/+5
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-04-09improve messageout class.Andrei Karas1-9/+9
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-09-08Improve constructors in some classes.Andrei Karas1-2/+2
2012-09-02Add const to more classes.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-08-19Flush send buffer if it too big.Andrei Karas1-0/+1
2012-06-24Add basic support for eathena stable.Andrei Karas1-0/+147