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
/
ea
/
beinghandler.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-10
Change format in ActorType enum.
Andrei Karas
1
-13
/
+13
2014-09-10
Read whole packet SMSG_BEING_REMOVE.
Andrei Karas
1
-0
/
+1
2014-09-09
Move processBeingChangeDirection from ea namespace into eathena and tmwa.
Andrei Karas
1
-27
/
+0
2014-09-07
Remove unused includes.
Andrei Karas
1
-11
/
+0
2014-09-06
Improve reading in processPlayerStop.
Andrei Karas
1
-0
/
+4
2014-09-06
Move processBeingMove2 from ea namespace into eathena and tmwa.
Andrei Karas
1
-40
/
+0
2014-09-06
Move processBeingStatusChange from ea namespace into eathena and tmwa.
Andrei Karas
1
-20
/
+0
2014-09-06
Move processSkillCasting from ea namespace into eathena and tmwa.
Andrei Karas
1
-11
/
+0
2014-09-06
fix some packets reading size.
Andrei Karas
1
-0
/
+3
2014-09-06
Move processBeingSpawn from ea namespace into tmwa.
Andrei Karas
1
-13
/
+0
2014-09-06
add comment in processBeingAction.
Andrei Karas
1
-1
/
+1
2014-09-06
add packet comments in beinghandler.
Andrei Karas
1
-75
/
+80
2014-08-30
Remove additional parameters from processBeingVisibleOrMove function.
Andrei Karas
1
-240
/
+0
2014-08-01
Fix code style.
Andrei Karas
1
-1
/
+0
2014-07-30
Add chat command for spawn debug local player copy.
Andrei Karas
1
-20
/
+0
2014-07-30
Rename player_node variable into localPlayer.
Andrei Karas
1
-31
/
+31
2014-07-27
Remove some evol server checks.
Andrei Karas
1
-1
/
+2
2014-07-14
Rename readInt8 into readUInt8 because it really read uint8_t.
Andrei Karas
1
-19
/
+18
2014-07-13
Fix code style.
Andrei Karas
1
-1
/
+1
2014-06-22
Add profiler lines into some functions.
Andrei Karas
1
-1
/
+113
2014-05-18
fix code style.
Andrei Karas
1
-4
/
+4
2014-05-13
Move actor type into separate file.
Andrei Karas
1
-25
/
+25
2014-05-12
Move being action into separate file.
Andrei Karas
1
-14
/
+17
2014-05-12
Fix code style
Andrei Karas
1
-0
/
+2
2014-04-30
Fix code style in net.
Andrei Karas
1
-14
/
+3
2014-01-01
update copyright year in all sources.
Andrei Karas
1
-1
/
+1
2013-12-25
add pet think time.
Andrei Karas
1
-1
/
+0
2013-12-25
add support for pet offsets if owner is sitting.
Andrei Karas
1
-0
/
+1
2013-11-25
prevent update some sprites from move packets and some other.
Andrei Karas
1
-3
/
+2
2013-11-01
Move timers from client into timers file.
Andrei Karas
1
-4
/
+5
2013-10-19
Rename actorspritemanager into actormanager.
Andrei Karas
1
-42
/
+42
2013-10-06
remove unused includes and remove default parameter in being.
Andrei Karas
1
-10
/
+10
2013-09-30
move db files into db directory.
Andrei Karas
1
-1
/
+2
2013-09-30
move windows classes to windows directory.
Andrei Karas
1
-5
/
+7
2013-09-15
remove unused includes from net directory.
Andrei Karas
1
-9
/
+0
2013-09-04
add support for getting full move path from server (evol only).
Andrei Karas
1
-1
/
+2
2013-08-31
move being related files into being dir.
Andrei Karas
1
-3
/
+4
2013-08-31
move particles into particle dir.
Andrei Karas
1
-1
/
+2
2013-08-31
move input related files into input dir.
Andrei Karas
1
-2
/
+3
2013-06-10
add partial support for player looks.
Andrei Karas
1
-5
/
+4
2013-05-30
Limit hair color and hair style only for one byte.
Andrei Karas
1
-2
/
+4
2013-05-27
Fix player sprites in disguise mode.
Andrei Karas
1
-4
/
+10
2013-05-05
Send name request in legacy servers if npc was deleted and created at same time.
Andrei Karas
1
-1
/
+4
2013-04-21
some other fixes from cpplint.
Andrei Karas
1
-3
/
+3
2013-04-21
add owned show time to each emote type.
Andrei Karas
1
-3
/
+1
2013-04-18
add support for using sound delays.
Andrei Karas
1
-7
/
+7
2013-04-14
some more style fixes from cpplint.
Andrei Karas
1
-2
/
+2
2013-04-12
first part of style fixed after cpplint checks.
Andrei Karas
1
-35
/
+23
2013-03-29
fix code style.
Andrei Karas
1
-14
/
+15
2013-03-29
fix processing guildpartyinfo packet.
Andrei Karas
1
-1
/
+7
[next]