Age | Commit message (Expand) | Author | Files | Lines |
2015-10-16 | Fix compilation without C++11 flags. | Andrei Karas | 1 | -1/+1 |
2015-10-16 | Impliment packet SMSG_MAP_SET_TILES_TYPE (hercules) | Andrei Karas | 4 | -17/+79 |
2015-10-15 | Rename blockTile to AddBlockMask in map. | Andrei Karas | 3 | -10/+10 |
2015-10-15 | Simplify setWall function in map. | Andrei Karas | 3 | -3/+3 |
2015-10-15 | Remove CHARACTER and MONSTER block mask and block type because it unused. | Andrei Karas | 7 | -16/+4 |
2015-10-15 | Remove old mana forgotten memory allocations from map. | Andrei Karas | 2 | -46/+27 |
2015-10-15 | Convert BlockType into strong typed enum. | Andrei Karas | 6 | -24/+24 |
2015-10-15 | Add packet SMSG_MAP_SET_TILES_TYPE 0x0b1b. | Andrei Karas | 4 | -1/+14 |
2015-10-14 | Add option for show why player disappeared. Can be usefull for GM's. | Andrei Karas | 5 | -0/+68 |
2015-10-13 | Add npc attribute what allow or prevent removing npc after out of sight. | Andrei Karas | 4 | -2/+20 |
2015-10-11 | Add structure for tile object. | Andrei Karas | 6 | -20/+65 |
2015-10-10 | Change version to 1.5.10.10.v1.5.10.10 | Andrei Karas | 1 | -2/+2 |
2015-10-09 | Fix conditions for magic and human attack actions. | Andrei Karas | 1 | -2/+4 |
2015-10-09 | Fix code style. | Andrei Karas | 5 | -8/+1 |
2015-10-09 | Fix compilation warnings. | Andrei Karas | 1 | -3/+3 |
2015-10-08 | Add chat command /testinfo for output some debug parameters to log. | Andrei Karas | 6 | -0/+22 |
2015-10-04 | Dont show popup in inventory if mouse present outside of item rectangle. | Andrei Karas | 2 | -2/+4 |
2015-10-03 | If trade tab disabled, try show TRADE messages in general tab. | Andrei Karas | 1 | -0/+8 |
2015-10-03 | Extend walkMask being xml attribute. | Andrei Karas | 1 | -12/+24 |
2015-10-02 | Allow read "walkType" attributes from xml for all being types. | Andrei Karas | 4 | -45/+17 |
2015-09-28 | Add packet SMSG_BATTLE_EMBLEM2 0x0b1a. | Andrei Karas | 4 | -2/+20 |
2015-09-26 | Fix moving animation issue with move3 packets enabled. | Andrei Karas | 1 | -0/+4 |
2015-09-26 | Disable differnt heal or magic action on non tmwa servers. | Andrei Karas | 1 | -0/+17 |
2015-09-26 | Change version to 1.5.9.26. | Andrei Karas | 1 | -2/+2 |
2015-09-25 | Fix being states (hercules) | Andrei Karas | 2 | -1/+37 |
2015-09-25 | Fix code style. | Andrei Karas | 7 | -9/+5 |
2015-09-24 | Fix random wrong y position if non local player moved on tiles with height > 0. | Andrei Karas | 1 | -2/+2 |
2015-09-23 | Fix another compilation warning. | Andrei Karas | 1 | -1/+1 |
2015-09-23 | Fix compilation warning. | Andrei Karas | 1 | -2/+2 |
2015-09-23 | Remove unused header protocolin.h | Andrei Karas | 4 | -60/+0 |
2015-09-23 | Add missing files to make files. | Andrei Karas | 2 | -0/+2 |
2015-09-23 | Another fix for compilation without C++11 flags. | Andrei Karas | 1 | -1/+1 |
2015-09-23 | Fix compilation without C++11 flags. | Andrei Karas | 5 | -5/+5 |
2015-09-23 | Add support for packet version 20150226 (hercules) | Andrei Karas | 6 | -2/+133 |
2015-09-23 | Allow add conditions into out packets definition. | Andrei Karas | 9 | -0/+26 |
2015-09-22 | Remove checking packet id in getNpc function. | Andrei Karas | 9 | -40/+63 |
2015-09-22 | add way for reload packets db. For now it useless. | Andrei Karas | 11 | -5/+194 |
2015-09-21 | Define out packet variables in one place and in all files use only externs. | Andrei Karas | 8 | -1/+103 |
2015-09-21 | Rename protocoloutdefine.h into protocoloutincludedefine.h | Andrei Karas | 5 | -7/+7 |
2015-09-21 | Add option for auto target skill to closest target. | Andrei Karas | 9 | -9/+66 |
2015-09-20 | Add function for selecting new target. | Andrei Karas | 3 | -10/+22 |
2015-09-20 | Fix processBeingRemoveSkill name. | Andrei Karas | 3 | -3/+3 |
2015-09-20 | Allow set gui opacity 100% on windows. | Andrei Karas | 1 | -1/+1 |
2015-09-15 | Fix showing away badge. | Andrei Karas | 1 | -2/+2 |
2015-09-15 | Fix Ukrainian language name. | Andrei Karas | 1 | -1/+1 |
2015-09-12 | Reenable dyecmd compilation. | Andrei Karas | 2 | -0/+14 |
2015-09-12 | Change version to 1.5.9.12.v1.5.9.12 | Andrei Karas | 1 | -2/+2 |
2015-09-11 | Fix code style. | Andrei Karas | 16 | -25/+18 |
2015-09-11 | Fix compilation with disabled eathena server type. | Andrei Karas | 3 | -1/+7 |
2015-09-10 | Dont send empty mail subject. | Andrei Karas | 1 | -1/+7 |