Age | Commit message (Expand) | Author | Files | Lines |
2015-03-22 | In charserverhandler add function to return hat slot. | Andrei Karas | 1 | -0/+5 |
2015-03-22 | eathena: add packet CMSG_CHAR_PING 0x0187. | Andrei Karas | 1 | -0/+4 |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -1/+0 |
2015-01-18 | Convert player look variable format from 8 bit to 16 bit. | Andrei Karas | 1 | -3/+3 |
2015-01-11 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2015-01-06 | Move attributes.h into enums directory. | Andrei Karas | 1 | -1/+1 |
2015-01-06 | Move dialogtype.h into enums directory. | Andrei Karas | 1 | -1/+1 |
2015-01-05 | Simplify setting default gender. | Andrei Karas | 1 | -1/+1 |
2015-01-05 | Add actual gender in char creation method. | Andrei Karas | 1 | -1/+1 |
2015-01-04 | eathena: allow delete characters if account have non default email. | Andrei Karas | 1 | -1/+2 |
2015-01-04 | Move processCharDeleteFailed from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+17 |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2014-12-04 | Give correct names to eathena/tmwa sprites. | Andrei Karas | 1 | -20/+20 |
2014-10-23 | Add packet fields comments in charserverhandler. | Andrei Karas | 1 | -1/+1 |
2014-10-17 | Add static in chatserverhandler. | Andrei Karas | 1 | -2/+2 |
2014-10-06 | eathena: add packet CMSG_CHAR_CHANGE_SLOT 0x08d4. | Andrei Karas | 1 | -0/+5 |
2014-10-06 | Fix compilation warnings. | Andrei Karas | 1 | -2/+2 |
2014-10-05 | Add char rename button if server support it. | Andrei Karas | 1 | -1/+1 |
2014-10-05 | eathena: add packet CMSG_CHAR_RENAME 0x08fc. | Andrei Karas | 1 | -0/+5 |
2014-10-01 | Remove unused attrs.h files. | Andrei Karas | 1 | -1/+0 |
2014-10-01 | Move JOB stat from net enum into attributes. | Andrei Karas | 1 | -1/+1 |
2014-10-01 | Move STR stat from net enum into attributes. | Andrei Karas | 1 | -1/+4 |
2014-09-30 | Add manner field to beings. | Andrei Karas | 1 | -1/+1 |
2014-09-30 | Add karma field to beings. | Andrei Karas | 1 | -1/+1 |
2014-09-26 | Fix code style. | Andrei Karas | 1 | -1/+0 |
2014-09-19 | Add comments for all output packets header. | Andrei Karas | 1 | -5/+5 |
2014-09-17 | Remove getter for serverFeatures. | Andrei Karas | 1 | -2/+2 |
2014-09-17 | Remove getter for loginHandler. | Andrei Karas | 1 | -4/+3 |
2014-09-17 | Remove getter for gameHandler. | Andrei Karas | 1 | -2/+2 |
2014-09-17 | Remove getter for charServerHandler. | Andrei Karas | 1 | -1/+1 |
2014-09-16 | Fix some server features usage. | Andrei Karas | 1 | -2/+3 |
2014-09-14 | Move setCharCreateDialog from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+40 |
2014-09-13 | Split processCharCreate for each packet type. | Andrei Karas | 1 | -2/+23 |
2014-09-13 | Move processCharCreate from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+20 |
2014-09-06 | add packet comments into charserverhandler. | Andrei Karas | 1 | -84/+99 |
2014-08-30 | Remove additional parameters from processCharMapServer function. | Andrei Karas | 1 | -1/+28 |
2014-08-30 | Remove additional parameters from processCharMapInfo function. | Andrei Karas | 1 | -1/+38 |
2014-08-30 | Remove additional parameters from processCharCreate function. | Andrei Karas | 1 | -4/+1 |
2014-07-18 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2014-07-14 | Rename readInt8 into readUInt8 because it really read uint8_t. | Andrei Karas | 1 | -21/+19 |
2014-05-20 | Move player attributes in net code into separate file. | Andrei Karas | 1 | -0/+1 |
2014-05-20 | Move net sprite defines into separate file. | Andrei Karas | 1 | -0/+1 |
2014-05-20 | Move character into separate file. | Andrei Karas | 1 | -0/+1 |
2014-05-11 | Move player attributes into separate file. | Andrei Karas | 1 | -7/+9 |
2014-04-30 | Fix code style in net. | Andrei Karas | 1 | -2/+2 |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 |
2013-09-30 | move db files into db directory. | Andrei Karas | 1 | -1/+2 |
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -4/+2 |
2013-08-24 | improve getState/setState in Client. | Andrei Karas | 1 | -1/+1 |
2013-06-20 | Add more profiler labels. | Andrei Karas | 1 | -0/+3 |