summaryrefslogtreecommitdiff
path: root/src/gui/windows/buydialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Allow buy from npc shop or from market more than one of item at one transaction.Andrei Karas1-8/+59
2015-08-16Add strong typed int for item color.Andrei Karas1-2/+3
2015-07-11Add missing checks into gui.Andrei Karas1-7/+6
2015-06-14Use CREATEWIDGET macro in buydialog.Andrei Karas1-2/+2
2015-05-29Add strong typed int type BeingId.Andrei Karas1-11/+11
2015-05-28Add strong typed bool type Visible.Andrei Karas1-3/+3
2015-05-05Add to left classes stong typed Modal enum.Andrei Karas1-1/+2
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-3/+3
2015-05-04Fix code style.Andrei Karas1-1/+0
2015-05-03Add filter into buy dialogs.Andrei Karas1-0/+43
2015-04-10Fix compilation with different flags.Andrei Karas1-0/+2
2015-03-28In buy dialog send close packet before closing this dialog.Andrei Karas1-0/+20
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-03-13fix code style.Andrei Karas1-1/+5
2015-02-28Build vendinghandler only if eathena enabled.Andrei Karas1-0/+4
2015-02-28Build markethandler only if eathena enabled.Andrei Karas1-2/+2
2015-02-27Build cashshophandler only if eathena enabled.Andrei Karas1-0/+2
2015-02-02update items amount in shop dialog after buy from vending shop.Andrei Karas1-10/+17
2015-02-02Set correct vending status to local player.Andrei Karas1-12/+29
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-24eathena: add support for buy from cash shop.Andrei Karas1-6/+14
2014-12-24Add enum for buy dialog types.Andrei Karas1-7/+7
2014-12-23In market decrease visible amount after buy something.Andrei Karas1-3/+3
2014-12-23Allow buy in market with amount > 1 for non stackable items.Andrei Karas1-0/+1
2014-12-23Add item type to item object.Andrei Karas1-3/+6
2014-12-22Add support for show and buy from market.Andrei Karas1-2/+14
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for npcHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for buySellHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for adminHandler.Andrei Karas1-1/+1
2014-08-01Fix code style.Andrei Karas1-1/+0
2014-07-24Add missing windows into reset to default size list.Andrei Karas1-0/+4
2014-05-19Move itemtype into separate file.Andrei Karas1-2/+2
2014-05-18fix code style.Andrei Karas1-1/+1
2014-05-16Add anonimous namespace into buydialog.Andrei Karas1-95/+98
2014-05-14Move enum from layout into separate file.Andrei Karas1-1/+2
2014-05-14Move containerplacer into separate file.Andrei Karas1-0/+1
2014-05-08Fix code style in gui.Andrei Karas1-2/+2
2014-04-02Set correct step in sliders.Andrei Karas1-1/+1
2014-03-28simplify variables cleanup.Andrei Karas1-3/+2
2014-03-15fix code style.Andrei Karas1-5/+5
2014-03-13improve variables order in windows.Andrei Karas1-5/+17
2014-03-06improve a bit different code.Andrei Karas1-7/+7
2014-03-04Merge scrollarea classes into one.Andrei Karas1-1/+1
2014-02-23Move sortlistmodelbuy into gui/models directory.Andrei Karas1-35/+1
2014-02-22Move shopitems into gui/models.Andrei Karas1-1/+2
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-1/+1
2014-02-18derive Widget from Widget2.Andrei Karas1-1/+1
2014-02-18Remove default constructor from Widget2.Andrei Karas1-1/+1
2014-02-16move selectionevent into events directory.Andrei Karas1-1/+1