summaryrefslogtreecommitdiff
path: root/src/gui/windows/buydialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-2/+2
2018-07-27Dont allow buy items with amount 0 from markets.Andrei Karas1-1/+9
2018-04-02Show sorting drop down box in item create window.Andrei Karas1-2/+3
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-7/+14
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-27Remove default parameters from window.Andrei Karas1-2/+2
2017-12-26Remove default parameters from inttextfield.Andrei Karas1-1/+1
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-15/+15
2017-10-06remove extra includes if build without tmwa support.Andrei Karas1-0/+2
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