summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2015-02-15eathena: impliment packet SMSG_BUYINGSTORE_ITEMS_LIST.Andrei Karas2-0/+103
2015-02-15Show buy or sell in player context menu based on enabled shop types.Andrei Karas1-5/+12
2015-02-15Allow to shop buy board name on beings.Andrei Karas2-8/+37
2015-02-15Rename being board into sell board.Andrei Karas2-9/+9
2015-02-15allow unpublish buying store shop.Andrei Karas1-7/+18
2015-02-15eathena: impliment packet SMSG_BUYINGSTORE_OWN_ITEMS.Andrei Karas2-0/+16
2015-02-14Enable publish button in personal buy shop only if it allowed by server.Andrei Karas2-4/+19
2015-02-14Add basic support for buying store.Andrei Karas1-47/+68
2015-02-11Remove steam voting link.Andrei Karas1-8/+0
2015-02-11Add typed bool type Equipped.Andrei Karas10-22/+24
2015-02-11Add typed bool type Equipm.Andrei Karas9-20/+48
2015-02-11Add typed bool type Favorite.Andrei Karas3-5/+6
2015-02-10Fix case in new strong typed types.Andrei Karas1-2/+2
2015-02-10Add typed bool type Damaged.Andrei Karas3-5/+6
2015-02-10Add typed bool type Identified.Andrei Karas3-5/+9
2015-02-09Fix code style.Andrei Karas4-4/+11
2015-02-08Fix compilation without eathena support.Andrei Karas1-0/+6
2015-02-07Dont show some useless errors while loading themes.Andrei Karas6-8/+9
2015-02-07Remove optional parameter from xml document constructor.Andrei Karas4-6/+7
2015-02-07Fix weight bar in inventory and cart windows.Andrei Karas1-1/+1
2015-02-03Change button text for unpublish shop.Andrei Karas1-1/+1
2015-02-03eathena: allow rename shop.Andrei Karas2-7/+50
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-02update items amount in shop dialog after buy from vending shop.Andrei Karas2-10/+19
2015-02-02Set correct vending status to local player.Andrei Karas6-88/+139
2015-02-02eathena: Show shop status on seller.Andrei Karas1-10/+7
2015-02-02Show shop name on players.Andrei Karas2-6/+34
2015-02-02eathena: add support for creating vending shop.Andrei Karas2-17/+94
2015-02-01Fix storage window opening.Andrei Karas1-0/+2
2015-01-30Fix code style.Andrei Karas6-8/+18
2015-01-30Fix compilation without eathena.Andrei Karas2-0/+12
2015-01-29Fix skill using to being.Andrei Karas1-4/+4
2015-01-27Redesign shop window into tabbed window.Andrei Karas2-98/+109
2015-01-26Show tooltips in inventory buttons.Andrei Karas1-4/+24
2015-01-25eathena: fix join built in channel tabs.Andrei Karas1-0/+6
2015-01-25If cart window small hide filter field.Andrei Karas1-1/+4
2015-01-25Add weight bar into cart window.Andrei Karas1-7/+25
2015-01-24Not open inventory window by default.Andrei Karas1-2/+0
2015-01-24allow store and retreive buttons work with cart.Andrei Karas3-6/+47
2015-01-24Add support for drag and drop from/to cart.Andrei Karas1-1/+35
2015-01-24Fix check for opened storage window.Andrei Karas1-7/+8
2015-01-24Use InventoryType for inventory type.Andrei Karas3-3/+10
2015-01-24Move inventory type into separate file.Andrei Karas7-52/+52
2015-01-24Add cart into window menu.Andrei Karas1-0/+3
2015-01-24Impliment context menu support for different inventory types.Andrei Karas3-77/+88
2015-01-24Add partial support for cart window.Andrei Karas2-79/+135
2015-01-23Add variable for cart window.Andrei Karas2-0/+6
2015-01-23In inventory window replace some buttons to short names.Andrei Karas1-14/+16
2015-01-18Remove auto_ptr from trade window.Andrei Karas2-8/+9