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
/
eathena
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-09
eathena: fix id for packet CMSG_SKILL_USE_POSITION 0x091e.
Andrei Karas
1
-1
/
+1
2014-09-09
Fix compilation warnings.
Andrei Karas
2
-3
/
+1
2014-09-09
eathena: add packet CMSG_CHANGE_CART 0x01af.
Andrei Karas
3
-0
/
+8
2014-09-09
eathena: add packet CMSG_REMOVE_OPTION 0x012a.
Andrei Karas
3
-0
/
+7
2014-09-09
eathena: add packet CMSG_MOVE_FROM_CART 0x0127.
Andrei Karas
2
-0
/
+7
2014-09-09
eathena: add packet CMSG_MOVE_TO_CART 0x0126.
Andrei Karas
2
-0
/
+8
2014-09-09
eathena: add packet CMSG_CREAYE_CHAT_ROOM 0x00d5.
Andrei Karas
3
-0
/
+20
2014-09-09
Remove unused packet id CMSG_CHAT_ANNOUNCE.
Andrei Karas
1
-1
/
+0
2014-09-09
eathena: add comments into processBeingChangeDirection.
Andrei Karas
1
-4
/
+5
2014-09-09
Move processBeingChangeDirection from ea namespace into eathena and tmwa.
Andrei Karas
2
-0
/
+29
2014-09-09
eathena: add comments to packet CMSG_PLAYER_CHANGE_DIR fields.
Andrei Karas
1
-2
/
+3
2014-09-09
eathena: add support for packet CMSG_PLAYER_MAPMOVE 0x0140.
Andrei Karas
2
-2
/
+5
2014-09-09
Move AdminHandler::warp from ea namespace into eathena and tmwa.
Andrei Karas
2
-0
/
+14
2014-09-09
eathena: impliment packet CMSG_NPC_COMPLETE_PROGRESS_BAR 0x02f1.
Andrei Karas
3
-0
/
+8
2014-09-09
eathena: add partial support for packet SMSG_NPC_SHOW_PROGRESS_BAR 0x02f0.
Andrei Karas
4
-3
/
+19
2014-09-09
eathena: add packet CMSG_SET_SHORTCUTS 0x02ba.
Andrei Karas
3
-0
/
+17
2014-09-08
eathena: add partial support for packet SMSG_RANKS_LIST 0x097d.
Andrei Karas
4
-1
/
+21
2014-09-08
eathena: add packet CMSG_REQUEST_RANKS 0x097c.
Andrei Karas
3
-0
/
+9
2014-09-08
Improve string to int parsing.
Andrei Karas
1
-15
/
+4
2014-09-08
Update command for sending raw packets to server.
Andrei Karas
1
-63
/
+28
2014-09-08
eathena: remove old code from npchandler.
Andrei Karas
1
-1
/
+0
2014-09-08
eathena: reead whole packet SMSG_QUEST_ADD.
Andrei Karas
1
-0
/
+2
2014-09-08
Remove additional parameters from most npchandlers.
Andrei Karas
2
-14
/
+7
2014-09-08
eathena: add packet SMSG_GM_CHAT2 0x01c3.
Andrei Karas
3
-0
/
+21
2014-09-08
eathena: partially add packet SMSG_SKILL_AUTO_CAST 0x0147.
Andrei Karas
3
-0
/
+20
2014-09-08
eathena: add pethandler.
Andrei Karas
4
-0
/
+139
2014-09-07
Fix compilation warnings.
Andrei Karas
3
-6
/
+6
2014-09-07
Remove unused tab classes.
Andrei Karas
4
-169
/
+0
2014-09-07
Remove unused includes.
Andrei Karas
4
-12
/
+0
2014-09-07
eathena: fix packet SMSG_PARTY_MESSAGE 0x0109.
Andrei Karas
1
-2
/
+6
2014-09-07
Move processPartyMessage from ea namespace into eathena and tmwa.
Andrei Karas
2
-0
/
+26
2014-09-07
eathena: fix sending packet CMSG_PARTY_MESSAGE.
Andrei Karas
1
-2
/
+6
2014-09-07
eathena: fix party tab creation.
Andrei Karas
1
-10
/
+11
2014-09-07
Move processPartyInfo from ea namespace into eathena and tmwa.
Andrei Karas
2
-0
/
+107
2014-09-07
eathena: fix packet SMSG_PARTY_SETTINGS 0x07d8.
Andrei Karas
3
-5
/
+5
2014-09-07
Move processPartySettings from ea namespace into eathena and tmwa.
Andrei Karas
2
-0
/
+25
2014-09-07
eathena: add packet SMSG_PARTY_MEMBER_INFO 0x01e9.
Andrei Karas
3
-0
/
+38
2014-09-07
eathena: fix packet SMSG_WHISPER_RESPONSE 0x09df.
Andrei Karas
3
-2
/
+3
2014-09-07
Move processWhisperResponse from ea namespace into eathena and tmwa.
Andrei Karas
2
-0
/
+10
2014-09-07
eathena: fix packet SMSG_WHISPER 0x0097.
Andrei Karas
1
-2
/
+4
2014-09-07
Move processWhisper from ea namespace into eathena and tmwa.
Andrei Karas
2
-0
/
+17
2014-09-07
eathena: read whole packet in processBeingChangeLook.
Andrei Karas
1
-7
/
+5
2014-09-06
eathena: add packet SMSG_PLAYER_HP 0x080e.
Andrei Karas
3
-1
/
+5
2014-09-06
eathena: fix packet SMSG_NPC_VIEWPOINT 0x0144.
Andrei Karas
1
-9
/
+14
2014-09-06
eathena: fix packet SMSG_PLAYER_STORAGE_ITEMS 0x0995.
Andrei Karas
3
-2
/
+6
2014-09-06
eathena: fix packet SMSG_PLAYER_STORAGE_ADD 0x01c4.
Andrei Karas
2
-12
/
+12
2014-09-06
Move processPlayerStorageAdd from ea namespace into eathena and tmwa.
Andrei Karas
2
-0
/
+34
2014-09-06
eathena: fix packet SMSG_PLAYER_STORAGE_EQUIP 0x0996.
Andrei Karas
3
-28
/
+21
2014-09-06
Move processPlayerStorageEquip from ea namespace into eathena and tmwa.
Andrei Karas
2
-0
/
+42
2014-09-06
In skills add support for reading mana cost from server.
Andrei Karas
1
-3
/
+3
[next]