summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-03Change version to 1.5.1.3v1.5.1.3Andrei Karas8-8/+21
2015-01-03Update translations.Andrei Karas22-633/+633
2015-01-02Fix code style.Andrei Karas14-39/+13
2015-01-01Fix compilation warning.Andrei Karas1-1/+1
2015-01-01Fix crash with completly broken themes.Andrei Karas2-11/+40
2015-01-01Update copyrights year.Andrei Karas1233-1233/+1233
2015-01-01eathena: fix char gender on char selection dialog.Andrei Karas1-2/+3
2014-12-31Add some usefull chat commands into help.Andrei Karas1-0/+22
2014-12-30Shorted inputactionmap.h file.Andrei Karas1-1404/+854
2014-12-30Equip items also if drag it from inventory to player box in equipment window.Andrei Karas1-0/+28
2014-12-30Fix another error in sr translation.Andrei Karas1-1/+1
2014-12-29Fix errors in other translations.Andrei Karas8-129/+2521
2014-12-29Fix translation issues in sr language.Andrei Karas1-17/+17
2014-12-29Fix translation for use/equip buttons from client data.Andrei Karas1-2/+2
2014-12-29Fix translation for default use/equip buttons.Andrei Karas1-2/+2
2014-12-29Update translations.Andrei Karas55-11006/+23173
2014-12-29Allow move pet by mod key (left shift) + move keys.Andrei Karas2-1/+10
2014-12-28Fix error in pt_BR translation.Andrei Karas1-1/+1
2014-12-28Fix pt_BR translation errors.Andrei Karas1-13/+13
2014-12-28fix warnings again.Andrei Karas1-2/+2
2014-12-28Fix compilation warnings.Andrei Karas1-0/+2
2014-12-28Upate translations.Andrei Karas18-3612/+5290
2014-12-28Improve function localPetSay.Andrei Karas1-16/+10
2014-12-28Allow assign keys to stop/start pet ai actions.Andrei Karas1-0/+12
2014-12-28Add chat command for stop and start pet ai.Andrei Karas11-0/+70
2014-12-28Use as separator coma char for internal pet moving packet.Andrei Karas2-2/+4
2014-12-28Add garbage into pets chat commands to avoid broken antispam system in tmwa.Andrei Karas1-5/+7
2014-12-28Allow change pet direction by pet emote key + move keys.Andrei Karas2-1/+14
2014-12-28Allow assign keys to pet direction actions.Andrei Karas1-4/+46
2014-12-28Impliment actual change direction actions from pet commands.Andrei Karas3-15/+38
2014-12-28Add fake commands to change pet direction.Andrei Karas10-1/+85
2014-12-28Allow assign keys to move pet actions.Andrei Karas1-5/+29
2014-12-28Impliment actual move actions from pet commands.Andrei Karas5-2/+45
2014-12-28Add fake pet moving commands.Andrei Karas10-21/+101
2014-12-27Move pets actions into pets.cpp.Andrei Karas9-75/+177
2014-12-25Improve logging speed.Andrei Karas1-0/+2
2014-12-24eathena: add support for buy from cash shop.Andrei Karas6-26/+34
2014-12-24eathena: impliment packet SMSG_NPC_CASH_SHOP_OPEN 0x0287.Andrei Karas4-4/+25
2014-12-24Add enum for buy dialog types.Andrei Karas3-8/+15
2014-12-24eathena: add partial support for packet SMSG_NPC_CASH_BUY_ACK 0x0289.Andrei Karas4-1/+16
2014-12-24eathena: add packet CMSG_NPC_CASH_SHOP_BUY 0x0288.Andrei Karas6-0/+38
2014-12-24eathena: add partial support for packet SMSG_NPC_CASH_SHOP_OPEN 0x0287.Andrei Karas4-1/+26
2014-12-24eathena: fix name for packet CMSG_MERCENARY_ACTION.Andrei Karas2-2/+2
2014-12-23In market decrease visible amount after buy something.Andrei Karas1-3/+3
2014-12-23Fix formatting in commands help.Andrei Karas1-101/+101
2014-12-23Show long key names in browser box.Andrei Karas3-1/+13
2014-12-23Add comma separator in short keys list.Andrei Karas1-1/+1
2014-12-23Add another tab in shortcuts window.Andrei Karas1-1/+1
2014-12-23Allow buy in market with amount > 1 for non stackable items.Andrei Karas6-3/+18
2014-12-23Add item type to item object.Andrei Karas29-90/+171