Age | Commit message (Expand) | Author | Files | Lines |
2014-12-07 | Fix no death message on tmwa server. | Andrei Karas | 1 | -4/+1 |
2014-12-04 | Fix compilation error. | Andrei Karas | 1 | -0/+1 |
2014-12-02 | Move death dialog showing from playerhandler. | Andrei Karas | 2 | -0/+22 |
2014-11-25 | Add more profiler labels. | Andrei Karas | 1 | -0/+21 |
2014-11-24 | Fix double warp names. | Andrei Karas | 1 | -2/+5 |
2014-11-23 | For portal names strip at end #text. | Andrei Karas | 1 | -1/+1 |
2014-11-23 | Add support for additional slots in net code. | Andrei Karas | 1 | -1/+1 |
2014-11-08 | Fix code style. | Andrei Karas | 1 | -0/+3 |
2014-10-26 | Fixed several sentences for better translations. | Alige | 1 | -1/+1 |
2014-10-25 | Fix code style. | Andrei Karas | 4 | -7/+10 |
2014-10-23 | Changed all the "cant" by "can't", and fixed few sentences to translate. | Alige | 1 | -1/+1 |
2014-10-21 | Remove function setInventoryItem from playerinfo. | Andrei Karas | 2 | -17/+0 |
2014-10-20 | Remove item default parameters. | Andrei Karas | 1 | -1/+1 |
2014-10-20 | eathena: add some missing pickup statuses. | Andrei Karas | 2 | -1/+12 |
2014-10-12 | Move WhisperTab into chat subdir. | Andrei Karas | 1 | -1/+1 |
2014-10-12 | Move LangTab into chat subdir. | Andrei Karas | 1 | -1/+1 |
2014-10-12 | Move GmTab into chat subdir. | Andrei Karas | 1 | -1/+1 |
2014-10-10 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2014-10-06 | read guild position flags. | Andrei Karas | 2 | -0/+16 |
2014-10-06 | Disable char rename button if for selected char not allowed rename. | Andrei Karas | 2 | -1/+9 |
2014-10-02 | eathena: add missing attack types. | Andrei Karas | 1 | -6/+14 |
2014-10-01 | Move JOB stat from net enum into attributes. | Andrei Karas | 2 | -4/+5 |
2014-10-01 | Move STR stat from net enum into attributes. | Andrei Karas | 1 | -0/+1 |
2014-10-01 | Move AGI stat from net enum into attributes. | Andrei Karas | 1 | -0/+1 |
2014-10-01 | Move VIT stat from net enum into attributes. | Andrei Karas | 1 | -0/+1 |
2014-10-01 | Move INT stat from net enum into attributes. | Andrei Karas | 1 | -0/+1 |
2014-10-01 | Move DEX stat from net enum into attributes. | Andrei Karas | 1 | -0/+1 |
2014-10-01 | Move LUK stat from net enum into attributes. | Andrei Karas | 1 | -0/+1 |
2014-10-01 | Move ATK stat from net enum into attributes. | Andrei Karas | 2 | -10/+7 |
2014-10-01 | Move DEF stat from net enum into attributes. | Andrei Karas | 1 | -1/+2 |
2014-10-01 | Move MATK stat from net enum into attributes. | Andrei Karas | 1 | -1/+2 |
2014-10-01 | Move MDEF stat from net enum into attributes. | Andrei Karas | 1 | -1/+2 |
2014-10-01 | Move HIT stat from net enum into attributes. | Andrei Karas | 1 | -1/+2 |
2014-10-01 | Move FLEE stat from net enum into attributes. | Andrei Karas | 1 | -1/+2 |
2014-10-01 | Move CRIT stat from net enum into attributes. | Andrei Karas | 1 | -1/+2 |
2014-09-30 | Add manner stat to player. | Andrei Karas | 1 | -1/+2 |
2014-09-30 | Add manner field to beings. | Andrei Karas | 1 | -0/+7 |
2014-09-30 | eathena: add karma stat to player. | Andrei Karas | 1 | -1/+2 |
2014-09-30 | Add karma field to beings. | Andrei Karas | 2 | -0/+8 |
2014-09-28 | Show portal names in popup if portal not present at map. | Andrei Karas | 1 | -0/+3 |
2014-09-26 | Fix code style. | Andrei Karas | 4 | -5/+2 |
2014-09-25 | Add simple attack logic for mercenary and homunculus. | Andrei Karas | 3 | -1/+13 |
2014-09-25 | Add simple follow logic for mercenary and homunculus. | Andrei Karas | 3 | -0/+14 |
2014-09-25 | eathena: add packet CMSG_HOMMERC_MOVE_TO_MASTER 0x0234. | Andrei Karas | 2 | -0/+14 |
2014-09-25 | Load data about homunculuses from homunculuses.xml. | Andrei Karas | 1 | -3/+18 |
2014-09-25 | Fix homunculus name detection. | Andrei Karas | 1 | -1/+1 |
2014-09-24 | For homunculus being use same data like for monster. | Andrei Karas | 2 | -2/+3 |
2014-09-24 | eathena: add packet SMSG_HOMUNCULUS_INFO 0x022e. | Andrei Karas | 1 | -0/+4 |
2014-09-24 | eathena: add packet SMSG_HOMUNCULUS_DATA 0x0230. | Andrei Karas | 2 | -0/+29 |
2014-09-24 | Add HomunculusInfo struct. | Andrei Karas | 1 | -0/+45 |