summaryrefslogtreecommitdiff
path: root/src/net/eathena/buyingstorerecv.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-07-26Add support for changed item id size in packets.Andrei Karas1-6/+8
2018-02-12Fix code style. Add missing actorManager null checks.Andrei Karas1-0/+6
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-30Move some variables to better scope.Andrei Karas1-2/+7
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-7/+7
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-1/+1
2016-09-12Add packet SMSG_BUYINGSTORE_REPORT 0x09e6.Andrei Karas1-1/+11
2016-03-25Fix compilation without C++11 flags.Andrei Karas1-3/+2
2016-03-24Add enum for item types.Andrei Karas1-1/+3
2016-02-20Add missing const in net directory.Andrei Karas1-2/+2
2016-01-07Move invetory into inventory directory.Andrei Karas1-1/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move item into item directory.Andrei Karas1-1/+2
2015-12-18Fix code style.Andrei Karas1-2/+0
2015-12-18Move inventory index related constants into separate file.Andrei Karas1-0/+2
2015-08-29Fix code style.Andrei Karas1-6/+4
2015-08-24Move receive code from buyingstorehandler into separate file.Andrei Karas1-0/+222