Age | Commit message (Expand) | Author | Files | Lines |
2014-09-09 | eathena: add packet CMSG_SET_SHORTCUTS 0x02ba. | Andrei Karas | 6 | -0/+34 |
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 | 8 | -0/+20 |
2014-09-08 | Improve string to int parsing. | Andrei Karas | 4 | -30/+25 |
2014-09-08 | Update command for sending raw packets to server. | Andrei Karas | 2 | -125/+56 |
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 processLangReuqest. | Andrei Karas | 3 | -18/+11 |
2014-09-08 | Move processLangReuqest from tmwa namespace into ea. | Andrei Karas | 4 | -11/+11 |
2014-09-08 | Remove additional parameters from most npchandlers. | Andrei Karas | 6 | -45/+35 |
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 | 6 | -0/+143 |
2014-09-07 | Add pet emote action and keys for each emote. | Andrei Karas | 6 | -3/+817 |
2014-09-07 | fix tarball creation. | Andrei Karas | 2 | -2/+2 |
2014-09-07 | Fix compilation warnings. | Andrei Karas | 4 | -6/+7 |
2014-09-07 | Remove unused tab classes. | Andrei Karas | 10 | -355/+1 |
2014-09-07 | Remove unused includes. | Andrei Karas | 17 | -49/+1 |
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 | 6 | -26/+52 |
2014-09-07 | eathena: fix sending packet CMSG_PARTY_MESSAGE. | Andrei Karas | 1 | -2/+6 |
2014-09-07 | For some popup menus use current mouse position. | Andrei Karas | 8 | -74/+44 |
2014-09-07 | fix crash in windows before game started. | Andrei Karas | 1 | -3/+16 |
2014-09-07 | eathena: fix party tab creation. | Andrei Karas | 4 | -13/+21 |
2014-09-07 | Move processPartyInfo from ea namespace into eathena and tmwa. | Andrei Karas | 6 | -106/+214 |
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 | 6 | -20/+51 |
2014-09-07 | Split processPartySettings into net code and not net code. | Andrei Karas | 2 | -3/+8 |
2014-09-07 | eathena: add packet SMSG_PARTY_MEMBER_INFO 0x01e9. | Andrei Karas | 3 | -0/+38 |
2014-09-07 | Add missing whisper error status. | Andrei Karas | 1 | -0/+10 |
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 | 6 | -10/+20 |
2014-09-07 | split processWhisperResponse into two functions with net code and without. | Andrei Karas | 2 | -1/+8 |
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 | 6 | -17/+34 |
2014-09-07 | separate processWhisper into two functions. With netcode and without. | Andrei Karas | 2 | -1/+9 |
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 | 6 | -34/+68 |
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 | 6 | -42/+84 |
2014-09-06 | Use skillpopup in skills window. | Andrei Karas | 3 | -21/+17 |
2014-09-06 | Add skillpopup object. | Andrei Karas | 4 | -0/+211 |
2014-09-06 | fix textbox height if text is empty. | Andrei Karas | 1 | -0/+5 |
2014-09-06 | Show mana in skill popup. | Andrei Karas | 3 | -2/+18 |
2014-09-06 | In skills add support for reading mana cost from server. | Andrei Karas | 7 | -13/+22 |
2014-09-06 | Allow use support skill. | Andrei Karas | 2 | -2/+4 |