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
/
net
/
eathena
/
playerrecv.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-26
Add support for changed item id size in packets.
Andrei Karas
1
-1
/
+2
2018-06-30
Rename "other" gender into "hidden" gender.
Andrei Karas
1
-2
/
+2
2018-06-15
Add packet CMSG_PLAYER_SELECT_STYLE_ACK 0x0a47.
Andrei Karas
1
-0
/
+6
2018-03-04
Add support for hightlight attribute in groups.xml
Andrei Karas
1
-4
/
+0
2018-02-12
Fix code style. Add missing actorManager null checks.
Andrei Karas
1
-0
/
+2
2018-01-04
Update copyrights year.
Andrei Karas
1
-1
/
+1
2017-12-17
Remove default parameter from PlayerInfo::setStatMod.
Andrei Karas
1
-5
/
+11
2017-12-17
Remove default parameter from PlayerInfo::setStatBase.
Andrei Karas
1
-12
/
+20
2017-12-17
Remove default parameter from PlayerInfo::setAttribute.
Andrei Karas
1
-3
/
+7
2017-10-23
Remove extra include.
Andrei Karas
1
-1
/
+0
2017-10-18
Add packet SMSG_PLAYER_GET_EXP2 0x0acc.
Andrei Karas
1
-0
/
+20
2017-10-18
Add packet SMSG_PLAYER_STAT_UPDATE_7 0x0acb.
Andrei Karas
1
-0
/
+12
2017-07-14
Replace std::vector into macro STD_VECTOR.
Andrei Karas
1
-1
/
+1
2017-07-13
Set group id from net code to not only local player.
Andrei Karas
1
-2
/
+6
2017-07-12
Rename gm level into group id in localplayer.cpp
Andrei Karas
1
-1
/
+1
2017-07-12
Add packet SMSG_PLAYER_ATTRS 0x0b25.
Andrei Karas
1
-0
/
+14
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-22
/
+22
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-11-11
Fix typo implimented -> implemented.
Andrei Karas
1
-12
/
+12
2016-09-12
Add packet SMSG_PLAYER_HEAL 0x0a27.
Andrei Karas
1
-1
/
+5
2016-07-25
Fix too big lines.
Andrei Karas
1
-6
/
+12
2016-07-25
Add into player attributes prefix PLAYER_.
Andrei Karas
1
-29
/
+31
2016-07-21
Add packet SMSG_WALK_ERROR 0x0b21.
Andrei Karas
1
-0
/
+9
2016-05-29
Fix code style.
Andrei Karas
1
-2
/
+2
2016-05-06
Fix code style.
Andrei Karas
1
-1
/
+1
2016-04-27
Add packet SMSG_PLAYER_KILLED_BY 0x0b1d.
Andrei Karas
1
-1
/
+29
2016-04-23
Fix code style.
Andrei Karas
1
-2
/
+0
2016-04-14
Move function PlayerRecv::processPlayerClientCommand into ea namespace.
Andrei Karas
1
-15
/
+0
2016-04-01
Add packet SMSG_PLAYER_SHORTCUTS 0x07d9.
Andrei Karas
1
-1
/
+2
2016-03-10
For unknown packet field values show packet id and field value.
Andrei Karas
1
-1
/
+1
2016-03-08
Rename Sp attributes to server values. Also add missing values for hercules.
Andrei Karas
1
-1
/
+1
2016-03-08
Move stat constants from ea namespace into tmwa and eathena.
Andrei Karas
1
-3
/
+3
2016-03-08
Fix packet SMSG_PLAYER_HEAL. Now it also update hp/sp.
Andrei Karas
1
-2
/
+21
2016-02-20
Add missing const in net directory.
Andrei Karas
1
-3
/
+3
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-1
/
+1
2016-01-06
Add packet SMSG_DRESS_ROOM_OPEN 0x0a02.
Andrei Karas
1
-0
/
+6
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-10-16
Add protection attribute to input actions. Unsafe actions blocked from remote...
Andrei Karas
1
-1
/
+1
2015-09-11
Fix code style.
Andrei Karas
1
-3
/
+0
2015-09-06
Readd packet SMSG_MAP_MASK (tmwa)
Andrei Karas
1
-9
/
+0
2015-09-04
Remove some useless includes.
Andrei Karas
1
-3
/
+1
2015-08-30
Move receive code from playerhandler into separate file.
Andrei Karas
1
-0
/
+436