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
Age
Commit message (
Collapse
)
Author
Files
Lines
2014-09-15
eathena: add support for packet CMSG_PLAYER_AUTO_REVIVE 0x0292.
Andrei Karas
6
-0
/
+15
2014-09-14
eathena: add partial support for packet SMSG_PVP_INFO 0x0210.
Andrei Karas
4
-2
/
+18
2014-09-14
eathena: add packet CMSG_PVP_INFO 0x020f.
Andrei Karas
6
-0
/
+17
2014-09-14
eathena: fix packet SMSG_PLAYER_STATUS_CHANGE 0x0229.
Andrei Karas
3
-4
/
+4
2014-09-14
Move processPlaterStatusChange from ea namespace into eathena and tmwa.
Andrei Karas
6
-30
/
+60
2014-09-14
eathena: add partial support for packet SMSG_SKILL_ENTRY 0x09ca.
Andrei Karas
4
-1
/
+22
2014-09-14
eathena: add partial support for packet SMSG_SKILL_GROUND_NO_DAMAGE 0x0117.
Andrei Karas
3
-0
/
+19
2014-09-14
Use haveServerHp feature in getting hp in tmwa.
Andrei Karas
1
-2
/
+5
Also use haveServerHp in drawing hp bar.
2014-09-14
Add server feature haveServerHp.
Andrei Karas
5
-0
/
+17
2014-09-14
eathena: fix updating hp.
Andrei Karas
1
-9
/
+15
2014-09-14
fix default port if tmwa support enabled.
Andrei Karas
2
-6
/
+6
2014-09-14
Fix compilation warnings.
Andrei Karas
2
-4
/
+0
2014-09-14
Add configure and cmake option to enable/disable compilation for tmwa/evol.
Andrei Karas
3
-3
/
+21
Tmwa/evol by default enabled.
2014-09-14
eathena: remove unsued packet SMSG_CHAR_CREATE_SUCCEEDED2.
Andrei Karas
2
-2
/
+0
2014-09-14
eathena: fix packet size SMSG_CHAR_CREATE_SUCCEEDED 0x006d.
Andrei Karas
1
-1
/
+1
2014-09-14
eathena: remove stats from char creation dialog.
Andrei Karas
1
-23
/
+1
2014-09-14
Move setCharCreateDialog from ea namespace into eathena and tmwa.
Andrei Karas
6
-46
/
+96
2014-09-13
eathena: add partial support for packet SMSG_FORMAT_MESSAGE_SKILL 0x07e6.
Andrei Karas
4
-1
/
+19
2014-09-13
eathena: add partial support for packet SMSG_FORMAT_MESSAGE_NUMBER 0x07e2.
Andrei Karas
4
-2
/
+19
2014-09-13
eathena: add partical support for SMSG_BEING_SPECIAL_EFFECT 0x01f3.
Andrei Karas
3
-0
/
+16
2014-09-13
eathena: add partial support for packet SMSG_FORMAT_MESSAGE 0x0291.
Andrei Karas
4
-1
/
+18
2014-09-13
eathena: remove some special chars from gm messages.
Andrei Karas
1
-0
/
+4
2014-09-13
Split processChat for each packet type.
Andrei Karas
4
-14
/
+41
2014-09-13
Split processChat into two functions with net code and without.
Andrei Karas
4
-2
/
+16
2014-09-13
Split processChat for gm messages and all other.
Andrei Karas
4
-25
/
+105
2014-09-13
fix compilation warnings.
Andrei Karas
1
-3
/
+1
2014-09-13
Split processCharCreate for each packet type.
Andrei Karas
3
-4
/
+26
2014-09-13
Move processCharCreate from ea namespace into eathena and tmwa.
Andrei Karas
6
-20
/
+44
2014-09-13
eathena: update to hercules version 20150000.
Andrei Karas
3
-8
/
+17
2014-09-13
eathena: update to hercules version 20140416.
Andrei Karas
1
-3
/
+3
2014-09-13
eathena: update to hercules version 20140402.
Andrei Karas
1
-3
/
+3
2014-09-13
eathena: update to hercules version 20140305.
Andrei Karas
1
-3
/
+3
2014-09-13
eathena: update to hercules version 20140115 and 20140205.
Andrei Karas
1
-3
/
+3
In 20140205 was no changes for implimented packets.
2014-09-13
Remove duplicate packet id CMSG_PLAYER_ATTACK.
Andrei Karas
4
-4
/
+2
2014-09-13
eathena: update to hercules version 20131230.
Andrei Karas
1
-5
/
+5
2014-09-13
In inventoryhandler use for each packet own function.
Andrei Karas
4
-71
/
+118
2014-09-12
fix code style.
Andrei Karas
23
-82
/
+85
2014-09-11
eathena: add packet CMSG_EXPLOSION_SPIRITS 0x01ed.
Andrei Karas
6
-0
/
+15
2014-09-11
eathena: add packet CMSG_DORI_DORI 0x01e7.
Andrei Karas
6
-0
/
+16
2014-09-11
eathena: add partial support for packet SMSG_CHAT_IGNORE_LIST 0x00d4.
Andrei Karas
3
-0
/
+17
2014-09-11
eathena: add packet CMSG_REQUEST_IGNORE_LIST 0x00d3.
Andrei Karas
6
-0
/
+16
2014-09-11
add packet CMSG_IGNORE_NICK 0x00cf.
Andrei Karas
7
-0
/
+44
2014-09-11
eathena: add packet CMSG_ADMIN_UNEQUIP_ALL 0x07f5.
Andrei Karas
6
-0
/
+20
2014-09-11
eathena: add partial support for packet SMSG_ADMIN_SET_TILE_TYPE 0x0192.
Andrei Karas
3
-0
/
+16
2014-09-11
eathena: add packet CMSG_ADMIN_SET_TILE_TYPE 0x0198.
Andrei Karas
6
-0
/
+24
2014-09-11
Fix packet name SMSG_ADMIN_GET_LOGIN_ACK.
Andrei Karas
2
-3
/
+3
2014-09-11
eathena: add partial support for packet CMSG_ADMIN_GET_LOGIN_ACK 0x01e0.
Andrei Karas
3
-0
/
+14
2014-09-11
eathena: add packet CMSG_ADMIN_ID_TO_LOGIN 0x01df.
Andrei Karas
6
-0
/
+20
2014-09-11
eathena: add packet CMSG_ADMIN_MUTE_NAME 0x0212.
Andrei Karas
6
-0
/
+16
2014-09-11
eathena: add packet CMSG_ADMIN_MUTE 0x0149.
Andrei Karas
6
-7
/
+18
[next]