summaryrefslogtreecommitdiff
path: root/src/being/localplayer.h
AgeCommit message (Collapse)AuthorFilesLines
2015-05-29Add strong typed int type BeingId.Andrei Karas1-4/+6
2015-05-24Move type Keep into separate file.Andrei Karas1-0/+2
2015-05-08Fix code style.Andrei Karas1-2/+0
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-1/+3
2015-03-28Impliment packet SMSG_PLAYER_HEAL.Andrei Karas1-0/+4
2015-03-24eathena: use exp packet to show exp and job messages.Andrei Karas1-0/+4
2015-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-02-23Move crazy moves code from local player into separate file.Andrei Karas1-14/+0
2015-02-23Move crazy move state into settings class.Andrei Karas1-8/+0
2015-02-18Add missing override keywords.Andrei Karas1-1/+1
2015-01-06Move pikcup.h into enums directory.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-02Move death dialog showing from playerhandler.Andrei Karas1-0/+4
2014-10-25Fix code style.Andrei Karas1-1/+3
2014-10-06Disable char rename button if for selected char not allowed rename.Andrei Karas1-0/+7
2014-09-21Use MercenaryInfo object for storing mercenary attributes.Andrei Karas1-7/+0
2014-09-20Remove mercenary skills if mercenary was removed.Andrei Karas1-0/+7
2014-08-29Fix code style.Andrei Karas1-3/+3
2014-08-15Fix code style.Andrei Karas1-2/+2
2014-08-07Remove unused variable from LocalPlayer.Andrei Karas1-3/+0
2014-08-05Remove function moveTo from LocalPlayer.Andrei Karas1-2/+0
2014-08-05Simplify navigateTo methods in LocalPlayer.Andrei Karas1-2/+0
2014-08-05Rename walkMask into blockWalkMask.Andrei Karas1-1/+1
2014-08-05Remove unused function from LocalPlayer.Andrei Karas1-4/+0
2014-08-01Fix code style.Andrei Karas1-1/+0
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-1/+1
2014-07-25Move reset yellow bar into gamemmodifiers.Andrei Karas1-2/+0
2014-07-23Remove unused function changeMode from localplayer.Andrei Karas1-8/+0
2014-07-23Move pseudo away variable into settings.Andrei Karas1-4/+0
2014-07-23move "change camera mode" option into gamemodifiers.Andrei Karas1-2/+0
2014-07-23move "change away type" option into gamemodifiers.Andrei Karas1-8/+9
2014-07-22move "change map draw type" option into gamemodifiers.Andrei Karas1-2/+0
2014-07-22move "change game modifiers" option into gamemodifiers.Andrei Karas1-8/+0
2014-07-22move "change imitation mode" option into gamemodifiers.Andrei Karas1-7/+0
2014-07-21move "change pvp attack type" option into gamemodifiers.Andrei Karas1-9/+0
2014-07-21move "change attack type" option into gamemodifiers.Andrei Karas1-9/+0
2014-07-21move "change pickup type" option into gamemodifiers.Andrei Karas1-9/+0
2014-07-21move "change drop counter" option into gamemodifiers.Andrei Karas1-11/+0
2014-07-21move "change attack type" option into gamemodifiers.Andrei Karas1-8/+0
2014-07-21move "change attack weapon type" option into gamemodifiers.Andrei Karas1-9/+0
2014-07-21move "change follow mode" option into gamemodifiers.Andrei Karas1-8/+0
2014-07-21move "change move to target type" option into gamemodifiers.Andrei Karas1-9/+0
2014-07-21move "change crazy move" option into gamemodifiers.Andrei Karas1-11/+8
2014-07-21move "change move" option into gamemodifiers.Andrei Karas1-12/+0
2014-07-20In localplayer rename methods moveType into changeMoveType.Andrei Karas1-1/+1
2014-07-20In localplayer rename InvertDirection into MoveType.Andrei Karas1-8/+8
2014-07-20Move debugMsg from localplayer into chattab.Andrei Karas1-2/+0
2014-07-20Yellow bar action methods add support for back and forward switch.Andrei Karas1-12/+13
For now unused.
2014-07-18Remove default parameters from changeMode function.Andrei Karas1-2/+2
2014-07-13Fix code style.Andrei Karas1-1/+2