summaryrefslogtreecommitdiff
path: root/src/gui/windows/buydialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into gui.Andrei Karas1-0/+12
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-10-04Move layouttype into enums directory.Andrei Karas1-1/+2
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-09-17Add strong typed bool LoseFocusOnTab.Andrei Karas1-4/+8
2016-09-17Add strong typed bool Opaque.Andrei Karas1-1/+2
2016-09-15Add type into ShopListBox.Andrei Karas1-1/+2
2016-08-26Remove unused include.Andrei Karas1-1/+0
2016-08-25Mark some methongs in BuyDialog for tmwa only.Andrei Karas1-2/+15
2016-08-25Allow buy more than one item at vending shop at once.Andrei Karas1-24/+53
2016-08-25Impliment packet SMSG_VENDING_BUY_ACK.Andrei Karas1-0/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-14/+0
2016-04-30Fix issies found by gcc 6 in paranoid mode.Andrei Karas1-1/+5
2016-03-24Add enum for item types.Andrei Karas1-2/+6
2016-03-24Rename enum ItemType into ItemDbType.Andrei Karas1-2/+2
2016-03-24Change ItemType into strong typed enum.Andrei Karas1-2/+2
2016-02-20Add missing const in gui directory.Andrei Karas1-1/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-1/+1
2015-11-06Fix compilation with different flags.Andrei Karas1-2/+2
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