summaryrefslogtreecommitdiff
path: root/src/net/tmwa/tradehandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+5
2017-06-09Fix code style.Andrei Karas1-2/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move item into item directory.Andrei Karas1-2/+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-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-13/+0
2015-09-02Remove MessageHandler classAndrei Karas1-53/+0
2015-08-30Move receive code from tradehandler into separate file.Andrei Karas1-120/+10
2015-08-16Add strong typed int for item color.Andrei Karas1-4/+8
2015-06-30Fix code style.Andrei Karas1-1/+2
2015-06-29Move notifytypes.h into enums directory.Andrei Karas1-2/+2
2015-06-20Remove some useless server feature checks from tmwa.Andrei Karas1-2/+0
2015-06-20Remove from tmwa namespace checks for haveItemColors.Andrei Karas1-23/+8
2015-06-20Fix code style.Andrei Karas1-5/+2
2015-06-15Fix code style.Andrei Karas1-0/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+1
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-1/+1
2015-04-04Show unimplimented packet debug message on each unsupported packets parameters.Andrei Karas1-0/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-02-11Add typed bool type Equipm.Andrei Karas1-2/+2
2015-02-11Add typed bool type Favorite.Andrei Karas1-2/+4
2015-02-10Fix case in new strong typed types.Andrei Karas1-3/+3
2015-02-10Add typed bool type Damaged.Andrei Karas1-2/+5
2015-02-10Add typed bool type Identified.Andrei Karas1-7/+20
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Add item type to item object.Andrei Karas1-3/+3
2014-12-16Move processTradeResponse from ea namespace into tmwa.Andrei Karas1-0/+18
2014-10-23Add packet fields comments in tradehandler.Andrei Karas1-14/+14
2014-10-21Set cards from net code.Andrei Karas1-5/+12
2014-10-21Add to item field favorite.Andrei Karas1-3/+3
2014-10-21Add to item field damaged.Andrei Karas1-3/+4
2014-10-21Add to item field identified.Andrei Karas1-3/+13
2014-10-19Add static in tradehandler.Andrei Karas1-1/+1
2014-10-09Move processTradeItemAddResponse from ea namespace into eathena and tmwa.Andrei Karas1-0/+56
2014-09-19Add comments for all output packets header.Andrei Karas1-7/+7
2014-09-06Move processTradeItemAdd from ea namespace into eathena and tmwa.Andrei Karas1-0/+25
2014-09-06Move processTradeRequest from ea namespace into eathena and tmwa.Andrei Karas1-0/+5
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-0/+1
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-04-11imporve tradehandler class.Andrei Karas1-7/+7