summaryrefslogtreecommitdiff
path: root/src/gui/windows/shopwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-30Fix code style.Andrei Karas1-1/+1
2015-01-27Redesign shop window into tabbed window.Andrei Karas1-86/+99
2015-01-14For trade tab use channel to send messages.Andrei Karas1-2/+2
2015-01-06Move attributes.h into enums directory.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Add item type to item object.Andrei Karas1-8/+14
2014-09-28Remove auctionmanager.Andrei Karas1-17/+2
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-22Add egg selection dialog.Andrei Karas1-0/+1
2014-09-22Move shop sell code from SellDialog into ShopSellDialog.Andrei Karas1-2/+2
2014-09-17Remove getter for tradeHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for chatHandler.Andrei Karas1-4/+4
2014-09-10Change format in ActorType enum.Andrei Karas1-2/+2
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-10/+10
2014-07-24Add missing windows into reset to default size list.Andrei Karas1-0/+4
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+1
2014-05-29Move many variables from client into settings.Andrei Karas1-2/+3