summaryrefslogtreecommitdiff
path: root/src/gui/windows/buydialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-4/+4
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-24/+24
2017-05-08Fix wrong checks after removing some server features.Andrei Karas1-1/+1
2017-05-02Remove extra includes.Andrei Karas1-1/+0
2017-05-01Remove ServerFeatures haveAdvancedBuySell because it depend only on server type.Andrei Karas1-1/+2
2017-03-10Fix leak in buy dialog.Andrei Karas1-0/+1
2017-02-06Add custom currency also into shop items list.Andrei Karas1-1/+2
2017-02-02Fix compilation without tmwa support.Andrei Karas1-5/+4
2017-02-01Use npc currency in buy dialog.Andrei Karas1-2/+3
2017-02-01Set currency to buy dialog based on selected npc type id.Andrei Karas1-3/+9
2017-01-31Move units into db directory.Andrei Karas1-3/+4
2017-01-31Allow buy multiply items at once from cash shops.Andrei Karas1-3/+7
2017-01-31Fix null pointer in unit tests.Andrei Karas1-1/+2
2017-01-30Clean buy dialog dungling pointer if buy dialog was destroyed.Andrei Karas1-0/+1
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