summaryrefslogtreecommitdiff
path: root/src/gui/windows/buydialog.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-02-01Set currency to buy dialog based on selected npc type id.Andrei Karas1-3/+7
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-25Mark some methongs in BuyDialog for tmwa only.Andrei Karas1-0/+4
2016-08-25Allow buy more than one item at vending shop at once.Andrei Karas1-4/+13
2016-08-15Move itemtype.h into item directory.Andrei Karas1-1/+1
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-4/+4
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-4/+4
2016-03-24Add enum for item types.Andrei Karas1-1/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-04Allow buy from npc shop or from market more than one of item at one transaction.Andrei Karas1-1/+3
2015-08-20Add missing checks or attributes to windows.Andrei Karas1-14/+14
2015-08-16Add strong typed int for item color.Andrei Karas1-1/+2
2015-06-06Fix code style.Andrei Karas1-1/+0
2015-05-29Add strong typed int type BeingId.Andrei Karas1-2/+3
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+3
2015-05-03Add filter into buy dialogs.Andrei Karas1-0/+5
2015-03-28In buy dialog send close packet before closing this dialog.Andrei Karas1-0/+2
2015-02-18Add missing override keywords.Andrei Karas1-1/+1
2015-02-02update items amount in shop dialog after buy from vending shop.Andrei Karas1-0/+2
2015-02-02Set correct vending status to local player.Andrei Karas1-5/+6
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-24eathena: impliment packet SMSG_NPC_CASH_SHOP_OPEN 0x0287.Andrei Karas1-1/+2
2014-12-24Add enum for buy dialog types.Andrei Karas1-0/+7
2014-12-23Add item type to item object.Andrei Karas1-2/+5
2014-03-13improve variables order in windows.Andrei Karas1-5/+3
2014-02-20improve includes.Andrei Karas1-1/+0
2014-02-16move selectionevent into events directory.Andrei Karas1-1/+1
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-16move selectionlistener from base into listeners.Andrei Karas1-2/+2
2014-02-15move actionlistener from base into listeners.Andrei Karas1-2/+2
2014-02-15move exguichan files into gui/base/Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to windows files.Andrei Karas1-2/+2
2013-10-05Remember sort order in buy dialog between restarts.Andrei Karas1-0/+2
2013-10-04fix code style.Andrei Karas1-3/+3
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+163