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
Age
Commit message (
Collapse
)
Author
Files
Lines
2014-09-06
eathena: fix packet SMSG_PLAYER_INVENTORY_ADD 0x0990.
Andrei Karas
3
-18
/
+23
2014-09-06
move processPlayerInventoryAdd from ea namespace into tmwa and eathena.
Andrei Karas
6
-69
/
+145
2014-09-06
eathena: impliment packet SMSG_QUEST_REMOVE 0x02b4.
Andrei Karas
4
-1
/
+28
2014-09-06
eathena: partially impliment packet SMSG_PLAYER_GET_EXP 0x07f6.
Andrei Karas
4
-1
/
+21
2014-09-06
eathena: fix moving speed.
Andrei Karas
1
-6
/
+3
2014-09-06
eathena: partially impliment packet SMSG_QUEST_UPDATE_OBJECTIVES 0x02b5.
Andrei Karas
4
-1
/
+24
2014-09-06
eathena: partially impliment packet SMSG_QUEST_LIST_OBJECTIVES 0x02b2.
Andrei Karas
4
-1
/
+29
2014-09-06
eathena: impliment packet SMSG_QUEST_LIST 0x02b1.
Andrei Karas
4
-1
/
+28
2014-09-06
From build scripts remove gcc option -Wdisabled-optimization.
Andrei Karas
2
-2
/
+6
2014-09-06
fix compilation warnings
Andrei Karas
4
-5
/
+5
2014-09-06
eathena: add basic handling for packet SMSG_QUEST_ADD 0x02b3.
Andrei Karas
8
-2
/
+142
2014-09-06
eathena: fix id for many packets.
Andrei Karas
1
-23
/
+21
2014-09-06
eathena: remove some unused packets.
Andrei Karas
3
-10
/
+0
2014-09-06
eathena: fix packet id for CMSG_PLAYER_ATTACK 0x0369.
Andrei Karas
1
-1
/
+1
2014-09-06
add packet comments in gamehandler.
Andrei Karas
3
-15
/
+16
2014-09-06
add packet comments in chathandler.
Andrei Karas
3
-57
/
+60
2014-09-06
add packet comments in buysellhandler.
Andrei Karas
3
-19
/
+19
2014-09-06
add packet comments into charserverhandler.
Andrei Karas
3
-104
/
+118
2014-09-06
add packet comments into login handler.
Andrei Karas
3
-43
/
+41
2014-09-06
Remove server version check for set item colors palette.
Andrei Karas
1
-14
/
+4
2014-09-06
eathena: fix id for packet CMSG_NAME_REQUEST 0x096a.
Andrei Karas
1
-1
/
+1
2014-09-06
eathena: handle packet SMSG_SERVER_PING 0x007f.
Andrei Karas
2
-0
/
+8
2014-09-06
eathena: add partial support for packet SMSG_MAP_TYPE_PROPERTY2 0x099b.
Andrei Karas
4
-1
/
+16
2014-09-06
eathena: add handling packet SMSG_COLOR_MESSAGE 0x02c1.
Andrei Karas
1
-1
/
+10
2014-09-06
Move processChat from ea namespace into tmwa and eathena.
Andrei Karas
6
-76
/
+140
2014-09-06
eathena: add into db packet SMSG_COLOR_MESSAGE 0x02c1.
Andrei Karas
2
-1
/
+2
2014-09-06
eathena: add comments in packet SMSG_PLAYER_SHOW_EQUIP 0x02da.
Andrei Karas
1
-1
/
+1
2014-09-06
eathena: impliment packet SMSG_PARTY_INVITATION_STATS 0x02c9.
Andrei Karas
2
-0
/
+12
2014-09-06
Fix compilation errors in playerhandler.
Andrei Karas
1
-24
/
+25
2014-09-06
eathena: add into db packet SMSG_PARTY_INVITATION_STATS 0x02c9.
Andrei Karas
2
-1
/
+2
2014-09-06
eathena: fix handling packet SMSG_PLAYER_STAT_UPDATE_5 0x00bd.
Andrei Karas
1
-40
/
+47
2014-09-06
Move processPlayerStatUpdate5 from ea namespace into tmwa and eathena.
Andrei Karas
6
-76
/
+158
2014-09-06
eathena: fix handling packet SMSG_PLAYER_SHORTCUTS 0x07d9.
Andrei Karas
3
-5
/
+5
2014-09-06
eathena: fix packet parsing SMSG_PLAYER_SKILLS 0x010f.
Andrei Karas
1
-8
/
+7
2014-09-06
Move processPlayerSkills from ea namespace into tmwa and eathena.
Andrei Karas
6
-32
/
+74
2014-09-06
eathena: fix handling packet SMSG_BEING_VISIBLE 0x0857.
Andrei Karas
1
-25
/
+24
2014-09-06
eathena: fix id for packet SMSG_BEING_VISIBLE 0x0857.
Andrei Karas
2
-2
/
+2
2014-09-06
eathena: add being type enum.
Andrei Karas
3
-0
/
+47
2014-09-06
eathena: fix warning in gamehandler.
Andrei Karas
1
-2
/
+1
2014-09-06
add packet comments in beinghandler.
Andrei Karas
3
-226
/
+231
2014-09-06
add packet comments in adminhandler.
Andrei Karas
2
-12
/
+12
2014-09-06
eathena: add missing fields in processPlayerEquipment.
Andrei Karas
2
-20
/
+22
2014-09-06
In debug packets logging also display offset.
Andrei Karas
8
-33
/
+68
2014-09-06
Move processPlayerEquipment from ea into tmwa and eathena namespace.
Andrei Karas
6
-51
/
+106
2014-09-06
eathena: update id for packet SMSG_PLAYER_EQUIPMENT.
Andrei Karas
1
-1
/
+1
2014-09-06
add fields comments in processBeingChangeLook.
Andrei Karas
1
-4
/
+5
2014-09-06
eathena: fix packet id CMSG_CLIENT_PING 0x035f.
Andrei Karas
1
-1
/
+1
2014-09-06
use pauseDispatch in processMapLogin.
Andrei Karas
2
-0
/
+6
2014-09-06
add ability to delay network messages dispatch.
Andrei Karas
4
-1
/
+15
2014-09-06
eathena: fix packet handling SMSG_MAP_LOGIN_SUCCESS 0x02eb.
Andrei Karas
1
-4
/
+8
[next]