summaryrefslogtreecommitdiff
path: root/src/net/ea/buysellhandler.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-30Clean buy dialog dungling pointer if buy dialog was destroyed.Andrei Karas1-0/+6
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-29Fix code style.Andrei Karas1-14/+0
2015-08-24Move receive code from buysellhandler into separate file.Andrei Karas1-74/+3
2015-06-29Move notifytypes.h into enums directory.Andrei Karas1-2/+2
2015-06-14Use CREATEWIDGET macro in buysellhandler.Andrei Karas1-4/+4
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-29Add strong typed int type BeingId.Andrei Karas1-3/+3
2015-05-21Call postInit after each window creation.Andrei Karas1-1/+2
2015-03-01Move sendSellRequest from ea namespace into eathena and tmwa.Andrei Karas1-28/+1
2015-03-01Move sendBuyRequest from ea namespace into eathena and tmwa.Andrei Karas1-18/+0
2015-03-01Move requestBuyList from ea namespace into eathena and tmwa.Andrei Karas1-22/+0
2015-03-01Move requestSellList from ea namespace into eathena and tmwa.Andrei Karas1-21/+0
2015-02-27Fix compilation with eathena only.Andrei Karas1-1/+6
2015-02-11Add typed bool type Equipped.Andrei Karas1-1/+1
2015-01-06Move attributes.h into enums directory.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-17Add static in buysellhandler.Andrei Karas1-5/+8
2014-10-09Add missing buy fail reasons.Andrei Karas1-8/+24
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-22Add egg selection dialog.Andrei Karas1-0/+1
2014-09-22Move npc sell code from SellDialog into NpcSellDialog.Andrei Karas1-2/+2
2014-09-17Remove getter for chatHandler.Andrei Karas1-4/+4
2014-09-06add packet comments in buysellhandler.Andrei Karas1-6/+6
2014-08-30Remove additional parameters from processNpcSell function.Andrei Karas1-3/+4
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-1/+1
2014-06-07fix code style.Andrei Karas1-4/+5
2014-05-16Move chatmsgtype into separate file.Andrei Karas1-4/+4
2014-05-11Move player attributes into separate file.Andrei Karas1-2/+3
2014-02-20improve includes.Andrei Karas1-2/+0
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-01Move timers from client into timers file.Andrei Karas1-1/+2
2013-09-30move windows classes to windows directory.Andrei Karas1-5/+6
2013-09-25improve a bit strings declaration.Andrei Karas1-2/+2
2013-09-15remove unused includes from net directory.Andrei Karas1-4/+4
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-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-03-27improve some network handlers classes.Andrei Karas1-10/+11
2013-03-12Fix code style.Andrei Karas1-2/+0
2013-03-08Impliment notify manager.Andrei Karas1-4/+4
Move buy/sell notifications to NotifyManager.
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-09-04add const to more classes,Andrei Karas1-1/+2
fix other small style issues.
2012-09-02Add const to more classes.Andrei Karas1-6/+6
2012-08-26Add const to some classes.Andrei Karas1-4/+6