summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-02-09Add function for split line by separators and quotes.Andrei Karas5-0/+390
2016-02-09Allow select skill units and attack it.Andrei Karas9-6/+33
2016-02-08Fix small performance issues.Andrei Karas2-3/+2
2016-02-08Remove useless checks.Andrei Karas1-6/+3
2016-02-08Add some missing checks and remove useless checks.Andrei Karas6-111/+96
2016-02-08Improve some empty string checks.Andrei Karas20-38/+46
2016-02-08Add some missing const.Andrei Karas38-55/+70
2016-02-08Allow attack also if casting animation active.Andrei Karas1-2/+6
2016-02-08Stop cast animation also if got skill error message.Andrei Karas5-6/+8
2016-02-08Add support for post delay status effect. It change cast animation to stand.Andrei Karas7-1/+24
2016-02-08Remove useless variable from itemcontainer.Andrei Karas2-3/+1
2016-02-08Add missing variables into constructors initialisation list.Andrei Karas3-3/+6
2016-02-08Fix possible variables overflow.Andrei Karas2-2/+2
2016-02-08Fix extended minimaps building.Andrei Karas1-1/+4
2016-02-08Change sign on rainbow color.Andrei Karas2-4/+4
2016-02-08Add missing operator= in classes with copy constructors.Andrei Karas4-1/+33
2016-02-08Change timeToStr function parameter type from int to uint32_t.Andrei Karas2-3/+3
2016-02-08Fix compilation on windows.Andrei Karas1-1/+1
2016-02-07Fix code style.Andrei Karas12-19/+8
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas280-2063/+2072
2016-02-07Read whole SMSG_BEING_RESURRECT if being not exists.Andrei Karas2-0/+3
2016-02-07Read whole SMSG_BEING_SELFEFFECT packet if being not exists.Andrei Karas2-0/+4
2016-02-07Fix some casts between signed and unsigned in some files.Andrei Karas42-205/+270
2016-02-06Hide cutin if npc window closed.Andrei Karas3-0/+19
2016-02-06Add missing check.Andrei Karas1-1/+2
2016-02-05Fix unit tests compilation.Andrei Karas1-3/+0
2016-02-05Fix old compilers again.Andrei Karas1-1/+1
2016-02-05Allow to show images in npc dialogs.Andrei Karas1-0/+1
2016-02-05Fix old compilers again.Andrei Karas1-1/+1
2016-02-05Fix compilation without C++11 flags.Andrei Karas2-2/+2
2016-02-05Add support for play animation in cutins.Andrei Karas4-22/+51
2016-02-05Impliment packet SMSG_NPC_CUTIN. Add support for cutins.Andrei Karas10-6/+260
2016-02-04Extend chat command /all to log corruption in actors lists.Andrei Karas2-8/+35
2016-02-04Improve search being by id.Andrei Karas2-13/+39
2016-02-03Fix compilation warning.Andrei Karas1-2/+2
2016-02-03Disable by defauly id/last seen collecting.Andrei Karas1-1/+1
2016-02-03Update last seen also from online list.Andrei Karas3-8/+36
2016-02-03Add missing file into make file.Andrei Karas1-0/+1
2016-02-03Update descript for option for collecting ids and seen log.Andrei Karas1-1/+1
2016-02-03Use date with time in seen and id logging files.Andrei Karas3-1/+14
2016-02-03Add misisng check in map reader.Andrei Karas1-1/+2
2016-02-03Add chat command /seen for show seen informatin abount nick.Andrei Karas5-0/+55
2016-02-03Also store last seen for each player.Andrei Karas1-2/+10
2016-02-03Add option for saving mapping between account id and nicks.Andrei Karas8-11/+65
2016-02-03Add missing translators comments.Andrei Karas1-0/+2
2016-02-03Read full packet SMSG_BEING_EMOTION in all cases.Andrei Karas1-0/+2
2016-02-03Fix packets mapping for plain hercules.Andrei Karas1-1/+1
2016-02-03Add option in settings to allow enable/disable sell spam filter.Andrei Karas4-1/+12
2016-02-03Improve trade spam filterring.Andrei Karas1-8/+15
2016-02-01Add debug messages to some packets.Andrei Karas2-1/+6