Age | Commit message (Expand) | Author | Files | Lines |
2015-09-10 | Add mouse move simulation. After char id to name mapping received, simulate m... | Andrei Karas | 6 | -5/+32 |
2015-09-10 | Show name on named items. | Andrei Karas | 1 | -11/+42 |
2015-09-10 | Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME. | Andrei Karas | 10 | -1/+56 |
2015-09-09 | Read server packet version from server (hercules). | Andrei Karas | 4 | -0/+22 |
2015-09-09 | Fix compilation with some options. | Andrei Karas | 1 | -2/+2 |
2015-09-09 | Remove text messages from removing items notifications. | Andrei Karas | 1 | -20/+10 |
2015-09-09 | Add also notification about dropped item. | Andrei Karas | 3 | -0/+10 |
2015-09-09 | Move processPlayerInventoryRemove from ea namespace into eathena and tmwa. | Andrei Karas | 8 | -24/+46 |
2015-09-09 | Show reason for item removing. | Andrei Karas | 6 | -4/+134 |
2015-09-09 | Fix wrong copyright in auctionsearchtype.h | Andrei Karas | 1 | -2/+1 |
2015-09-09 | Add unequip error notification. | Andrei Karas | 3 | -2/+6 |
2015-09-09 | Remove virtual method call from MessageOut constructor. | Andrei Karas | 8 | -17/+21 |
2015-09-08 | Add some missing item colors. | Andrei Karas | 4 | -7/+3 |
2015-09-08 | Add AMD HD driver version 15.x to black list. | Andrei Karas | 1 | -2/+4 |
2015-09-07 | Fix buttons position in npc dialog with visible avatar and input fields. | Andrei Karas | 1 | -4/+4 |
2015-09-07 | Split protocol.h into protocolin.h and protocolout.h | Andrei Karas | 50 | -82/+127 |
2015-09-06 | Set to all quests value 0 by default. | Andrei Karas | 1 | -0/+1 |
2015-09-06 | Add option for creating screenshots on each complete trade. | Andrei Karas | 5 | -4/+17 |
2015-09-06 | Readd packet SMSG_MAP_MASK (tmwa) | Andrei Karas | 6 | -11/+12 |
2015-09-06 | Fix closing mail edit window by top right corner. | Andrei Karas | 2 | -0/+7 |
2015-09-06 | Use cached image for drawing text in progressbar. | Andrei Karas | 2 | -27/+61 |
2015-09-05 | Add away being badge. | Andrei Karas | 7 | -4/+44 |
2015-09-05 | Add inactive being badge. | Andrei Karas | 7 | -1/+41 |
2015-09-05 | Add shop badge to beings. | Andrei Karas | 7 | -1/+45 |
2015-09-05 | Put badges into array in being. | Andrei Karas | 6 | -88/+106 |
2015-09-05 | Fix compilation warning. | Andrei Karas | 1 | -0/+1 |
2015-09-05 | Fix compilation warnings. | Andrei Karas | 6 | -2/+45 |
2015-09-05 | Allow send quick mail message by command /sendmail (hercules) | Andrei Karas | 1 | -0/+17 |
2015-09-05 | Add option for enable manamarket intergration and support /mail command. (for... | Andrei Karas | 4 | -1/+21 |
2015-09-05 | Add support for inherit attribute in items.xml. | Andrei Karas | 2 | -9/+82 |
2015-09-04 | Fix wrong linkage on Android. | Andrei Karas | 2 | -1/+5 |
2015-09-04 | Disable building dyecmd on Android. | Andrei Karas | 2 | -0/+6 |
2015-09-04 | Fix compilation with some flags. | Andrei Karas | 1 | -0/+2 |
2015-09-04 | Remove some useless includes. | Andrei Karas | 103 | -392/+41 |
2015-09-02 | Fix typos. | Andrei Karas | 1 | -2/+2 |
2015-09-02 | Remove MessageHandler class | Andrei Karas | 171 | -4528/+330 |
2015-09-02 | Remove mNetwork field from MessageHandlers | Andrei Karas | 12 | -151/+72 |
2015-09-02 | Remove variable mMessageHandlers from network code. | Andrei Karas | 6 | -50/+20 |
2015-09-02 | Use packet handlers from packet defines. | Andrei Karas | 7 | -8/+131 |
2015-09-02 | Add to packets defines packet handlers. For now unused. | Andrei Karas | 5 | -558/+562 |
2015-09-01 | Fix make files. | Andrei Karas | 2 | -2/+0 |
2015-09-01 | Remove packets.h | Andrei Karas | 6 | -389/+0 |
2015-09-01 | Use packet sizes from packetsin.inc | Andrei Karas | 4 | -17/+11 |
2015-09-01 | Add packet sizes to packetin.inc. But for now size unused. | Andrei Karas | 9 | -634/+598 |
2015-09-01 | Add missing handler for skill cancel packet. | Andrei Karas | 3 | -1/+7 |
2015-09-01 | Remove help lines from packets definition. | Andrei Karas | 4 | -68/+58 |
2015-09-01 | Split packets definition files to in and out packets. | Andrei Karas | 10 | -367/+416 |
2015-09-01 | Fix isue found by mplint. | Andrei Karas | 1 | -1/+3 |
2015-09-01 | Fix compilation warning. | Andrei Karas | 1 | -0/+2 |
2015-09-01 | Change extension in some internals includes from h to inc. | Andrei Karas | 6 | -6/+6 |