summaryrefslogtreecommitdiff
path: root/src/gui/windows
AgeCommit message (Expand)AuthorFilesLines
2015-01-01Update copyrights year.Andrei Karas97-97/+97
2014-12-30Equip items also if drag it from inventory to player box in equipment window.Andrei Karas1-0/+28
2014-12-28Improve function localPetSay.Andrei Karas1-16/+10
2014-12-28Add chat command for stop and start pet ai.Andrei Karas2-0/+22
2014-12-28Impliment actual change direction actions from pet commands.Andrei Karas2-15/+36
2014-12-28Impliment actual move actions from pet commands.Andrei Karas2-0/+28
2014-12-24eathena: add support for buy from cash shop.Andrei Karas1-6/+14
2014-12-24eathena: impliment packet SMSG_NPC_CASH_SHOP_OPEN 0x0287.Andrei Karas1-1/+2
2014-12-24Add enum for buy dialog types.Andrei Karas2-7/+14
2014-12-23In market decrease visible amount after buy something.Andrei Karas1-3/+3
2014-12-23Allow buy in market with amount > 1 for non stackable items.Andrei Karas1-0/+1
2014-12-23Add item type to item object.Andrei Karas7-17/+34
2014-12-22Add support for show and buy from market.Andrei Karas1-2/+14
2014-12-19Fix code style.Andrei Karas3-3/+5
2014-12-18Enable browserbox variables in npcdialog and updaterwindow.Andrei Karas2-0/+2
2014-12-18Rename browserbox method setProcessVersion into setProcessVars.Andrei Karas2-2/+2
2014-12-14eathena: fix packet SMSG_PARTY_INVITED 0x02c6.Andrei Karas2-4/+9
2014-12-13Add variable for storage window.Andrei Karas2-0/+2
2014-12-08In whisper constructor allow separatly set nick and caption.Andrei Karas2-5/+7
2014-12-05fix code style.Andrei Karas2-2/+0
2014-12-03eathena: add packet CMSG_CHAT_PART_CHANNEL 0x0b09.Andrei Karas1-0/+1
2014-12-02Move weight notification from playerhander.Andrei Karas1-2/+0
2014-12-02Move death dialog showing from playerhandler.Andrei Karas1-1/+0
2014-12-02Add actions for switch to next/prev tab in inventory.Andrei Karas2-0/+34
2014-11-23Add support for additional slots in net code.Andrei Karas2-4/+8
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