summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Add actual gender in char creation method.Andrei Karas5-10/+18
2015-01-05Allow set pressed item in widgetgroup and child objects.Andrei Karas6-14/+31
2015-01-05Change imitation menu item from "Imitation" to "Imitate".Andrei Karas1-1/+1
2015-01-05Add server feature haveCreateCharGender.Andrei Karas5-0/+16
2015-01-04Fix char deletion password request if was connected to server with password f...Andrei Karas1-0/+1
2015-01-04eathena: allow delete characters if account have non default email.Andrei Karas7-26/+54
2015-01-04Add server feature haveEmailOnDelete.Andrei Karas5-0/+16
2015-01-04Move processCharDeleteFailed from ea namespace into eathena and tmwa.Andrei Karas6-15/+35
2015-01-04eathena: allow set race in char creation dialog.Andrei Karas2-1/+4
2015-01-04Add stringmap typedefs.Andrei Karas17-55/+92
2015-01-03Change version to 1.5.1.3v1.5.1.3Andrei Karas1-2/+2
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 Karas1232-1232/+1232
2015-01-01eathena: fix char gender on char selection dialog.Andrei Karas1-2/+3
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-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-29Allow move pet by mod key (left shift) + move keys.Andrei Karas2-1/+10
2014-12-28fix warnings again.Andrei Karas1-2/+2
2014-12-28Fix compilation warnings.Andrei Karas1-0/+2
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-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