summaryrefslogtreecommitdiff
path: root/src/actormanager.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-03User full enum name in packets type.Andrei Karas1-8/+8
2015-05-30Move relation enum into separate file.Andrei Karas1-4/+4
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas1-10/+10
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-7/+8
2015-05-29Add strong typed int type BeingId.Andrei Karas1-8/+10
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas1-6/+10
2015-05-07Remove bot checker window.Andrei Karas1-3/+0
2015-05-06Add strong typed bool type NpcNames.Andrei Karas1-4/+5
2015-05-06Add strong typed bool type AllowSort.Andrei Karas1-5/+5
2015-05-06Add strong typed bool type AllPlayers.Andrei Karas1-4/+4
2015-04-17Add eathena defines into actortype enum.Andrei Karas1-2/+4
2015-04-17Add missing eathena and tmwa defines into actormanager.Andrei Karas1-0/+4
2015-04-06eathena: impliment packet SMSG_CHAT_ROOM_SETTINGS.Andrei Karas1-0/+23
2015-04-06eathena: impliment packet SMSG_CHAT_ROOM_DESTROY.Andrei Karas1-1/+19
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-4/+0
2015-03-01eathena: do not request warp name with evol plugin.Andrei Karas1-1/+2
2015-02-27fix code style.Andrei Karas1-1/+1
2015-02-18Add key to heal most damaged playerJoseph Botosh1-0/+34
2015-02-07Fix saving attack mobs relations and pickup items relations.Andrei Karas1-0/+7
2015-01-06Move attributes.h into enums directory.Andrei Karas1-1/+2
2015-01-06Move pckettypes enum into separate file.Andrei Karas1-0/+2
2015-01-04Add stringmap typedefs.Andrei Karas1-24/+23
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-04Improve a bit function findBeingByPixel.Andrei Karas1-18/+25
2014-10-12Move ChatTab into chat subdir.Andrei Karas1-1/+1
2014-10-12Add server feature for request monster names.Andrei Karas1-0/+6
2014-09-28Show portal names in popup if portal not present at map.Andrei Karas1-0/+4
2014-09-26Fix code style.Andrei Karas1-2/+0
2014-09-22Add pet actor type. For now it works almost same like monsters.Andrei Karas1-1/+4
2014-09-21Fix mercenary removing.Andrei Karas1-14/+0