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
2016-05-11
Remove duplicates in packetsout.inc
Andrei Karas
1
-3
/
+0
2016-05-08
Add packets for packet version 20151001.
Andrei Karas
1
-0
/
+29
2016-05-07
Impliment packets for packet version 20150916.
Andrei Karas
1
-1
/
+30
2016-05-07
Add packet SMSG_ADD_MAP_MARKER 0x09c1.
Andrei Karas
3
-0
/
+10
2016-05-06
Fix indent in sdltcpnet.cpp
Andrei Karas
1
-3
/
+3
2016-05-06
Fix code style.
Andrei Karas
1
-1
/
+1
2016-05-01
Read whole packet SMSG_BEING_IP_RESPONSE if player not present.
Andrei Karas
1
-1
/
+5
2016-05-01
Fix another one old style cast warning in sdltcpnet.
Andrei Karas
1
-0
/
+3
2016-05-01
Guard include sdltcpnet.h with pragma in all files.
Andrei Karas
2
-0
/
+9
2016-05-01
Fix include order in sdltcpnet.
Andrei Karas
2
-5
/
+6
2016-05-01
Apply ignore pragma -Wold-style-cast only for clang > 3.7
Andrei Karas
1
-3
/
+3
2016-05-01
Disable warning -Wold-style-cast in SDL_net.h.
Andrei Karas
1
-0
/
+4
2016-04-28
Add workaround for fix compilation warnings in SDL2.
Andrei Karas
1
-0
/
+8
2016-04-27
Impliment packet CMSG_LOGIN_REGISTER_HAN.
Andrei Karas
1
-5
/
+20
2016-04-27
Add packet SMSG_PLAYER_KILLED_BY 0x0b1d.
Andrei Karas
6
-2
/
+42
2016-04-27
Add server feature HaveKillerId.
Andrei Karas
3
-0
/
+6
2016-04-27
Fix reading whole packet SMSG_BEING_RESURRECT (tmwa).
Andrei Karas
1
-2
/
+2
2016-04-23
Fix code style.
Andrei Karas
8
-12
/
+13
2016-04-21
Add option for enable/disable remote commands.
Andrei Karas
1
-1
/
+5
2016-04-21
Disable remote chat commands in away mode.
Andrei Karas
1
-0
/
+4
2016-04-20
Add old versions for packet CMSG_MAP_SERVER_CONNECT.
Andrei Karas
2
-7
/
+41
2016-04-20
Add packet CMSG_TAEKWON_RANKS 0x0225
Andrei Karas
6
-0
/
+25
2016-04-19
Add packet CMSG_PLAYER_LESS_EFFECTS 0x021d.
Andrei Karas
6
-0
/
+26
2016-04-19
Add packet CMSG_SKILL_FEEL_SAVE_OK 0x0254
Andrei Karas
6
-0
/
+28
2016-04-19
Add missing version for packet CMSG_SOLVE_CHAR_NAME.
Andrei Karas
1
-0
/
+1
2016-04-19
Fix packet definition for different versions CMSG_SEARCHSTORE_SEARCH.
Andrei Karas
1
-0
/
+71
2016-04-19
Add different versions for packet CMSG_SKILL_USE_POSITION_MORE.
Andrei Karas
1
-1
/
+5
2016-04-19
Add different versions for packet CMSG_FRIENDS_ADD_PLAYER.
Andrei Karas
1
-1
/
+10
2016-04-19
Add different versions for packet CMSG_PARTY_INVITE2.
Andrei Karas
1
-1
/
+8
2016-04-19
Add different versions for packet CMSG_MAP_SERVER_CONNECT.
Andrei Karas
1
-1
/
+10
2016-04-19
Add different versions for packet CMSG_PLAYER_CHANGE_ACT.
Andrei Karas
1
-1
/
+5
2016-04-19
Add all versions for packet CMSG_MOVE_FROM_STORAGE.
Andrei Karas
1
-1
/
+9
2016-04-19
Add missing login server packets and add comments to some packets.
Andrei Karas
2
-4
/
+13
2016-04-19
Impliment some versioned packets.
Andrei Karas
1
-6
/
+50
2016-04-17
Revert "Remove override keyword, if it present with final."
Andrei Karas
78
-806
/
+806
2016-04-17
Fix code style.
Andrei Karas
2
-1
/
+2
2016-04-17
Remove override keyword, if it present with final.
Andrei Karas
78
-806
/
+806
2016-04-17
Add packet version logging before load packets for given version.
Andrei Karas
1
-0
/
+3
2016-04-15
Change packet version to 6 (tmwa)
Andrei Karas
2
-3
/
+13
2016-04-14
For tmwa server version >= 0x100408 not send nick in chat message.
Andrei Karas
1
-6
/
+17
2016-04-14
Add packet SMSG_PLAYER_CLIENT_COMMAND 0x0230 (tmwa)
Andrei Karas
1
-0
/
+1
2016-04-14
Move function PlayerRecv::processPlayerClientCommand into ea namespace.
Andrei Karas
5
-17
/
+21
2016-04-14
Add name for default server updates group.
Andrei Karas
1
-0
/
+5
2016-04-14
Add support for different groups of update servers reading from servers list.
Andrei Karas
2
-0
/
+45
2016-04-08
Fix code style.
Andrei Karas
4
-4
/
+5
2016-04-07
Move packet CMSG_QUICK_IDENTIFY_ITEM definition.
Andrei Karas
1
-3
/
+2
2016-04-07
Add different versions for packet CMSG_ITEM_PICKUP.
Andrei Karas
1
-2
/
+19
2016-04-07
Add different versions for packet CMSG_SKILL_USE_POSITION.
Andrei Karas
1
-1
/
+8
2016-04-06
Add different versions for packet CMSG_PLAYER_INVENTORY_DROP.
Andrei Karas
1
-1
/
+9
2016-04-06
Add different versions for packet CMSG_PLAYER_CHANGE_DIR.
Andrei Karas
1
-1
/
+16
[next]