summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2014-10-10Fix code style.Andrei Karas22-45/+12
2014-10-08Add missing check in character select dialog.Andrei Karas1-1/+1
2014-10-06Update visible character name and character rename.Andrei Karas3-1/+23
2014-10-06Disable char rename button if for selected char not allowed rename.Andrei Karas1-0/+5
2014-10-05Add char rename button if server support it.Andrei Karas2-0/+23
2014-10-05Lower buttons text in char select dialog.Andrei Karas1-2/+2
2014-10-04Fix possible update errors with empty update server.Andrei Karas2-2/+13
2014-10-04If server not have update server, skip fix update server downloads.Andrei Karas1-7/+14
2014-10-01Move JOB stat from net enum into attributes.Andrei Karas3-9/+8
2014-09-30Add manner field in debug window in target tab.Andrei Karas2-1/+11
2014-09-30Add karma field in debug window in target tab.Andrei Karas2-1/+14
2014-09-30Fix party name crration size limit in social window.Andrei Karas1-1/+1
2014-09-29fix compilation warning.Andrei Karas1-2/+2
2014-09-29Fix equipment window if equipmentwindow.xml is missing.Andrei Karas1-0/+1
2014-09-29Not allow unpress selected button in tabstrip.Andrei Karas1-2/+7
2014-09-28Add support for pages in equipment window.Andrei Karas4-44/+207
2014-09-28Add homunculus minimap color.Andrei Karas3-2/+9
2014-09-28Add mercenary minimap color.Andrei Karas3-2/+9
2014-09-28Add pets minimap color.Andrei Karas3-3/+10
2014-09-28Show portals in minimap with hightlight portal color.Andrei Karas1-1/+4
2014-09-28Remove auctionmanager.Andrei Karas2-22/+2
2014-09-26Fix code style.Andrei Karas38-92/+18
2014-09-25Add for homunculus popup menu commands feed and kill.Andrei Karas1-1/+20
2014-09-25Add in context menu for mercenary and homunculus command "move to master"Andrei Karas1-0/+16
2014-09-23eathena: if skill fail, show errorText from skill.Andrei Karas1-1/+1
2014-09-23Add field errorText into skills.Andrei Karas3-3/+9
2014-09-23Add implimented pet commands into pet context menu.Andrei Karas1-0/+34
2014-09-23Add into mercenary context menu option to fire it.Andrei Karas1-0/+12
2014-09-22Fix compilation warnings.Andrei Karas2-4/+2
2014-09-22Show duplicates in egg selection dialog.Andrei Karas2-0/+4
2014-09-22Add egg selection dialog.Andrei Karas7-62/+224
2014-09-22Move selldialog from window into widgets.Andrei Karas5-7/+8
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-20Into skillinto add owner field.Andrei Karas2-0/+3
2014-09-19In being context menu allow join being chat.Andrei Karas2-0/+27
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-18Add new theme colors for disabled text.Andrei Karas2-1/+5
2014-09-18Draw cool down bar in skills window.Andrei Karas5-10/+76
2014-09-18Add skill cooldown color.Andrei Karas2-1/+3
2014-09-18Add skills duration/cooldown.Andrei Karas4-0/+21
2014-09-17Fix compilation warning.Andrei Karas1-1/+1
2014-09-17Show skill type in skill popup.Andrei Karas1-4/+46
2014-09-17add support for ignore packets logging.Andrei Karas1-0/+7