summaryrefslogtreecommitdiff
path: root/src/net/tmwa/tradehandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-22const and other minor changes in commands.cppAndrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+3
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-07-17Fix more code style and additional warnings.Andrei Karas1-1/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-2/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-31Extract shared logic from tradehandler netcode to ea namespace.Andrei Karas1-223/+7
2011-07-30Extract shared logic from inventoryhandler netcode to ea namespace.Andrei Karas1-0/+2
2011-07-07Remove undescore from variables and defines.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-22Some typo fixes and add comments for translators.Andrei Karas1-1/+1
2011-05-12Renaming login, sell, trade (cpp, h) files to correct names.Andrei Karas1-1/+1
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-2/+3
2011-03-04Fix code style.Andrei Karas1-2/+2
2011-03-03Chnage same methods with different parameters number to different names.Andrei Karas1-2/+2
2011-02-27Implement receiving item color from server.Andrei Karas1-4/+10
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Add error for non tradable items.Andrei Karas1-0/+5
2011-01-02Initial commit.Andrei Karas1-0/+347