summaryrefslogtreecommitdiff
path: root/src/gui/windows/shopwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-14/+14
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-11Rename player_relations into playerRelations.Andrei Karas1-1/+1
2017-06-09Fix code style.Andrei Karas1-1/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-64/+70
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 haveVending because it depend only on server type.Andrei Karas1-1/+2
2017-03-06Show assert if failed open streamed files.Andrei Karas1-1/+5
2017-02-08Fix compilation without tmwa support.Andrei Karas1-1/+1
2017-02-06Add custom currency also into shop items list.Andrei Karas1-3/+4
2017-02-01Set currency to buy dialog based on selected npc type id.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-1/+1
2016-10-04Move layouttype into enums directory.Andrei Karas1-1/+2
2016-09-23Add missing comments into defines.Andrei Karas1-7/+7
2016-09-21Fix code style.Andrei Karas1-4/+4
2016-09-21Set parts of most windows unselectable.Andrei Karas1-0/+2
2016-09-17Add strong typed bool Opaque.Andrei Karas1-1/+2
2016-09-15Add type into ShopListBox.Andrei Karas1-2/+2
2016-08-29Use time_t for time values.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-18/+0
2016-04-16Move itemamountwindowusage enum into separate file.Andrei Karas1-4/+9
2016-03-24Add enum for item types.Andrei Karas1-5/+24
2016-02-20Add missing const in gui directory.Andrei Karas1-3/+5
2016-02-08Fix small performance issues.Andrei Karas1-2/+2
2016-02-08Add some missing checks and remove useless checks.Andrei Karas1-22/+6
2016-01-07Move invetory into inventory directory.Andrei Karas1-1/+2
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-10/+43
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-2/+2
2015-12-29Move shopitem into item directory.Andrei Karas1-1/+2
2015-12-14Move chatconsts into const directory.Andrei Karas1-1/+1
2015-11-11Fix compilation warning.Andrei Karas1-2/+0
2015-11-11In personal shops in sell dialog shop no existing items with amount 0 and dis...Andrei Karas1-4/+14
2015-09-08Add some missing item colors.Andrei Karas1-3/+1
2015-08-16Add strong typed int for item color.Andrei Karas1-11/+14
2015-06-14Use CREATEWIDGET macro in shopwindow.Andrei Karas1-15/+14
2015-06-06Fix code style.Andrei Karas1-2/+2
2015-05-28Add strong typed bool type Visible.Andrei Karas1-2/+2
2015-05-21Call postInit after each window creation.Andrei Karas1-1/+2
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-3/+5
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-4/+7
2015-03-29Fix memory leak in shop window on exit.Andrei Karas1-0/+1
2015-03-23Fix memory leak in ShopWindow.Andrei Karas1-0/+2
2015-03-16Remove useless includes from cpp filesAndrei Karas1-12/+27
2015-02-27Fix compilation with eathena only.Andrei Karas1-34/+38
2015-02-16Build vendingslotslistener only if eathena support enabled.Andrei Karas1-8/+10
2015-02-16Build vendingmodelistener only if eathena support enabled.Andrei Karas1-10/+10