summaryrefslogtreecommitdiff
path: root/src/actormanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-08Remove default value from parameter isWeapon in Being->setSprite.Andrei Karas1-2/+4
2016-06-08Remove default value from parameter colorId in Being->setSprite.Andrei Karas1-2/+6
2016-06-08Add strong typed bool IsWeapon.Andrei Karas1-1/+1
2016-05-27Fix some false positive asserts in working with hair style equal to zero.Andrei Karas1-2/+10
2016-05-04Use new check functions in ActorManager.Andrei Karas1-32/+40
2016-04-21Remove extra spaces at line ends.Andrei Karas1-2/+2
2016-03-24Add enum for item types.Andrei Karas1-1/+1
2016-03-18Improve a bit findBeingsByPixel.Andrei Karas1-25/+51
2016-03-11Fix code style.Andrei Karas1-0/+1
2016-03-07Disable all legacy "magic" commands if server type not tmwa.Andrei Karas1-4/+18
2016-03-05Use in most places int being positions and not float.Andrei Karas1-0/+2
2016-03-05Rename actor functions getPosition and setPosition.Andrei Karas1-1/+1
2016-03-05Remove getter getSpritesCount from Being.Andrei Karas1-1/+1
2016-03-01Allow see homunculuses name.Andrei Karas1-0/+2
2016-02-20Add some more missing consts.Andrei Karas1-2/+2
2016-02-20Add missing const in other left files.Andrei Karas1-13/+18
2016-02-20Rename internal variables in for macroses.Andrei Karas1-2/+2
2016-02-18Remove useless check.Andrei Karas1-2/+1
2016-02-12Fix code style.Andrei Karas1-1/+4
2016-02-12Show also last seen in memory nick for invisible players chat messages (tmwa)Andrei Karas1-0/+10
2016-02-08Improve some empty string checks.Andrei Karas1-5/+5
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-9/+9
2016-02-04Extend chat command /all to log corruption in actors lists.Andrei Karas1-5/+33
2016-02-04Improve search being by id.Andrei Karas1-13/+35
2016-02-03Fix compilation warning.Andrei Karas1-2/+2
2016-02-03Update last seen also from online list.Andrei Karas1-8/+30
2016-02-03Use date with time in seen and id logging files.Andrei Karas1-1/+1
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 Karas1-0/+29
2016-01-27remove removepickup action from social window popup menu.Andrei Karas1-0/+5
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-10-09Fix compilation warnings.Andrei Karas1-3/+3
2015-09-10Add mouse move simulation. After char id to name mapping received, simulate m...Andrei Karas1-0/+6
2015-09-10Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME.Andrei Karas1-0/+22
2015-08-24Add damaged attribute to floor items.Andrei Karas1-0/+2
2015-08-20/atkhuman now checks teamId and map pvp flagJoseph Botosh1-4/+63
2015-08-16Add packet SMSG_ITEM_VISIBLE2 0x0b18.Andrei Karas1-2/+6
2015-08-16Add missing fields into flooritem.Andrei Karas1-2/+9
2015-08-16Add strong typed int for item color.Andrei Karas1-3/+3
2015-08-09Fix yellow bar option "archer attack range".Andrei Karas1-1/+1
2015-08-09Add some missing checks to other files found by paranucker.Andrei Karas1-13/+18
2015-07-31Fix code style.Andrei Karas1-1/+2
2015-07-29Fix enable/disable badges without client restart.Andrei Karas1-1/+3
2015-07-27Fix functions removeRoom / updateRoom.Andrei Karas1-2/+2
2015-07-27Add option to show/hide badges. By default badges visible.Andrei Karas1-0/+16
2015-07-25healmd checks healing radiusJoseph Botosh1-1/+8
2015-07-03Fix code style.Andrei Karas1-1/+14
2015-06-26Add missing checks into other files.Andrei Karas1-0/+2
2015-06-06Fix code style.Andrei Karas1-5/+2
2015-06-03Rename packettypes.h into packettype.hAndrei Karas1-1/+1