index
:
mana/plus
CI_test_var
c++17_deprecated_func
camel
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
jak1/pipeline_improvments
jesusalva/itpopup
jesusalva/mplint
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
old-stable
rename_and_cleanup
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
/
beingrecv.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-12
Add packet SMSG_SKILL_CASTING 0x0b1a
Andrei Karas
1
-4
/
+46
2019-01-01
Update copyright year.
Andrei Karas
1
-1
/
+1
2018-11-27
Remove extra ; from different code.
Andrei Karas
1
-1
/
+1
2018-11-05
Fix code style.
Andrei Karas
1
-5
/
+14
2018-11-03
Add packet SMSG_BEING_REMOVE_SPECIAL_EFFECT 0x0b0d.
Andrei Karas
1
-0
/
+7
2018-10-29
Fix code style.
s20181102
Andrei Karas
1
-1
/
+1
2018-09-26
Add packet SMSG_BEING_VIEW_EQUIPMENT2 0x0b03.
Andrei Karas
1
-0
/
+33
2018-09-25
Add packet SMSG_PLAYER_GUILD_PARTY_INFO 0x0a30.
Andrei Karas
1
-0
/
+36
2018-09-06
Drop support for plugin version 17.
Andrei Karas
1
-2
/
+1
2018-09-06
Drop support for plugin version 16.
Andrei Karas
1
-1
/
+1
2018-09-06
Drop support for plugin version 15.
Andrei Karas
1
-48
/
+12
2018-07-26
Add support for changed item id size in packets.
Andrei Karas
1
-10
/
+26
2018-05-23
Remove extra includes.
Andrei Karas
1
-1
/
+0
2018-05-20
Show gm revive button in death dialog if player have rights for @alive command.
Andrei Karas
1
-1
/
+1
2018-04-17
Update BeingRecv::processSolveCharName for new zero protocol versions.
Andrei Karas
1
-1
/
+3
2018-04-07
Add packet SMSG_BEING_HAT_EFFECTS 0x0a3b.
Andrei Karas
1
-0
/
+14
2018-04-06
Add packet SMSG_SOLVE_CHAR_NAME 0x0af7.
Andrei Karas
1
-0
/
+10
2018-04-02
Read whole packet in BeingRecv::processBeingSpecialEffect even if being not f...
Andrei Karas
1
-0
/
+3
2018-03-04
Add support for hightlight attribute in groups.xml
Andrei Karas
1
-4
/
+0
2018-02-13
Store clan names into each player being.
Andrei Karas
1
-0
/
+18
2018-02-12
Fix code style. Add missing actorManager null checks.
Andrei Karas
1
-1
/
+16
2018-01-04
Update copyrights year.
Andrei Karas
1
-1
/
+1
2017-12-22
Remove default parameters from effectmanager.
Andrei Karas
1
-2
/
+2
2017-12-17
Remove default parameters from localplayer.
Andrei Karas
1
-2
/
+2
2017-12-17
Remove default parameter from Being::updateSprite.
Andrei Karas
1
-12
/
+36
2017-12-16
Remove default parameters from Being::takeDamage.
Andrei Karas
1
-1
/
+1
2017-11-08
Add npc option for allow equipment.
Andrei Karas
1
-11
/
+14
2017-11-08
Allow draw npc equipment sprites (only basic slots).
Andrei Karas
1
-0
/
+11
2017-11-07
Simplify set basic equipment for beings.
Andrei Karas
1
-146
/
+110
2017-08-30
Move some variables to better scope.
Andrei Karas
1
-3
/
+6
2017-08-14
Replace static members usage from pointers to direct classes.
Andrei Karas
1
-4
/
+4
2017-08-10
Read whole packet in processPlayerStatusChange if being not found.
Andrei Karas
1
-0
/
+9
2017-07-17
Fix issues detected by coverity.
Andrei Karas
1
-1
/
+3
2017-07-13
Set group id from net code to not only local player.
Andrei Karas
1
-8
/
+8
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
-10
/
+7
2017-06-29
Move foreach macroses into separate file.
Andrei Karas
1
-0
/
+1
2017-06-19
Auto close death dialog if local player resurrected.
Andrei Karas
1
-1
/
+10
2017-06-07
Fix clang-tidy check readability-implicit-bool-cast.
Andrei Karas
1
-109
/
+110
2017-05-01
Improve ServerFeatures haveExtendedRiding.
Andrei Karas
1
-10
/
+3
2017-04-20
Drop support server packet version 10 (Nov 15 2015).
Andrei Karas
1
-10
/
+3
2017-04-05
Add chat command for translate message from player language to english.
Andrei Karas
1
-0
/
+2
2017-04-04
Show player language badge.
Andrei Karas
1
-1
/
+3
2017-04-04
Add language field in packet SMSG_BEING_ATTRS.
Andrei Karas
1
-0
/
+2
2017-03-06
Fix packet warnings for server plugin version < 16.
Andrei Karas
1
-12
/
+48
2017-03-06
Fix packets for updated hercules.
Andrei Karas
1
-0
/
+9
2017-01-17
Remove support for hercules plugin version 6.
Andrei Karas
1
-2
/
+0
2017-01-03
Update copyright year.
Andrei Karas
1
-1
/
+1
2016-11-11
Fix typo implimented -> implemented.
Andrei Karas
1
-28
/
+28
2016-10-04
Move beingtype into enums directory.
Andrei Karas
1
-9
/
+9
[next]