summaryrefslogtreecommitdiff
path: root/src/net/ea/tradehandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-3/+3
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-01-20Fix code style.Andrei Karas1-1/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-18/+0
2015-08-30Move receive code from tradehandler into separate file.Andrei Karas1-129/+0
2015-06-29Move notifytypes.h into enums directory.Andrei Karas1-2/+2
2015-06-15Fix code style.Andrei Karas1-0/+1
2015-06-14Use CREATEWIDGET macro in tradehandler.Andrei Karas1-4/+7
2015-05-28Add strong typed bool type Visible.Andrei Karas1-4/+4
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-5/+5
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-16Move processTradeResponse from ea namespace into tmwa.Andrei Karas1-13/+0
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