summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-09Change version to 1.6.4.9.v1.6.4.9Andrei Karas9-9/+17
2016-04-09Revert "Improve drawing player sprites performance."Andrei Karas4-39/+13
2016-04-09Update translations.Andrei Karas23-772/+910
2016-04-09Fix string for translation with separate % and %s.Andrei Karas1-1/+1
2016-04-09Not allow use from npc scripts /debugspawn and /itenplz chat commands.Andrei Karas1-2/+2
2016-04-08In debugspawn check clones positions and not spawn them outside of map.Andrei Karas1-3/+17
2016-04-08Fix code style.Andrei Karas6-14/+17
2016-04-07Fix confirm dialog width if caption too big.Andrei Karas3-5/+5
2016-04-07For commands in links in chat ask before executing command.Andrei Karas8-8/+140
2016-04-07Move packet CMSG_QUICK_IDENTIFY_ITEM definition.Andrei Karas1-3/+2
2016-04-07Add different versions for packet CMSG_ITEM_PICKUP.Andrei Karas1-2/+19
2016-04-07Add different versions for packet CMSG_SKILL_USE_POSITION.Andrei Karas1-1/+8
2016-04-06Add different versions for packet CMSG_PLAYER_INVENTORY_DROP.Andrei Karas1-1/+9
2016-04-06Add different versions for packet CMSG_PLAYER_CHANGE_DIR.Andrei Karas1-1/+16
2016-04-06Fix some packets id conflicts.Andrei Karas2-11/+151
2016-04-06Add packet CMSG_SKILL_USE_POSITION 0x0438.Andrei Karas1-0/+1
2016-04-06Add packet CMSG_PLAYER_INVENTORY_DROP 0x0885.Andrei Karas1-0/+1
2016-04-06Add packet CMSG_HOMUNCULUS_MENU 0x0817.Andrei Karas1-0/+1
2016-04-06Add packet CMSG_PLAYER_CHANGE_DIR 0x0924.Andrei Karas1-1/+2
2016-04-06Add packet CMSG_PARTY_SETTINGS 0x07d7.Andrei Karas2-6/+30
2016-04-06Add packet comments with server handler in packetsout.incAndrei Karas1-222/+222
2016-04-06Add actual packet sizes into packetsout.incAndrei Karas1-223/+222
2016-04-06Into packetsout.inc add fields size and comment. For now unused.Andrei Karas5-363/+363
2016-04-06Impliment packet CMSG_PK_RANKS 0x0237.Andrei Karas6-5/+29
2016-04-06Add packet CMSG_BLACKSMITH_RANKS 0x0217.Andrei Karas6-1/+25
2016-04-06Fix align in packetsout.incAndrei Karas1-254/+254
2016-04-06Update translations.Andrei Karas23-1316/+1219
2016-04-06Impliment packet CMSG_ALCHEMIST_RANKS 0x0218.Andrei Karas6-2/+25
2016-04-06Impliment packet CMSG_MERGE_ITEM_CANCEL 0x0974.Andrei Karas6-0/+16
2016-04-06Impliment packet CMSG_MERGE_ITEM_ACK 0x096e.Andrei Karas6-0/+28
2016-04-05Add version labels into packetsout.incAndrei Karas1-4/+6
2016-04-05Remove quotes from pragmas.Andrei Karas61-188/+188
2016-04-05Add into paths.xml option for set string for commands in links.Andrei Karas5-6/+19
2016-04-04Remove file protocolindefine.hAndrei Karas3-28/+0
2016-04-03Add SMSG_PET_STATUS for old packet versions.Andrei Karas2-3/+6
2016-04-03Add packet SMSG_PLAYER_CART_ITEMS 0x0123.Andrei Karas2-6/+33
2016-04-03Add packet SMSG_PLAYER_UNEQUIP 0x00ac.Andrei Karas2-2/+7
2016-04-03Add packet SMSG_PLAYER_EQUIP 0x00aa.Andrei Karas2-1/+4
2016-04-03Add packet SMSG_PLAYER_STORAGE_ITEMS 0x00a5.Andrei Karas1-0/+1
2016-04-03Add packet SMSG_PLAYER_INVENTORY 0x00a3.Andrei Karas1-1/+2
2016-04-03Add packet SMSG_PLAYER_INVENTORY_ADD 0x00a0.Andrei Karas1-0/+1
2016-04-03Add some legacy packets.Andrei Karas2-5/+11
2016-04-03Add packet SMSG_BEING_SPAWN_OUTDATED 0x007c.Andrei Karas1-0/+8
2016-04-03Add packet SMSG_MAP_LOGIN_SUCCESS 0x0073.Andrei Karas1-0/+1
2016-04-03Separate being and monster hp packets.Andrei Karas3-4/+18
2016-04-03Add some missing packet id, add packet SMSG_BATTLE_UPDATE_HP 0x02e0.Andrei Karas3-0/+16
2016-04-03Add missing version labels into packetsin.incAndrei Karas1-8/+8
2016-04-03Last packets sorting in packetsin.incAndrei Karas1-20/+21
2016-04-03Sort more packets. Add version checks inside packets.Andrei Karas2-18/+53
2016-04-03Sort more packets. Add version checks inside packets.Andrei Karas2-18/+49