index
:
AntumDeluge/manaplus
master
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
2015-03-27
Fix code style.
Andrei Karas
2
-2
/
+1
2015-03-26
eathena: add packet CMSG_NPC_CASH_SHOP_CLOSE 0x084a.
Andrei Karas
6
-0
/
+16
2015-03-26
eathena: add packet CMSG_NPC_SHOP_CLOSE 0x09d4.
Andrei Karas
6
-0
/
+17
2015-03-26
eathena: fix some packets naming.
Andrei Karas
2
-15
/
+15
2015-03-25
Add particle effect for removing skill. (hercules).
Andrei Karas
1
-1
/
+1
2015-03-25
eathena: impliment packet SMSG_PLAYER_DELETE_SKILL.
Andrei Karas
1
-3
/
+13
2015-03-25
Remove useless includes.
Andrei Karas
3
-5
/
+0
2015-03-24
eathena: use exp packet to show exp and job messages.
Andrei Karas
1
-6
/
+15
2015-03-24
Add server feature haveExpPacket.
Andrei Karas
5
-0
/
+16
2015-03-22
In charserverhandler add function to return hat slot.
Andrei Karas
5
-0
/
+16
2015-03-22
Dont use server type in server comparator.
Andrei Karas
1
-2
/
+2
2015-03-22
eathena: add packet CMSG_CHAR_PING 0x0187.
Andrei Karas
6
-0
/
+17
2015-03-22
eathena: add packet CMSG_LOGIN_PING 0x0200.
Andrei Karas
6
-0
/
+22
2015-03-22
eathena: possible fix for sending login packets.
Andrei Karas
6
-0
/
+24
2015-03-21
Add missing check in setting gm flag.
Andrei Karas
1
-1
/
+2
2015-03-21
Revert "Move processBeingAction from ea namespace into tmwa."
Andrei Karas
7
-99
/
+105
2015-03-19
eathena: add partial support for packet SMSG_BEING_VIEW_EQUIPMENT 0x0997.
Andrei Karas
4
-1
/
+41
2015-03-19
eathena: add partial support for packet SMSG_ROULETTE_GENERATE_ACK_TYPE 0x0a20.
Andrei Karas
4
-1
/
+21
2015-03-18
eathena: add partial support for packet SMSG_ROULETTE_RECV_ITEM_ACK 0x0a22.
Andrei Karas
4
-1
/
+16
2015-03-18
eathena: add partial support for packet SMSG_ROULETTE_INFO_ACK_TYPE 0x0a1c.
Andrei Karas
4
-1
/
+26
2015-03-18
Add empty roulettehandler.
Andrei Karas
10
-0
/
+248
2015-03-18
eathena: add partial support for packet SMSG_BIND_ITEM 0x02d3.
Andrei Karas
4
-1
/
+16
2015-03-18
eathena: add partial support for packet SMSG_ITEM_MVP_DROPPED 0x07fd.
Andrei Karas
4
-1
/
+21
2015-03-18
Move processBeingAction from ea namespace into tmwa.
Andrei Karas
7
-105
/
+99
2015-03-18
eathena: add pacrtial support for packet SMSG_PLAYER_CART_ADD_ERROR 0x012c.
Andrei Karas
3
-0
/
+15
2015-03-18
eathena: add partial support for packet SMSG_BATTLE_JOINED 0x08d9.
Andrei Karas
4
-1
/
+16
2015-03-18
eathena: add partial support for packet SMSG_BATTLE_NOTICE_DELETE 0x08db.
Andrei Karas
4
-1
/
+16
2015-03-18
eathena: add partial support for packet SMSG_BATTLE_BEGINS 0x08df.
Andrei Karas
4
-1
/
+16
2015-03-18
eathena: add partial support for packet SMSG_BATTLE_QUEUE_ACK 0x08d8.
Andrei Karas
4
-1
/
+16
2015-03-18
eathena: add partial support for packet SMSG_VENDING_OPEN_STATUS 0x0a28.
Andrei Karas
4
-1
/
+16
2015-03-18
eathena: add packet SMSG_CHAR_CHARACTERS 0x099d.
Andrei Karas
4
-1
/
+35
2015-03-18
eathena: add partial support for packet SMSG_PLAYER_RANK_POINTS 0x097e.
Andrei Karas
4
-1
/
+17
2015-03-18
Fix tarball error.
Andrei Karas
3
-2
/
+2
2015-03-18
eathena: add partial support for packet SMSG_PLAYER_FAVORITE_ITEM 0x0908.
Andrei Karas
4
-1
/
+17
2015-03-18
eathena: add partial support for packet SMSG_BEING_CHARM 0x08cf.
Andrei Karas
4
-1
/
+18
2015-03-18
eathena: add partial support for packet SMSG_NPC_CASH_SCHEDULE 0x08ca.
Andrei Karas
4
-1
/
+25
2015-03-18
eathena: add partial support for packet SMSG_NPC_CASH_TAB_PRICE_LIST 0x08c0.
Andrei Karas
4
-1
/
+25
2015-03-18
eathena: add partial support for packet SMSG_SCRIPT_MESSAGE 0x08b3.
Andrei Karas
4
-1
/
+16
2015-03-18
eathena: add partial support for packet SMSG_NPC_CASH_BUY 0x0849.
Andrei Karas
4
-1
/
+18
2015-03-18
eathena: add partial support for packet SMSG_NPC_CASH_POINTS 0x0845.
Andrei Karas
4
-1
/
+16
2015-03-18
eathena: add partial support for packet SMSG_CHAR_DELETE2_CANCEL_ACK 0x082c.
Andrei Karas
4
-1
/
+16
2015-03-18
eathena: add partial support for packet SMSG_CHAR_DELETE2_ACCEPT_ACTUAL_ACK 0...
Andrei Karas
4
-1
/
+16
2015-03-18
eathena: add partial support for packet SMSG_CHAR_DELETE2_ACK 0x0828.
Andrei Karas
4
-1
/
+17
2015-03-18
eathena: add partial support for packet SMSG_BATTLE_PLAY 0x07fe.
Andrei Karas
4
-1
/
+15
2015-03-18
eathena: add partial support for packet SMSG_CHAR_CAPTCHA_NOT_SUPPORTED 0x07e9.
Andrei Karas
4
-1
/
+16
2015-03-18
eathena: add partial support for packet SMSG_SKILL_ITEM_LIST_WINDOW 0x07e3.
Andrei Karas
4
-1
/
+17
2015-03-17
eathena: add partial support for packet SMSG_AUTOSHADOW_SPELL_LIST 0x0442.
Andrei Karas
4
-1
/
+17
2015-03-17
eathena: add partial support for packet SMSG_BEING_MILLENIUM_SHIELD 0x0440.
Andrei Karas
4
-1
/
+18
2015-03-17
eathena: add partial support for packet SMSG_NPC_PROGRESS_BAR_ABORT 0x02f2.
Andrei Karas
4
-1
/
+14
2015-03-17
eathena: add partial support for packet SMSG_BEING_FONT 0x02ef.
Andrei Karas
4
-1
/
+17
[next]