summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2015-03-16Remove useless includes from cpp filesAndrei Karas26-87/+35
2015-03-13fix code style.Andrei Karas1-1/+5
2015-03-10Add UNIMPLIMENTEDPACKET macroAndrei Karas1-1/+0
2015-03-09Impliment DebugMessageListener in chat window.Andrei Karas2-1/+12
2015-03-09Disable reading online list url from config.xml.Andrei Karas1-3/+0
2015-03-01Fix skills display if mixed alwaysVisible attribute and level attribute.Andrei Karas1-1/+2
2015-02-28Build vendinghandler only if eathena enabled.Andrei Karas1-0/+4
2015-02-28Build markethandler only if eathena enabled.Andrei Karas1-2/+2
2015-02-27fix code style.Andrei Karas1-2/+2
2015-02-27Fix compilation with eathena only.Andrei Karas2-42/+49
2015-02-27Build cashshophandler only if eathena enabled.Andrei Karas1-0/+2
2015-02-22Auto close egg selection window.Andrei Karas1-0/+1
2015-02-18Add missing override keywords.Andrei Karas13-16/+16
2015-02-16Build vendingslotslistener only if eathena support enabled.Andrei Karas2-12/+16
2015-02-16Build vendingmodelistener only if eathena support enabled.Andrei Karas2-12/+12
2015-02-16Build pincodelistener only if eathena support enabled.Andrei Karas1-0/+2
2015-02-16Build buyingstoreslotslistener only if eathena support enabled.Andrei Karas2-9/+9
2015-02-16Build buyingstoremodelistener only if eathena support enabled.Andrei Karas2-0/+8
2015-02-16Build shopselldialog only if tmwa support enabled.Andrei Karas1-0/+3
2015-02-16Build eggselectiondialog only if eathena support enabled.Andrei Karas1-0/+3
2015-02-16Build buyingstoreselldialog only if eathena support enabled.Andrei Karas1-0/+3
2015-02-16Build BankWindow only if eathena support enabled.Andrei Karas1-0/+3
2015-02-16Use some tmwa related code in whoisonline only if build for tmwa.Andrei Karas2-0/+13
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas1-0/+8
2015-02-16Not allow hide storage window by hide windows actions (h key).Andrei Karas1-1/+1
2015-02-15Fix drop/store window in inventory.Andrei Karas1-4/+4
2015-02-15Dont show emoty tooltips in inventory.Andrei Karas1-1/+3
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-15eathena: impliment selling item to buying store.Andrei Karas1-0/+21
2015-02-15eathena: impliment packet SMSG_BUYINGSTORE_ITEMS_LIST.Andrei Karas2-0/+103
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 Karas6-12/+14
2015-02-11Add typed bool type Equipm.Andrei Karas7-16/+39
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 Karas1-0/+4
2015-02-08Fix compilation without eathena support.Andrei Karas1-0/+6
2015-02-07Dont show some useless errors while loading themes.Andrei Karas5-5/+6
2015-02-07Remove optional parameter from xml document constructor.Andrei Karas3-3/+4
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