summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2014-10-16Add missing checks.Andrei Karas1-3/+8
2014-10-16Add bank window (hercules only).Andrei Karas2-0/+165
2014-10-13Fix compilation warnings.Andrei Karas1-1/+1
2014-10-13eathena: fix owner for channel messages.Andrei Karas1-2/+18
2014-10-13Disable hightlight by default in channels.Andrei Karas1-0/+1
2014-10-13eathena: show channel messages in channel tab.Andrei Karas2-0/+37
2014-10-13Autojoin channels on open channel tab.Andrei Karas2-4/+23
2014-10-12Fix popup menu for channel chat tab.Andrei Karas2-11/+21
2014-10-12Add basic support for chat channels.Andrei Karas2-17/+104
2014-10-12Move WhisperTab into chat subdir.Andrei Karas1-1/+1
2014-10-12Move TradeTab into chat subdir.Andrei Karas1-1/+1
2014-10-12Move LangTab into chat subdir.Andrei Karas1-1/+1
2014-10-12Move ChatTab into chat subdir.Andrei Karas3-3/+4
2014-10-12Move BattleTab into chat subdir.Andrei Karas1-1/+1
2014-10-10Fix code style.Andrei Karas14-31/+9
2014-10-08Add missing check in character select dialog.Andrei Karas1-1/+1
2014-10-06Update visible character name and character rename.Andrei Karas2-0/+22
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-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