Age | Commit message (Expand) | Author | Files | Lines |
2015-03-29 | eathena: add packet CMSG_SET_CHAT_ROOM_OWNER 0x00e0. | Andrei Karas | 6 | -0/+18 |
2015-03-29 | eathena: add packet CMSG_SET_CHAT_ROOM_OPTIONS 0x00de. | Andrei Karas | 6 | -0/+37 |
2015-03-29 | Fix typo in packet name CMSG_MOVE_FROM_STORAGE. | Andrei Karas | 4 | -4/+4 |
2015-03-29 | Fix memory leak in shop window on exit. | Andrei Karas | 1 | -0/+1 |
2015-03-28 | eathena: add packet CMSG_BANK_CLOSE 0x09b8. | Andrei Karas | 6 | -0/+17 |
2015-03-28 | eathena: add packet CMSG_BANK_OPEN 0x09b6. | Andrei Karas | 6 | -0/+17 |
2015-03-28 | eathena: add packet CMSG_LEAVE_CHAT_ROOM 0x00e3. | Andrei Karas | 6 | -0/+16 |
2015-03-28 | In sell dialog send close packet before closing this dialog. | Andrei Karas | 2 | -0/+9 |
2015-03-28 | In buy dialog send close packet before closing this dialog. | Andrei Karas | 2 | -0/+22 |
2015-03-28 | missing files added to code blocks project manaplus.cdp | shahezad96 | 1 | -1095/+1175 |
2015-03-28 | Impliment packet SMSG_PLAYER_HEAL. | Andrei Karas | 3 | -6/+31 |
2015-03-28 | Change version to 1.5.3.28.v1.5.3.28 | Andrei Karas | 9 | -9/+23 |
2015-03-28 | Update translations. | Andrei Karas | 21 | -3856/+4338 |
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 | In make debug script replace gcc from 4.9 to 5.0. | Andrei Karas | 1 | -7/+16 |
2015-03-25 | Show popup on mercenary with name. | Andrei Karas | 1 | -0/+1 |
2015-03-25 | eathena: show in homunculus popup intimacy and hunger counters. | Andrei Karas | 2 | -1/+23 |
2015-03-25 | Add particle effect for removing skill. (hercules). | Andrei Karas | 6 | -16/+49 |
2015-03-25 | Allow set for each skill own levelup particle effect. | Andrei Karas | 2 | -3/+18 |
2015-03-25 | eathena: impliment packet SMSG_PLAYER_DELETE_SKILL. | Andrei Karas | 3 | -3/+33 |
2015-03-25 | Remove useless includes. | Andrei Karas | 3 | -5/+0 |
2015-03-25 | Fix compilation without eathena support. | Andrei Karas | 1 | -0/+2 |
2015-03-24 | Fix possible division by zero in kill stats window. | Andrei Karas | 1 | -1/+1 |
2015-03-24 | eathena: show in pet popup intimacy and hunger counters. | Andrei Karas | 2 | -76/+103 |
2015-03-24 | eathena: use exp packet to show exp and job messages. | Andrei Karas | 3 | -22/+51 |
2015-03-24 | Add server feature haveExpPacket. | Andrei Karas | 5 | -0/+16 |
2015-03-24 | Fix possible issue on exit. | Andrei Karas | 1 | -1/+1 |
2015-03-24 | Fix compilation with some special flags. | Andrei Karas | 3 | -0/+8 |
2015-03-23 | Fix memory leak in ShopWindow. | Andrei Karas | 1 | -0/+2 |
2015-03-23 | Fix memory leak in graphicsmanager. | Andrei Karas | 1 | -1/+3 |
2015-03-23 | Fix memory leak in map animations. | Andrei Karas | 2 | -2/+12 |
2015-03-23 | Fix memory leak in equipment window. | Andrei Karas | 1 | -0/+1 |
2015-03-23 | Fix chat tab visibility if close some tab with scrolled tabs. | Andrei Karas | 1 | -1/+1 |
2015-03-23 | Fix leak on exit in modernopenglgraphics. | Andrei Karas | 1 | -2/+2 |
2015-03-22 | Remove action "remove from ignore attack". | Andrei Karas | 1 | -1/+1 |
2015-03-22 | Add adction for show equipped hat in chat. | Andrei Karas | 5 | -2/+34 |
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 | 2 | -2/+3 |
2015-03-22 | Fix crash if switch character with opened storage window. | Andrei Karas | 1 | -0/+6 |
2015-03-22 | Send char server ping packets if server support it. | Andrei Karas | 1 | -8/+14 |
2015-03-22 | eathena: add packet CMSG_CHAR_PING 0x0187. | Andrei Karas | 6 | -0/+17 |
2015-03-22 | Send login server ping packets if server support it. | Andrei Karas | 2 | -0/+27 |
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-21 | Change server type in evol branding to evol2 type. | Andrei Karas | 1 | -1/+1 |