summaryrefslogtreecommitdiff
path: root/src/actormanager.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-29Add missing final / notfinal keywords to classes.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-17Remove default parameters from actormanager.cppAndrei Karas1-10/+9
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-2/+2
2017-06-29Move cast macroses into separate file.Andrei Karas1-0/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Fix too long lines.Andrei Karas1-2/+4
2016-12-12Add noexcept in some files.Andrei Karas1-7/+7
2016-09-23Add missing comments into defines.Andrei Karas1-4/+5
2016-08-15Move itemtype.h into item directory.Andrei Karas1-1/+1
2016-08-04Add some missing tmwa defines. Fix compilation error without tmwa support.Andrei Karas1-1/+1
2016-08-03Add missing tmwa defines.Andrei Karas1-0/+2
2016-07-29Add some missing tmwa defines.Andrei Karas1-0/+2
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-4/+0
2016-07-23Allow delete untracker being particle effects.Andrei Karas1-0/+2
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