summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2014-09-23eathena: if skill fail, show errorText from skill.Andrei Karas1-1/+1
2014-09-23Add field errorText into skills.Andrei Karas1-3/+7
2014-09-22Fix compilation warnings.Andrei Karas2-4/+2
2014-09-22Show duplicates in egg selection dialog.Andrei Karas1-0/+1
2014-09-22Add egg selection dialog.Andrei Karas5-2/+127
2014-09-22Move selldialog from window into widgets.Andrei Karas4-454/+2
2014-09-22Simplify SellDialog.Andrei Karas6-30/+10
2014-09-22Move shop sell code from SellDialog into ShopSellDialog.Andrei Karas5-17/+128
2014-09-22Move npc sell code from SellDialog into NpcSellDialog.Andrei Karas4-60/+179
2014-09-21Fix updating skills window if some skills was removed.Andrei Karas2-2/+30
2014-09-20Use skill owner field in most functions.Andrei Karas2-8/+29
2014-09-18Use server feature haveOnlineList in whos is online window.Andrei Karas2-7/+9
2014-09-18Rename server feature haveOnlineList into haveServerOnlineList.Andrei Karas1-1/+1
2014-09-18Fix compilation with some options.Andrei Karas1-1/+1
2014-09-18Add empty skill if need add skill duration/cooldown and skin not created/loaded.Andrei Karas1-7/+13
2014-09-18Draw cool down bar in skills window.Andrei Karas2-1/+44
2014-09-18Add skills duration/cooldown.Andrei Karas2-0/+17
2014-09-17Remove getter for tradeHandler.Andrei Karas2-8/+8
2014-09-17Remove getter for skillHandler.Andrei Karas1-2/+2
2014-09-17Remove getter for serverFeatures.Andrei Karas4-12/+12
2014-09-17Remove getter for playerHandler.Andrei Karas5-24/+21
2014-09-17Remove getter for partyHandler.Andrei Karas1-3/+3
2014-09-17Remove getter for npcHandler.Andrei Karas5-14/+15
2014-09-17Remove getter for loginHandler.Andrei Karas7-26/+15
2014-09-17Remove getter for inventoryHandler.Andrei Karas2-11/+11
2014-09-17Remove getter for guildHandler.Andrei Karas1-3/+3
2014-09-17Remove getter for gameHandler.Andrei Karas3-4/+4
2014-09-17Remove getter for chatHandler.Andrei Karas2-5/+5
2014-09-17Remove getter for charServerHandler.Andrei Karas4-12/+12
2014-09-17Remove getter for buySellHandler.Andrei Karas3-4/+4
2014-09-17Remove getter for adminHandler.Andrei Karas1-1/+1
2014-09-16Remove unused externsAndrei Karas2-3/+0
2014-09-16Add server feature haveOtherGender.Andrei Karas1-1/+2
2014-09-16Add server feature haveLookSelection.Andrei Karas1-5/+5
2014-09-16Add server feature haveRaceSelection.Andrei Karas1-4/+5
2014-09-16add server feature haveNativeGuilds.Andrei Karas1-1/+4
2014-09-14Add configure and cmake option to enable/disable compilation for tmwa/evol.Andrei Karas2-5/+28
2014-09-14In charselectdialog add function for separate chars adding/updating.Andrei Karas2-15/+16
2014-09-14Use smaller char create window size if stats not present.Andrei Karas1-1/+7
2014-09-13Skip empty lines in npc menu.Andrei Karas1-0/+2
2014-09-11In hide all windows action not hide locked windows.Andrei Karas1-1/+1
2014-09-10Change format in ActorType enum.Andrei Karas8-22/+22
2014-09-10Rename PET type into LOCAL_PET.Andrei Karas1-1/+1
2014-09-07Fix compilation warnings.Andrei Karas1-0/+1
2014-09-07Remove unused includes.Andrei Karas1-1/+0
2014-09-07For some popup menus use current mouse position.Andrei Karas1-3/+1
2014-09-06In skills add support for reading mana cost from server.Andrei Karas2-4/+10
2014-09-06Allow use support skill.Andrei Karas1-1/+1
2014-09-06eathena: fix skills removing.Andrei Karas2-0/+12
2014-09-06Use server features for online list.Andrei Karas2-4/+6