summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-03-22eathena: possible fix for sending login packets.Andrei Karas6-0/+24
2015-03-21Add missing check in setting gm flag.Andrei Karas1-1/+2
2015-03-21Revert "Move processBeingAction from ea namespace into tmwa."Andrei Karas7-99/+105
2015-03-19eathena: add partial support for packet SMSG_BEING_VIEW_EQUIPMENT 0x0997.Andrei Karas4-1/+41
2015-03-19eathena: add partial support for packet SMSG_ROULETTE_GENERATE_ACK_TYPE 0x0a20.Andrei Karas4-1/+21
2015-03-18eathena: add partial support for packet SMSG_ROULETTE_RECV_ITEM_ACK 0x0a22.Andrei Karas4-1/+16
2015-03-18eathena: add partial support for packet SMSG_ROULETTE_INFO_ACK_TYPE 0x0a1c.Andrei Karas4-1/+26
2015-03-18Add empty roulettehandler.Andrei Karas12-0/+258
2015-03-18eathena: add partial support for packet SMSG_BIND_ITEM 0x02d3.Andrei Karas4-1/+16
2015-03-18eathena: add partial support for packet SMSG_ITEM_MVP_DROPPED 0x07fd.Andrei Karas4-1/+21
2015-03-18Move processBeingAction from ea namespace into tmwa.Andrei Karas7-105/+99
2015-03-18eathena: add pacrtial support for packet SMSG_PLAYER_CART_ADD_ERROR 0x012c.Andrei Karas3-0/+15
2015-03-18eathena: add partial support for packet SMSG_BATTLE_JOINED 0x08d9.Andrei Karas4-1/+16
2015-03-18eathena: add partial support for packet SMSG_BATTLE_NOTICE_DELETE 0x08db.Andrei Karas4-1/+16
2015-03-18eathena: add partial support for packet SMSG_BATTLE_BEGINS 0x08df.Andrei Karas4-1/+16
2015-03-18eathena: add partial support for packet SMSG_BATTLE_QUEUE_ACK 0x08d8.Andrei Karas4-1/+16
2015-03-18eathena: add partial support for packet SMSG_VENDING_OPEN_STATUS 0x0a28.Andrei Karas4-1/+16
2015-03-18eathena: add packet SMSG_CHAR_CHARACTERS 0x099d.Andrei Karas4-1/+35
2015-03-18eathena: add partial support for packet SMSG_PLAYER_RANK_POINTS 0x097e.Andrei Karas4-1/+17
2015-03-18Fix tarball error.Andrei Karas3-2/+2
2015-03-18eathena: add partial support for packet SMSG_PLAYER_FAVORITE_ITEM 0x0908.Andrei Karas4-1/+17
2015-03-18eathena: add partial support for packet SMSG_BEING_CHARM 0x08cf.Andrei Karas4-1/+18
2015-03-18eathena: add partial support for packet SMSG_NPC_CASH_SCHEDULE 0x08ca.Andrei Karas4-1/+25
2015-03-18eathena: add partial support for packet SMSG_NPC_CASH_TAB_PRICE_LIST 0x08c0.Andrei Karas4-1/+25
2015-03-18eathena: add partial support for packet SMSG_SCRIPT_MESSAGE 0x08b3.Andrei Karas4-1/+16
2015-03-18eathena: add partial support for packet SMSG_NPC_CASH_BUY 0x0849.Andrei Karas4-1/+18
2015-03-18eathena: add partial support for packet SMSG_NPC_CASH_POINTS 0x0845.Andrei Karas4-1/+16
2015-03-18eathena: add partial support for packet SMSG_CHAR_DELETE2_CANCEL_ACK 0x082c.Andrei Karas4-1/+16
2015-03-18eathena: add partial support for packet SMSG_CHAR_DELETE2_ACCEPT_ACTUAL_ACK 0...Andrei Karas4-1/+16
2015-03-18eathena: add partial support for packet SMSG_CHAR_DELETE2_ACK 0x0828.Andrei Karas4-1/+17
2015-03-18eathena: add partial support for packet SMSG_BATTLE_PLAY 0x07fe.Andrei Karas4-1/+15
2015-03-18eathena: add partial support for packet SMSG_CHAR_CAPTCHA_NOT_SUPPORTED 0x07e9.Andrei Karas4-1/+16
2015-03-18eathena: add partial support for packet SMSG_SKILL_ITEM_LIST_WINDOW 0x07e3.Andrei Karas4-1/+17
2015-03-17eathena: add partial support for packet SMSG_AUTOSHADOW_SPELL_LIST 0x0442.Andrei Karas4-1/+17
2015-03-17eathena: add partial support for packet SMSG_BEING_MILLENIUM_SHIELD 0x0440.Andrei Karas4-1/+18
2015-03-17eathena: add partial support for packet SMSG_NPC_PROGRESS_BAR_ABORT 0x02f2.Andrei Karas4-1/+14
2015-03-17eathena: add partial support for packet SMSG_BEING_FONT 0x02ef.Andrei Karas4-1/+17
2015-03-17eathena: add partial support for packet SMSG_BATTLE_UPDATE_COORDS 0x02df.Andrei Karas4-1/+19
2015-03-17eathena: add partial support for packet SMSG_BATTLE_UPDATE_SCORE 0x02de.Andrei Karas4-1/+16
2015-03-17eathena: add partial support for packet SMSG_BATTLE_EMBLEM 0x02dd.Andrei Karas4-1/+20
2015-03-17Add empty battlegroundhandler.Andrei Karas12-0/+256
2015-03-17eathena: add partial support for packet SMSG_BATTLE_CHAT_MESSAGE 0x02dc.Andrei Karas4-1/+20
2015-03-17fix nacl and windows compilation.Andrei Karas3-0/+6
2015-03-17Remove useless includes from .h files.Andrei Karas218-366/+113
2015-03-16remove useless includes from unit tests.Andrei Karas2-9/+0
2015-03-16Remove useless includes from cpp filesAndrei Karas134-347/+127
2015-03-14Change version to 1.5.3.14.v1.5.3.14Andrei Karas1-2/+2
2015-03-13Fix compilation warning.Andrei Karas1-1/+1
2015-03-13fix code style.Andrei Karas20-53/+57
2015-03-13Fix make files and compilation errors.Andrei Karas4-2/+12