summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2014-11-06Add server type Evol2.Andrei Karas2-1/+25
2014-10-29Dont show over head text for channel messages.Andrei Karas1-0/+1
2014-10-28Add skill attribute what show skill always.Andrei Karas1-2/+6
2014-10-26Allow invoke chat command from invoking skill.Andrei Karas1-0/+10
2014-10-25Fix code style.Andrei Karas5-11/+4
2014-10-23Remove unused function sendLetter from npchandler.Andrei Karas1-3/+3
2014-10-22Move equipment window slots names mapping to id to separate file.Andrei Karas2-94/+19
2014-10-22Add missing slots ids into equipment window.Andrei Karas1-13/+53
2014-10-21Set cards from net code.Andrei Karas2-20/+12
2014-10-21Add to item field favorite.Andrei Karas4-8/+14
2014-10-21Add to item field damaged.Andrei Karas4-8/+12
2014-10-21Add to item field identified.Andrei Karas4-13/+33
2014-10-20Remove item default parameters.Andrei Karas3-6/+14
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