summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-04Add basic horses db implimentation.Andrei Karas7-0/+227
2015-03-03Update sprite on changing riding mode.Andrei Karas3-1/+11
2015-03-03Use riding sprite actions in being.Andrei Karas2-10/+17
2015-03-03Add rideattack-action into item db.Andrei Karas3-0/+18
2015-03-03Add ride sprite actions.Andrei Karas2-0/+13
2015-03-03Add support for riding flag in actorsprite and statuseffect.Andrei Karas5-3/+18
2015-03-02Fix crash in tests without translator created.Andrei Karas1-7/+4
2015-03-02Translate item name in links if item name was added by client.Andrei Karas1-2/+8
2015-03-02eathena: change netcode version to 7.Andrei Karas1-1/+1
2015-03-02Dont try enable guild bot if server have native guilds.Andrei Karas1-8/+16
2015-03-01eathena: show chat messages from hidden players.Andrei Karas1-8/+3
2015-03-01Move sendSellRequest from ea namespace into eathena and tmwa.Andrei Karas6-32/+34
2015-03-01Move sendBuyRequest from ea namespace into eathena and tmwa.Andrei Karas6-22/+32
2015-03-01Move requestBuyList from ea namespace into eathena and tmwa.Andrei Karas6-26/+30
2015-03-01Move requestSellList from ea namespace into eathena and tmwa.Andrei Karas6-24/+37
2015-03-01update translations.Andrei Karas41-11886/+12474
2015-03-01Show item links with empty item name.Andrei Karas1-0/+11
2015-03-01eathena: do not request warp name with evol plugin.Andrei Karas6-1/+18
2015-03-01fix compilation warning.Andrei Karas1-1/+1
2015-03-01Fix skills display if mixed alwaysVisible attribute and level attribute.Andrei Karas1-1/+2
2015-02-28Build vendinghandler only if eathena enabled.Andrei Karas9-14/+28
2015-02-28Build searchstorehandler only if eathena enabled.Andrei Karas7-12/+19
2015-02-28Build mercenaryhandler only if eathena enabled.Andrei Karas11-16/+30
2015-02-28Build markethandler only if eathena enabled.Andrei Karas8-14/+20
2015-02-28Build mailhandler only if eathena enabled.Andrei Karas7-12/+18
2015-02-28Build homunculushandler only if eathena enabled.Andrei Karas11-12/+45
2015-02-28Change version to 1.5.2.28.v1.5.2.28Andrei Karas9-9/+23
2015-02-28update translations.Andrei Karas43-12426/+13713
2015-02-27fix cmake file.Andrei Karas1-2/+2
2015-02-27fix code style.Andrei Karas20-22/+55
2015-02-27Fix compilation with eathena only.Andrei Karas4-43/+57
2015-02-27Build friendshandler only if eathena enabled.Andrei Karas7-11/+18
2015-02-27Build familyhandler only if eathena enabled.Andrei Karas8-12/+18
2015-02-27Build elementalhandler only if eathena enabled.Andrei Karas7-14/+22
2015-02-27Build cashshophandler only if eathena enabled.Andrei Karas8-19/+28
2015-02-27Fix compilation for eathena only.Andrei Karas2-13/+24
2015-02-27Build buyingstorehandler only if eathena enabled.Andrei Karas5-5/+14
2015-02-27Build bankhandler only if eathena enabled.Andrei Karas4-6/+12
2015-02-27Build auctionhandler only if eathena enabled.Andrei Karas7-6/+20
2015-02-25eathena: add packet CMSG_HOMMERC_DIRECTION 0x0b15.Andrei Karas11-0/+57
2015-02-25Add command and action for show homunculus/mercenary emotes.Andrei Karas7-1/+533
2015-02-25eathena: add packet CMSG_HOMMERC_EMOTE 0x0b14.Andrei Karas11-0/+33
2015-02-25Add command for homunculus/mercenary talk.Andrei Karas4-0/+19
2015-02-25eathena: add packet CMSG_HOMMERC_TALK 0x0b13.Andrei Karas11-0/+51
2015-02-24Read whole bytes from packet SMSG_NPC_COMMAND.Andrei Karas1-11/+7
2015-02-24eathena: read all bytes from packet SMSG_LOGIN_ERROR2.Andrei Karas1-0/+1
2015-02-24Split crazy move functions to smaller functions.Andrei Karas2-240/+274
2015-02-23Move crazy moves code from local player into separate file.Andrei Karas9-696/+822
2015-02-23Move crazy move state into settings class.Andrei Karas4-73/+66
2015-02-23eathena: fix crash if pet went outside of visible area.Andrei Karas5-8/+20