summaryrefslogtreecommitdiff
path: root/src/net/ea/tradehandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-23Add packet fields comments in tradehandler.Andrei Karas1-2/+2
2014-10-19Add static in tradehandler.Andrei Karas1-7/+6
2014-10-10Fix code style.Andrei Karas1-5/+0
2014-10-09Move processTradeItemAddResponse from ea namespace into eathena and tmwa.Andrei Karas1-50/+0
2014-10-09Add missing trade errors.Andrei Karas1-0/+4
2014-10-09Split processTradeResponse into functions with netcode and without.Andrei Karas1-1/+6
2014-09-12fix code style.Andrei Karas1-1/+2
2014-09-06Move processTradeItemAdd from ea namespace into eathena and tmwa.Andrei Karas1-23/+0
2014-09-06Move processTradeRequest from ea namespace into eathena and tmwa.Andrei Karas1-49/+41
2014-07-14Change refine type to uint8_t.Andrei Karas1-1/+1
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-10/+10
2014-06-07fix code style.Andrei Karas1-12/+15
2014-05-21Fix code style.Andrei Karas1-1/+0
2014-05-20Move requesttradelistener into separate file.Andrei Karas1-11/+3
2014-02-20improve includes.Andrei Karas1-0/+1
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-02Add missing const and static into net classes.Andrei Karas1-5/+5
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19add missing initialisation in tradehandler.Andrei Karas1-1/+1
2013-10-19move virtual member calls from confirmdialog constuctor into postInit.Andrei Karas1-0/+1
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas1-1/+0
2013-10-04move equip/unequip/use calls into playerinfo.Andrei Karas1-3/+0
2013-09-30move windows classes to windows directory.Andrei Karas1-2/+2
2013-09-18add const to net classes.Andrei Karas1-7/+7
2013-09-15remove unused includes from net directory.Andrei Karas1-0/+1
2013-09-09remove useless includes from some files.Andrei Karas1-0/+1
2013-08-31move being related files into being dir.Andrei Karas1-2/+3
2013-06-30Add ability to open support page if error happend.Andrei Karas1-1/+2
2013-05-03add comments for translators.Andrei Karas1-0/+3
2013-04-25fix some code style by cpplint.Andrei Karas1-2/+0
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-8/+8
2013-04-11imporve tradehandler class.Andrei Karas1-5/+6
2013-03-12Fix code style.Andrei Karas1-2/+0
2013-03-09Add new notifications in some other classes.Andrei Karas1-1/+0
2013-03-09Add new notifications to tradehandler.Andrei Karas1-23/+21
2013-02-14Improve event.getId() speed.Andrei Karas1-2/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-11Show trade partner nick in trading errors.Andrei Karas1-6/+7
2012-09-02Add const to more classes.Andrei Karas1-6/+6
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-3/+3
2011-10-30Fix code style.Andrei Karas1-1/+2
2011-10-23Protect trade against abusing.Andrei Karas1-0/+7
2011-10-08Add checks and fix code style.Andrei Karas1-13/+11
2011-10-05Add blacklist relation. In this mode blocked trades, emotes, speech text.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1