summaryrefslogtreecommitdiff
path: root/src/net/eathena/buysellrecv.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-02-04Fix code style.Andrei Karas1-1/+1
2017-02-01Set currency to buy dialog based on selected npc type id.Andrei Karas1-2/+28
For now this type never set.
2017-01-30Move BuySellRecv::processNpcBuyResponse from ea namespace into eathena and tmwa.Andrei Karas1-0/+28
In eathena version remove access to buy dialog, because anyway it must not exists at this time.
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-03-25Fix compilation without C++11 flags.Andrei Karas1-1/+2
2016-03-24Add enum for item types.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-29Fix code style.Andrei Karas1-2/+1
2015-08-24Move receive code from buysellhandler into separate file.Andrei Karas1-0/+87