summaryrefslogtreecommitdiff
path: root/src/gui/windows/shopwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-16Build buyingstoreslotslistener only if eathena support enabled.Andrei Karas1-4/+4
2015-02-16Build buyingstoremodelistener only if eathena support enabled.Andrei Karas1-0/+4
2015-02-15fix enable/disable add/remove buttons in shop window in buy dialog.Andrei Karas1-2/+3
2015-02-15Allow add to buying shop item from inventory. Before was from cart.Andrei Karas1-1/+1
2015-02-15allow unpublish buying store shop.Andrei Karas1-7/+18
2015-02-15eathena: impliment packet SMSG_BUYINGSTORE_OWN_ITEMS.Andrei Karas1-0/+11
2015-02-14Enable publish button in personal buy shop only if it allowed by server.Andrei Karas1-3/+13
2015-02-14Add basic support for buying store.Andrei Karas1-47/+68
2015-02-08Fix compilation without eathena support.Andrei Karas1-0/+6
2015-02-03Change button text for unpublish shop.Andrei Karas1-1/+1
2015-02-03eathena: allow rename shop.Andrei Karas1-7/+44
2015-02-03Fix buttons in shop window based on state.Andrei Karas1-3/+11
2015-02-02Fix wening shop if item amount in shop more than present in cart.Andrei Karas1-1/+3
2015-02-02Set correct vending status to local player.Andrei Karas1-35/+56
2015-02-02eathena: add support for creating vending shop.Andrei Karas1-15/+86