summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-02-08Fix compilation without eathena support.Andrei Karas1-0/+6
2015-02-07Dont show some useless errors while loading themes.Andrei Karas31-41/+46
2015-02-07Remove optional parameter from xml document constructor.Andrei Karas27-35/+37
2015-02-07Fix weight bar in inventory and cart windows.Andrei Karas1-1/+1
2015-02-07Fix saving attack mobs relations and pickup items relations.Andrei Karas1-0/+7
2015-02-07Fix players relations storing if switch server.Andrei Karas1-0/+1
2015-02-06eathena: add packet SMSG_BUYINGSTORE_SELLER_SELL_FAILED 0x0824.Andrei Karas6-5/+58
2015-02-06eathena: add partial support for packet SMSG_BUYINGSTORE_DELETE_ITEM 0x081c.Andrei Karas4-1/+16
2015-02-06eathena: add partial support for packet SMSG_BUYINGSTORE_REPORT 0x081b.Andrei Karas4-1/+16
2015-02-06eathena: add packet SMSG_BUYINGSTORE_SELL_FAILED 0x081a.Andrei Karas6-1/+42
2015-02-05Fix issues after mplint checks.Andrei Karas2-2/+7
2015-02-05eathena: add packet CMSG_BUYINGSTORE_SELL 0x0811.Andrei Karas6-0/+45
2015-02-05eathena: add partial support for packet SMSG_BUYINGSTORE_ITEMS_LIST 0x0818Andrei Karas4-1/+24
2015-02-05eathena: add packet CMSG_BUYINGSTORE_OPEN 0x0360.Andrei Karas7-1/+24
2015-02-05eathena: add partial support for packet SMSG_BUYINGSTORE_HIDE_BOARD 0x0816Andrei Karas3-0/+13
2015-02-05eathena: add packet CMSG_BUYINGSTORE_CLOSE 0x0817.Andrei Karas6-0/+15
2015-02-05eathena: add partial support for packet SMSG_BUYINGSTORE_SHOW_BOARD 0x0814Andrei Karas4-1/+15
2015-02-05eathena: add packet SMSG_BUYINGSTORE_OWN_ITEMS 0x0813.Andrei Karas4-1/+23
2015-02-05eathena: add packet SMSG_BUYINGSTORE_CREATE_FAILED 0x0812.Andrei Karas6-1/+48
2015-02-05eathena: add packet CMSG_BUYINGSTORE_CREATE 0x0815.Andrei Karas7-2/+52
2015-02-03Fix compilation for Android with SDL2.Andrei Karas4-36/+96
2015-02-03Change button text for unpublish shop.Andrei Karas1-1/+1
2015-02-03eathena: allow rename shop.Andrei Karas7-7/+150
2015-02-03Fix buttons in shop window based on state.Andrei Karas1-3/+11
2015-02-02Not allow moving while vending shop enabled.Andrei Karas3-19/+29
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 Karas16-90/+252
2015-02-02add buy dialog for vending shop.Andrei Karas3-7/+34
2015-02-02eathena: Show shop status on seller.Andrei Karas3-18/+17
2015-02-02Show shop name on players.Andrei Karas5-9/+56
2015-02-02eathena: add support for creating vending shop.Andrei Karas7-18/+175
2015-02-02Restore camera position after force closed npc dialog.Andrei Karas1-0/+2
2015-02-01Fix storage window opening.Andrei Karas1-0/+2
2015-02-01Fix use menu item translation for unusable items.Andrei Karas1-0/+8
2015-01-31Change version to 1.5.1.31.v1.5.1.31Andrei Karas1-2/+2
2015-01-30Fix code style.Andrei Karas12-15/+38
2015-01-30Fix compilation without eathena.Andrei Karas4-0/+16
2015-01-29Fix skill using to being.Andrei Karas2-5/+5
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-26Allow open cart window only if cart status effect enabled.Andrei Karas6-3/+24
2015-01-25Fix fps after exiting from away mode (SDL2)Andrei Karas1-0/+2
2015-01-25eathena: fix join built in channel tabs.Andrei Karas2-1/+8
2015-01-25Allow assign key to cart window.Andrei Karas1-0/+18
2015-01-25Fix compilation warnings.Andrei Karas2-14/+0
2015-01-25If cart window small hide filter field.Andrei Karas1-1/+4
2015-01-25Add weight bar into cart window.Andrei Karas3-10/+34
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