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 (
Expand
)
Author
Files
Lines
2018-09-26
Add packet SMSG_OVERWEIGHT_PERCENT 0x0ade.
Andrei Karas
3
-0
/
+25
2018-09-26
Add packet CMSG_PLAYER_SELECT_STYLE2 0x0afc.
Andrei Karas
2
-8
/
+43
2018-09-25
Add packet SMSG_PLAYER_SET_TITLE_ACK 0x0a2f.
Andrei Karas
3
-0
/
+11
2018-09-25
Add packet CMSG_PLAYER_SET_TITLE 0x0a2e.
Andrei Karas
6
-0
/
+25
2018-09-25
Add packet SMSG_FORMAT_MESSAGE_STRING_COLOR 0x0a6f.
Andrei Karas
3
-0
/
+14
2018-09-25
Change client protocol version to 25.
Andrei Karas
1
-1
/
+1
2018-09-25
Add packet SMSG_PLAYER_GUILD_PARTY_INFO 0x0a30.
Andrei Karas
3
-0
/
+43
2018-09-25
Add packet SMSG_GUILD_SET_POSITION 0x0afd.
Andrei Karas
3
-0
/
+24
2018-09-25
Add packet SMSG_GUILD_EXPULSION2 0x0a82.
Andrei Karas
3
-0
/
+22
2018-09-25
Add packet SMSG_GUILD_LEAVE2 0x0a83.
Andrei Karas
3
-0
/
+65
2018-09-25
Update packet versions for packet SMSG_MVP_EXP.
Andrei Karas
1
-1
/
+13
2018-09-25
Update packet versions for packet SMSG_PARTY_MEMBER_JOB_LEVEL.
Andrei Karas
1
-0
/
+12
2018-09-25
Update packet versions for packets SMSG_PARTY_MEMBER_INFO and SMSG_PARTY_INFO.
Andrei Karas
2
-3
/
+28
2018-09-25
Add missing field into ChatRecv::processWhisperResponse.
Andrei Karas
1
-1
/
+1
2018-09-25
Add packet SMSG_SKILL_WARP_POINT 0x0abe.
Andrei Karas
3
-1
/
+33
2018-09-25
Add packet SMSG_ITEM_MOVE_FAILED 0x0aa7.
Andrei Karas
3
-0
/
+30
2018-09-06
Drop support for plugin version 18.
Andrei Karas
2
-57
/
+15
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
2
-49
/
+13
2018-09-06
Drop support for plugin version 14.
Andrei Karas
1
-2
/
+2
2018-08-19
Remove extra includes.
Andrei Karas
3
-9
/
+0
2018-08-06
Play item usage sound to every player around.
Andrei Karas
1
-9
/
+25
2018-08-06
Move InventoryRecv::processPlayerInventoryUse from ea namespace into tmwa and...
Andrei Karas
8
-29
/
+55
2018-07-30
Split updateprotocol.cpp into files for lower memory usage in compilation.
Andrei Karas
7
-7
/
+234
2018-07-28
Fix deheader include issue [ci skip].
Andrei Karas
1
-0
/
+1
2018-07-27
Fix packet SMSG_PARTY_INFO for 2017+ packet version.
Andrei Karas
1
-6
/
+8
2018-07-27
Add support for main/re/zero packet versions in MessageIn class.
Andrei Karas
2
-2
/
+32
2018-07-27
Add packet CMSG_PLAYER_SELECT_STYLE 0x0afc.
Andrei Karas
6
-5
/
+19
2018-07-27
Fix code style.
Andrei Karas
3
-8
/
+8
2018-07-27
Add new chanaged packet where item id with size int32 was introduced.
Andrei Karas
4
-7
/
+51
2018-07-27
Add packet SMSG_LOGIN_ERROR2 0x0b02
Andrei Karas
1
-0
/
+7
2018-07-26
Fix version check in packet RouletteRecv::processRouletteInfoAckType.
Andrei Karas
1
-1
/
+1
2018-07-26
Update shuffle packets for new packet versions.
Andrei Karas
4
-102
/
+11691
2018-07-26
Fix version check for packet CMSG_NPC_CASH_SHOP_REQUEST_TAB.
Andrei Karas
1
-1
/
+4
2018-07-26
Remove server version check for outdated server version.
Andrei Karas
1
-1
/
+1
2018-07-26
Add support for changed item id size in packets.
Andrei Karas
34
-132
/
+221
2018-07-14
Update packet SMSG_ROULETTE_INFO_ACK_TYPE 0x0a1c.
Andrei Karas
2
-2
/
+17
2018-07-14
Update versions for packet SMSG_PRIVATE_AIRSHIP_RESPONSE 0x0A4A.
Andrei Karas
1
-0
/
+6
2018-07-14
Update packet CMSG_PRIVATE_AIRSHIP_REQUEST 0x0a49.
Andrei Karas
2
-1
/
+11
2018-07-14
Update packet SMSG_SEARCHSTORE_SEARCH_ACK 0x0836 for new versions.
Andrei Karas
2
-0
/
+15
2018-07-14
Rename packet CMSG_PLAYER_SET_EQUIPMENT_VISIBLE into CMSG_SET_CONFIG_OPTION.
Andrei Karas
6
-9
/
+14
2018-07-14
Add packet SMSG_PET_EVOLUTION_RESULT 0x09fc
Andrei Karas
3
-0
/
+10
2018-07-14
Add packet CMSG_PET_EVOLUTION 0x09fb.
Andrei Karas
6
-0
/
+35
2018-07-14
Add packet SMSG_CHAR_PINCODE_STATUS2 0x0ae9.
Andrei Karas
3
-30
/
+35
2018-06-30
Rename "other" gender into "hidden" gender.
Andrei Karas
8
-9
/
+9
2018-06-18
Fix some style issues after automatic checks.
Andrei Karas
2
-3
/
+2
2018-06-15
Add packet CMSG_PLAYER_SELECT_STYLE_ACK 0x0a47.
Andrei Karas
3
-0
/
+13
2018-06-14
Add packet CMSG_PLAYER_SELECT_STYLE 0x0a46.
Andrei Karas
6
-0
/
+53
2018-06-10
Disable additional field in SkillHandler::usePos.
Andrei Karas
1
-0
/
+3
[next]