Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-13 | Add mirror support for servers list. | Andrei Karas | 4 | -2/+9 | |
2015-04-13 | eathena: fix moving animation. | Andrei Karas | 1 | -1/+0 | |
2015-04-12 | eathena: dont update slots from move packets. | Andrei Karas | 1 | -6/+9 | |
2015-04-12 | Improve a bit checking before stop moving animation. | Andrei Karas | 1 | -1/+1 | |
2015-04-12 | Fix move animation after path is empty. | Andrei Karas | 3 | -2/+15 | |
This fix random stand animation while moving. | |||||
2015-04-11 | Change version to 1.5.4.11.v1.5.4.11 | Andrei Karas | 9 | -9/+20 | |
2015-04-11 | Update translations. | Andrei Karas | 40 | -4329/+6418 | |
2015-04-10 | Remove troll like image. Because it look similar to well known troll face. | Andrei Karas | 1 | -0/+0 | |
2015-04-10 | Fix code style. | Andrei Karas | 11 | -20/+25 | |
2015-04-10 | Remove wrong file from manaplus.cbp. | Andrei Karas | 1 | -1/+0 | |
2015-04-10 | Fix compilation with different flags. | Andrei Karas | 5 | -1/+9 | |
2015-04-10 | Update manaplus.cbp. | Andrei Karas | 1 | -1175/+1163 | |
2015-04-09 | Add to skills miss effect. | Andrei Karas | 6 | -18/+43 | |
New skill attribute missEffectId. | |||||
2015-04-09 | On skill attacks on target for show effect use skill attribute skillHitEffectId. | Andrei Karas | 7 | -12/+51 | |
2015-04-09 | Add to skill attribute for hit effect on target. | Andrei Karas | 3 | -1/+5 | |
New skills.xml attribute: hitEffectId | |||||
2015-04-09 | Add skill attributes with effect id what will play on caster and target ↵ | Andrei Karas | 6 | -7/+68 | |
while casting skill. New skill attributes: skillCastingSrcEffectId - will play this effect on caster while casting skill skillCastingDstEffectId - will play this effect on target while casting skill. This effects for casting skill, not for skill attack. | |||||
2015-04-08 | Use enum SpriteDirection form sprite direction in being. | Andrei Karas | 2 | -5/+4 | |
2015-04-08 | Simplify using rotational particle effect. | Andrei Karas | 5 | -35/+56 | |
2015-04-08 | Add missing unimplimented packet debug line. | Andrei Karas | 1 | -0/+1 | |
2015-04-06 | Add variable in away message with player name. | Andrei Karas | 1 | -2/+5 | |
If present it will be replace to target player name. Variable: 'NAME' Example: /away hi 'NAME'. | |||||
2015-04-06 | Fix remove from priority attack list. | Andrei Karas | 1 | -2/+3 | |
2015-04-06 | Add missing include. | Andrei Karas | 1 | -0/+2 | |
2015-04-06 | Fix compilation with some options. | Andrei Karas | 1 | -0/+1 | |
2015-04-06 | update translations. | Andrei Karas | 39 | -23341/+26310 | |
2015-04-06 | eathena: impliment packet SMSG_CHAT_ROOM_SETTINGS. | Andrei Karas | 4 | -7/+46 | |
2015-04-06 | eathena: impliment packet SMSG_CHAT_ROOM_DESTROY. | Andrei Karas | 4 | -5/+25 | |
2015-04-06 | Add chat command for leave chat room. | Andrei Karas | 4 | -0/+17 | |
New chat command: /leaveroom | |||||
2015-04-06 | eathena: impliment packet SMSG_CHAT_ROOM_JOIN_FAILED. | Andrei Karas | 3 | -2/+64 | |
2015-04-06 | eathena: impliment packet SMSG_CHAT_ROOM_ROLE_CHANGE. | Andrei Karas | 3 | -3/+19 | |
2015-04-06 | eathena: impliment packet SMSG_CHAT_ROOM_LEAVE. | Andrei Karas | 3 | -3/+39 | |
2015-04-05 | eathena: impliment packet SMSG_CHAT_ROOM_ADD_MEMBER. | Andrei Karas | 3 | -2/+9 | |
2015-04-05 | add chat command for join chat room. | Andrei Karas | 9 | -12/+128 | |
New chat command: /joinroom NAME | |||||
2015-04-05 | Show chat room name in player popup. | Andrei Karas | 2 | -5/+41 | |
2015-04-05 | On room creation show room name in general tab caption. | Andrei Karas | 7 | -11/+53 | |
Not allow move if in room. | |||||
2015-04-04 | Show unimplimented packet debug message on each unsupported packets parameters. | Andrei Karas | 30 | -94/+92 | |
2015-04-04 | Add chat command for create chat room (incomplete). | Andrei Karas | 10 | -3/+61 | |
New chat command: /chatroom NAME | |||||
2015-04-03 | Impliment manner messages. | Andrei Karas | 3 | -5/+44 | |
2015-04-03 | Remove debug string. | Andrei Karas | 1 | -1/+0 | |
2015-04-03 | Add mute/unmute gm context menu for 1,5,10,15,30 minutes. | Andrei Karas | 1 | -0/+61 | |
2015-04-03 | Add server feature haveMute. | Andrei Karas | 5 | -0/+16 | |
2015-04-03 | Rename chat room related packets. | Andrei Karas | 3 | -50/+50 | |
2015-04-03 | Fix chat command /me. | Andrei Karas | 1 | -1/+1 | |
2015-04-02 | Remove useless virtual keywords. | Andrei Karas | 21 | -97/+92 | |
2015-04-01 | eathena: add partial support for packet SMSG_ROULETTE_OPEN_ACK 0x0a1a. | Andrei Karas | 4 | -1/+22 | |
2015-04-01 | eathena: add partial support for packet SMSG_CHAR_BAN_CHAR_LIST 0x020d. | Andrei Karas | 4 | -1/+20 | |
2015-04-01 | eathena: add outdated packets to protocol.h. | Andrei Karas | 1 | -1/+15 | |
2015-04-01 | eathena: add partial support for packet SMSG_MAP_AUTH_REFUSE 0x0074. | Andrei Karas | 3 | -0/+13 | |
2015-03-31 | Update evol music url in windows installer. | Andrei Karas | 2 | -6/+6 | |
2015-03-29 | Add bit more OS detection strings. | Andrei Karas | 1 | -2/+48 | |
2015-03-29 | Fix make files. | Andrei Karas | 2 | -0/+2 | |