summaryrefslogtreecommitdiff
path: root/src/being/localplayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-30Convert TargetCursorType enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Convert Pickup enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Convert BeingAction enum into strong typed enum.Andrei Karas1-3/+3
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas1-2/+2
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-9/+12
2015-05-24Add strong typed bool type IgnoreRecord.Andrei Karas1-1/+3
2015-05-22Fix code style.Andrei Karas1-0/+1
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-10/+10
2015-04-24Fix code style.Andrei Karas1-0/+1
2015-04-20Add quick settings page for yellow bar options.Andrei Karas1-1/+1
2015-04-06Add variable in away message with player name.Andrei Karas1-2/+5
2015-03-28Impliment packet SMSG_PLAYER_HEAL.Andrei Karas1-0/+18
2015-03-24eathena: use exp packet to show exp and job messages.Andrei Karas1-16/+32
2015-03-17fix nacl and windows compilation.Andrei Karas1-0/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+2
2015-03-16Remove useless includes from cpp filesAndrei Karas1-7/+0
2015-02-28Build mercenaryhandler only if eathena enabled.Andrei Karas1-0/+4
2015-02-23Move crazy moves code from local player into separate file.Andrei Karas1-679/+2
2015-02-23Move crazy move state into settings class.Andrei Karas1-64/+63
2015-02-20eathena: add packet CMSG_SET_STATUS.Andrei Karas1-3/+5
2015-02-11Add typed bool type Equipped.Andrei Karas1-4/+4
2015-01-25eathena: fix join built in channel tabs.Andrei Karas1-1/+2
2015-01-22Impliment server feature haveAttackDirections.Andrei Karas1-11/+14
2015-01-10eathena: add packet SMSG_BEING_ATTRS 0x0b0a.Andrei Karas1-0/+3
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-01Update copyrights year.Andrei Karas1-1/+1
2014-12-07Fix no death message on tmwa server.Andrei Karas1-4/+1
2014-12-02Move death dialog showing from playerhandler.Andrei Karas1-0/+18
2014-11-23Add support for additional slots in net code.Andrei Karas1-1/+1
2014-11-08Fix code style.Andrei Karas1-0/+3
2014-10-26Fixed several sentences for better translations.Alige1-1/+1
2014-10-25Fix code style.Andrei Karas1-4/+6
2014-10-23Changed all the "cant" by "can't", and fixed few sentences to translate.Alige1-1/+1
2014-10-20eathena: add some missing pickup statuses.Andrei Karas1-0/+8
2014-10-12Move WhisperTab into chat subdir.Andrei Karas1-1/+1
2014-10-12Move GmTab into chat subdir.Andrei Karas1-1/+1
2014-10-06Disable char rename button if for selected char not allowed rename.Andrei Karas1-1/+2
2014-10-01Move JOB stat from net enum into attributes.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-2/+0
2014-09-25Add simple attack logic for mercenary and homunculus.Andrei Karas1-1/+3
2014-09-25Add simple follow logic for mercenary and homunculus.Andrei Karas1-0/+2
2014-09-21Use MercenaryInfo object for storing mercenary attributes.Andrei Karas1-1/+0
2014-09-20Remove mercenary skills if mercenary was removed.Andrei Karas1-0/+1
2014-09-17Remove getter for serverFeatures.Andrei Karas1-5/+5
2014-09-17Remove getter for playerHandler.Andrei Karas1-36/+36
2014-09-17Remove getter for petHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for inventoryHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for chatHandler.Andrei Karas1-2/+2