index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
being
/
localplayer.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-06
Fix code style.
Andrei Karas
1
-1
/
+1
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-12-31
Improve special layers draw speed in same way like fringe layer.
Andrei Karas
1
-1
/
+10
2016-10-16
Add option to show player name only for selected player.
s20161017
Andrei Karas
1
-7
/
+49
2016-09-30
Fix removing particle effects after end effect message.
Andrei Karas
1
-0
/
+2
2016-09-23
Add missing comments into defines.
Andrei Karas
1
-4
/
+4
2016-09-09
Fix code style.
Andrei Karas
1
-1
/
+1
2016-09-08
Remove itemslot.h.
Andrei Karas
1
-2
/
+3
2016-08-29
Fix wrong type in extern weightNoticeTime in localplayer.cpp
Andrei Karas
1
-1
/
+1
2016-08-29
Use time_t for time values.
Andrei Karas
1
-7
/
+7
2016-08-24
Remove function PlayerInfo::updateMoveAI.
Andrei Karas
1
-2
/
+0
2016-08-22
Add some missing consts.
Andrei Karas
1
-2
/
+2
2016-08-09
Fix compilation after last commit.
Andrei Karas
1
-0
/
+1
2016-08-07
Add player wall collision type (5).
Andrei Karas
1
-1
/
+4
2016-07-29
Add some missing tmwa defines.
Andrei Karas
1
-0
/
+2
2016-07-28
Remove define EATHENA_SUPPORT from all code.
Andrei Karas
1
-6
/
+0
2016-07-27
Impliment packet SMSG_HOMUNCULUS_EXP 0x0b22.
Andrei Karas
1
-0
/
+13
2016-07-25
Add into player attributes prefix PLAYER_.
Andrei Karas
1
-8
/
+8
2016-07-23
Allow delete untracker being particle effects.
Andrei Karas
1
-1
/
+1
2016-07-21
Fix style issue in localplayer.cpp
Andrei Karas
1
-1
/
+0
2016-07-21
Fix initial reading configuration option sync player move distance.
Andrei Karas
1
-2
/
+2
2016-07-21
Add packet SMSG_WALK_ERROR 0x0b21.
Andrei Karas
1
-1
/
+5
2016-07-17
Freeze plater while casting skill.
Andrei Karas
1
-2
/
+23
2016-07-10
Add support for initial particle effect for effect from status-effects.xml
Andrei Karas
1
-2
/
+5
2016-05-20
Fix code style.
Andrei Karas
1
-1
/
+1
2016-05-09
Add settings for set distance for start syncyng player.
Andrei Karas
1
-1
/
+5
2016-05-09
Fix distance to fix if auto fix position disabled to 7.
Andrei Karas
1
-1
/
+1
2016-05-05
Change follow from long distance move to naviate to point.
Andrei Karas
1
-4
/
+4
2016-04-27
Add packet SMSG_PLAYER_KILLED_BY 0x0b1d.
Andrei Karas
1
-1
/
+2
2016-04-17
Fix code style.
Andrei Karas
1
-1
/
+1
2016-04-05
Remove quotes from pragmas.
Andrei Karas
1
-3
/
+3
2016-03-26
Fix code style.
Andrei Karas
1
-1
/
+1
2016-03-23
Add status effect id type from int to int32_t.
Andrei Karas
1
-1
/
+1
2016-03-22
Not allow moving from sit state if server not support it.
Andrei Karas
1
-0
/
+7
2016-03-12
Fix wrong moving to target if was used attack by mouse.
Andrei Karas
1
-1
/
+1
2016-03-07
Disable all legacy "magic" commands if server type not tmwa.
Andrei Karas
1
-0
/
+6
2016-03-07
Change desync detection to simpler way.
Andrei Karas
1
-19
/
+7
2016-03-05
Replace in Being getter getName to mName.
Andrei Karas
1
-15
/
+18
2016-03-05
Replace most getters callc getTileX/getTileY to direct variables usage.
Andrei Karas
1
-33
/
+33
2016-03-05
Replace in Being speed field from vector to int.
Andrei Karas
1
-1
/
+1
2016-03-05
Use in most places int being positions and not float.
Andrei Karas
1
-48
/
+51
2016-03-05
Rename actor functions getPosition and setPosition.
Andrei Karas
1
-11
/
+12
2016-03-05
Removing usage getters getActorX/getActorY from being and localplayer.
Andrei Karas
1
-3
/
+4
2016-03-04
Remove getter getSprite from compoundsprite.
Andrei Karas
1
-1
/
+1
2016-03-03
Fix desync between client and server while moving.
Andrei Karas
1
-49
/
+51
2016-02-23
Fix compilation with gcc 4.4 or older.
Andrei Karas
1
-3
/
+3
2016-02-23
Add pragmas for disable -Wswitch-bool in some places.
Andrei Karas
1
-0
/
+3
2016-02-22
Add more missing consts.
Andrei Karas
1
-1
/
+1
2016-02-20
Add missing const in being directory.
Andrei Karas
1
-5
/
+9
2016-02-08
Allow attack also if casting animation active.
Andrei Karas
1
-2
/
+6
[next]