Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-08 | Fix small performance issues. | Andrei Karas | 2 | -3/+2 | |
2016-02-08 | Remove useless checks. | Andrei Karas | 1 | -6/+3 | |
2016-02-08 | Add some missing checks and remove useless checks. | Andrei Karas | 6 | -111/+96 | |
2016-02-08 | Improve some empty string checks. | Andrei Karas | 20 | -38/+46 | |
2016-02-08 | Add some missing const. | Andrei Karas | 38 | -55/+70 | |
2016-02-08 | Allow attack also if casting animation active. | Andrei Karas | 1 | -2/+6 | |
This need because casting animation not always can be stopped by request from server. Some times server not send stop packet by some reason. | |||||
2016-02-08 | Stop cast animation also if got skill error message. | Andrei Karas | 5 | -6/+8 | |
But this is not all cases. For always correct stop cast animation, need use animation command "jump" to stand animation. | |||||
2016-02-08 | Add support for post delay status effect. It change cast animation to stand. | Andrei Karas | 7 | -1/+24 | |
2016-02-08 | Remove useless variable from itemcontainer. | Andrei Karas | 2 | -3/+1 | |
2016-02-08 | Add missing variables into constructors initialisation list. | Andrei Karas | 3 | -3/+6 | |
2016-02-08 | Fix possible variables overflow. | Andrei Karas | 2 | -2/+2 | |
2016-02-08 | Fix extended minimaps building. | Andrei Karas | 1 | -1/+4 | |
2016-02-08 | Change sign on rainbow color. | Andrei Karas | 2 | -4/+4 | |
2016-02-08 | Add missing operator= in classes with copy constructors. | Andrei Karas | 4 | -1/+33 | |
2016-02-08 | Change timeToStr function parameter type from int to uint32_t. | Andrei Karas | 2 | -3/+3 | |
2016-02-08 | Fix compilation on windows. | Andrei Karas | 1 | -1/+1 | |
2016-02-08 | Update manaplus.cbp. | Andrei Karas | 1 | -0/+4 | |
2016-02-07 | Fix code style. | Andrei Karas | 12 | -19/+8 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 280 | -2063/+2072 | |
2016-02-07 | Read whole SMSG_BEING_RESURRECT if being not exists. | Andrei Karas | 2 | -0/+3 | |
2016-02-07 | Read whole SMSG_BEING_SELFEFFECT packet if being not exists. | Andrei Karas | 2 | -0/+4 | |
2016-02-07 | Fix some casts between signed and unsigned in some files. | Andrei Karas | 42 | -205/+270 | |
2016-02-06 | Hide cutin if npc window closed. | Andrei Karas | 3 | -0/+19 | |
2016-02-06 | Add missing check. | Andrei Karas | 1 | -1/+2 | |
2016-02-05 | Fix unit tests compilation. | Andrei Karas | 1 | -3/+0 | |
2016-02-05 | Fix old compilers again. | Andrei Karas | 1 | -1/+1 | |
2016-02-05 | Allow to show images in npc dialogs. | Andrei Karas | 1 | -0/+1 | |
2016-02-05 | Fix old compilers again. | Andrei Karas | 1 | -1/+1 | |
2016-02-05 | Fix compilation without C++11 flags. | Andrei Karas | 2 | -2/+2 | |
2016-02-05 | Add support for play animation in cutins. | Andrei Karas | 4 | -22/+51 | |
2016-02-05 | Impliment packet SMSG_NPC_CUTIN. Add support for cutins. | Andrei Karas | 10 | -6/+260 | |
2016-02-04 | Extend chat command /all to log corruption in actors lists. | Andrei Karas | 2 | -8/+35 | |
2016-02-04 | Improve search being by id. | Andrei Karas | 2 | -13/+39 | |
2016-02-03 | Fix compilation warning. | Andrei Karas | 1 | -2/+2 | |
2016-02-03 | Disable by defauly id/last seen collecting. | Andrei Karas | 1 | -1/+1 | |
2016-02-03 | Update last seen also from online list. | Andrei Karas | 3 | -8/+36 | |
It lack account id, but can update time. | |||||
2016-02-03 | Add missing file into make file. | Andrei Karas | 1 | -0/+1 | |
2016-02-03 | Update descript for option for collecting ids and seen log. | Andrei Karas | 1 | -1/+1 | |
2016-02-03 | Use date with time in seen and id logging files. | Andrei Karas | 3 | -1/+14 | |
2016-02-03 | Add misisng check in map reader. | Andrei Karas | 1 | -1/+2 | |
2016-02-03 | Add chat command /seen for show seen informatin abount nick. | Andrei Karas | 5 | -0/+55 | |
2016-02-03 | Also store last seen for each player. | Andrei Karas | 1 | -2/+10 | |
Actually first seen for current session. | |||||
2016-02-03 | Add option for saving mapping between account id and nicks. | Andrei Karas | 8 | -11/+65 | |
This information stored in separate files. | |||||
2016-02-03 | Add missing translators comments. | Andrei Karas | 1 | -0/+2 | |
2016-02-03 | Read full packet SMSG_BEING_EMOTION in all cases. | Andrei Karas | 1 | -0/+2 | |
2016-02-03 | Fix packets mapping for plain hercules. | Andrei Karas | 1 | -1/+1 | |
2016-02-03 | Add option in settings to allow enable/disable sell spam filter. | Andrei Karas | 4 | -1/+12 | |
2016-02-03 | Improve trade spam filterring. | Andrei Karas | 1 | -8/+15 | |
If trade filter move text to trade tab, in previous tab for author it will leave message about moving. In trade tab moved text will be with prefix "Moved: " | |||||
2016-02-01 | Add debug messages to some packets. | Andrei Karas | 2 | -1/+6 | |
2016-02-01 | Fix status effects change for invisible players (tmwa) | Andrei Karas | 1 | -0/+7 | |