summaryrefslogtreecommitdiff
path: root/src/actormanager.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-1/+1
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-1/+1
2016-03-29Add tests for chatutils.Andrei Karas1-0/+2
2016-03-24Add enum for item types.Andrei Karas1-1/+3
2016-02-20Add missing const in other left files.Andrei Karas1-5/+9
2016-02-12Show also last seen in memory nick for invisible players chat messages (tmwa)Andrei Karas1-0/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-3/+3
2016-02-04Extend chat command /all to log corruption in actors lists.Andrei Karas1-3/+2
2016-02-04Improve search being by id.Andrei Karas1-0/+4
2016-02-03Update last seen also from online list.Andrei Karas1-0/+2
2016-02-03Add option for saving mapping between account id and nicks.Andrei Karas1-0/+7
2016-01-27remove removepickup action from social window popup menu.Andrei Karas1-0/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2016-01-01Fix code style.Andrei Karas1-1/+10
2015-12-29Move flooritem into being directory.Andrei Karas1-1/+1
2015-12-23Add const attribute to other files.Andrei Karas1-1/+1
2015-10-08Add chat command /testinfo for output some debug parameters to log.Andrei Karas1-0/+3
2015-09-10Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME.Andrei Karas1-0/+8
2015-08-29Fix code style.Andrei Karas1-1/+0
2015-08-24Add damaged attribute to floor items.Andrei Karas1-0/+2
2015-08-20/atkhuman now checks teamId and map pvp flagJoseph Botosh1-0/+6
2015-08-16Add packet SMSG_ITEM_VISIBLE2 0x0b18.Andrei Karas1-1/+3
2015-08-16Add missing fields into flooritem.Andrei Karas1-0/+2
2015-08-16Add strong typed int for item color.Andrei Karas1-1/+1
2015-08-09Add some missing checks to other files found by paranucker.Andrei Karas1-1/+1
2015-07-27Add option to show/hide badges. By default badges visible.Andrei Karas1-0/+2
2015-07-26Fix code style.Andrei Karas1-1/+2
2015-07-25healmd checks healing radiusJoseph Botosh1-1/+2
2015-06-06Fix code style.Andrei Karas1-1/+0
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas1-9/+9
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-3/+4
2015-05-29Add strong typed int type BeingId.Andrei Karas1-9/+12
2015-05-24Move type NpcNames into separate file.Andrei Karas1-0/+1
2015-05-24Move type AllowSort into separate file.Andrei Karas1-0/+1
2015-05-24Move type AllPlayers into separate file.Andrei Karas1-0/+2
2015-05-08Fix code style.Andrei Karas1-2/+0
2015-05-06Add strong typed bool type NpcNames.Andrei Karas1-1/+1
2015-05-06Add strong typed bool type AllowSort.Andrei Karas1-2/+2
2015-05-06Add strong typed bool type AllPlayers.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/+4
2015-04-06eathena: impliment packet SMSG_CHAT_ROOM_DESTROY.Andrei Karas1-0/+2
2015-02-18Add key to heal most damaged playerJoseph Botosh1-0/+5
2015-01-04Add stringmap typedefs.Andrei Karas1-7/+6
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-10Fix code style.Andrei Karas1-3/+3
2014-09-10Change format in ActorType enum.Andrei Karas1-3/+3
2014-07-31Add to debugSpawn mass spawn function.Andrei Karas1-1/+3
2014-07-30Add chat command for spawn debug local player copy.Andrei Karas1-0/+2
2014-06-24Add new action for select closest monster without filters and sorting.Andrei Karas1-9/+10