summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2014-10-01Move JOB stat from net enum into attributes.Andrei Karas3-9/+8
2014-09-30Fix party name crration size limit in social window.Andrei Karas1-1/+1
2014-09-29Fix equipment window if equipmentwindow.xml is missing.Andrei Karas1-0/+1
2014-09-28Add support for pages in equipment window.Andrei Karas2-44/+154
2014-09-28Add homunculus minimap color.Andrei Karas1-1/+4
2014-09-28Add mercenary minimap color.Andrei Karas1-1/+4
2014-09-28Add pets minimap color.Andrei Karas1-2/+5
2014-09-28Show portals in minimap with hightlight portal color.Andrei Karas1-1/+4
2014-09-28Remove auctionmanager.Andrei Karas1-17/+2
2014-09-26Fix code style.Andrei Karas29-68/+8
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