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
/
beingrecv.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-16
Split ParticleEngine from Particle class.
Andrei Karas
1
-2
/
+2
2016-03-13
For skill units in context menu show creator name or id.
Andrei Karas
1
-2
/
+4
2016-03-10
For unknown packet field values show packet id and field value.
Andrei Karas
1
-7
/
+7
2016-03-08
Move stat constants from ea namespace into tmwa and eathena.
Andrei Karas
1
-7
/
+5
2016-03-07
Fix ping if player in party or guild (hercules).
Andrei Karas
1
-0
/
+4
2016-03-06
Add support for two new equipment slots in hercules.
Andrei Karas
1
-0
/
+10
2016-03-06
Add comment in BeingRecv::processBeingChangeLookContinue
Andrei Karas
1
-0
/
+3
2016-03-05
Replace in Being speed field from vector to int.
Andrei Karas
1
-3
/
+3
2016-03-01
Fix reading packet SMSG_BEING_FAKE_NAME.
Andrei Karas
1
-1
/
+1
2016-02-21
Remove useless checks.
Andrei Karas
1
-2
/
+1
2016-02-20
Add missing const in net directory.
Andrei Karas
1
-9
/
+9
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-31
/
+31
2016-02-07
Read whole SMSG_BEING_RESURRECT if being not exists.
Andrei Karas
1
-0
/
+1
2016-02-07
Read whole SMSG_BEING_SELFEFFECT packet if being not exists.
Andrei Karas
1
-0
/
+2
2016-02-03
Add option for saving mapping between account id and nicks.
Andrei Karas
1
-5
/
+7
2016-01-17
Move cards constants into separate file.
Andrei Karas
1
-3
/
+5
2016-01-13
Add support for packet version 20150513.
Andrei Karas
1
-0
/
+7
2016-01-05
Change packet version to 11. Impliment fixed packets for same version.
Andrei Karas
1
-0
/
+10
2016-01-04
Fix some typos.
Andrei Karas
1
-1
/
+1
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-11-24
Impliment packet SMSG_SPIRIT_BALLS.
Andrei Karas
1
-12
/
+5
2015-11-16
Switch camera to default mode after slide.
Andrei Karas
1
-0
/
+4
2015-11-14
Add cast action to beings.
Andrei Karas
1
-2
/
+5
2015-11-13
Impliment packet SMSG_GRAFFITI_VISIBLE.
Andrei Karas
1
-0
/
+21
2015-11-10
Add support for casting status effect on ground.
Andrei Karas
1
-2
/
+4
2015-11-09
Impliment packets SMSG_SKILL_ENTRY and SMSG_BEING_REMOVE_SKILL.
Andrei Karas
1
-11
/
+22
2015-11-09
Impliment packet SMSG_BEING_SLIDE.
Andrei Karas
1
-4
/
+14
2015-10-28
Add missing check in receiving being packets.
Andrei Karas
1
-4
/
+4
2015-10-19
Add extended riding support (hercules)
Andrei Karas
1
-9
/
+23
2015-10-18
Join "option" to opt2 (status effect) for using as effects (hercules)
Andrei Karas
1
-10
/
+9
2015-09-25
Fix being states (hercules)
Andrei Karas
1
-1
/
+33
2015-09-20
Fix processBeingRemoveSkill name.
Andrei Karas
1
-1
/
+1
2015-09-10
Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME.
Andrei Karas
1
-0
/
+8
2015-09-01
Add missing handler for skill cancel packet.
Andrei Karas
1
-0
/
+5
2015-08-29
Fix code style.
Andrei Karas
1
-4
/
+4
2015-08-24
Rename being receive handler into beingrecv.
Andrei Karas
1
-0
/
+1670