Age | Commit message (Expand) | Author | Files | Lines |
2014-10-13 | Fix compilation warnings. | Andrei Karas | 1 | -3/+2 |
2014-10-13 | eathena: show error for non existing channel in channel tab. | Andrei Karas | 1 | -0/+16 |
2014-10-13 | eathena: on non existing channels fix whisper error messages. | Andrei Karas | 1 | -0/+12 |
2014-10-13 | Create channel if get message about already joined. | Andrei Karas | 1 | -2/+13 |
2014-10-13 | eathena: fix owner for channel messages. | Andrei Karas | 1 | -2/+1 |
2014-10-13 | eathena: fix chat message owner type. | Andrei Karas | 1 | -9/+13 |
2014-10-13 | eathena: show channel messages in channel tab. | Andrei Karas | 1 | -4/+20 |
2014-10-13 | In chatHandler add function to join channel. | Andrei Karas | 1 | -0/+7 |
2014-10-13 | Add special method in charHandler to send message to channel. | Andrei Karas | 1 | -0/+6 |
2014-09-26 | Fix code style. | Andrei Karas | 1 | -2/+0 |
2014-09-21 | Fix mercenary removing. | Andrei Karas | 1 | -1/+6 |
2014-09-19 | Add comments for all output packets header. | Andrei Karas | 1 | -12/+12 |
2014-09-19 | eathena: add partial support for packet SMSG_CHAT_LEAVE 0x00dd. | Andrei Karas | 1 | -0/+12 |
2014-09-19 | eathena: add partial support for packet SMSG_CHAT_JOIN_ACK 0x00db. | Andrei Karas | 1 | -0/+16 |
2014-09-19 | eathena: add packet CMSG_CHAT_JOIN 0x00d9. | Andrei Karas | 1 | -0/+11 |
2014-09-19 | Fix typo in chat object. | Andrei Karas | 1 | -1/+1 |
2014-09-18 | Add chat object to owner being. | Andrei Karas | 1 | -6/+15 |
2014-09-18 | eathena: add partial support for packet SMSG_CHAT_DISPLAY 0x00d7. | Andrei Karas | 1 | -0/+16 |
2014-09-16 | eathena: add packet CMSG_BATTLE_CHAT_MESSAGE 0x02db. | Andrei Karas | 1 | -0/+14 |
2014-09-14 | Fix compilation warnings. | Andrei Karas | 1 | -2/+0 |
2014-09-13 | eathena: add partial support for packet SMSG_FORMAT_MESSAGE_SKILL 0x07e6. | Andrei Karas | 1 | -0/+15 |
2014-09-13 | eathena: add partial support for packet SMSG_FORMAT_MESSAGE_NUMBER 0x07e2. | Andrei Karas | 1 | -1/+15 |
2014-09-13 | eathena: add partial support for packet SMSG_FORMAT_MESSAGE 0x0291. | Andrei Karas | 1 | -0/+14 |
2014-09-13 | eathena: remove some special chars from gm messages. | Andrei Karas | 1 | -0/+4 |
2014-09-13 | Split processChat for each packet type. | Andrei Karas | 1 | -6/+18 |
2014-09-13 | Split processChat into two functions with net code and without. | Andrei Karas | 1 | -1/+5 |
2014-09-13 | Split processChat for gm messages and all other. | Andrei Karas | 1 | -22/+34 |
2014-09-12 | fix code style. | Andrei Karas | 1 | -3/+4 |
2014-09-11 | eathena: add partial support for packet SMSG_CHAT_IGNORE_LIST 0x00d4. | Andrei Karas | 1 | -0/+13 |
2014-09-11 | eathena: add packet CMSG_REQUEST_IGNORE_LIST 0x00d3. | Andrei Karas | 1 | -0/+5 |
2014-09-11 | add packet CMSG_IGNORE_NICK 0x00cf. | Andrei Karas | 1 | -0/+15 |
2014-09-09 | Fix compilation warnings. | Andrei Karas | 1 | -1/+1 |
2014-09-09 | eathena: add packet CMSG_CREAYE_CHAT_ROOM 0x00d5. | Andrei Karas | 1 | -0/+13 |
2014-09-08 | Improve string to int parsing. | Andrei Karas | 1 | -15/+4 |
2014-09-08 | Update command for sending raw packets to server. | Andrei Karas | 1 | -63/+28 |
2014-09-08 | eathena: add packet SMSG_GM_CHAT2 0x01c3. | Andrei Karas | 1 | -0/+18 |
2014-09-07 | eathena: fix packet SMSG_WHISPER_RESPONSE 0x09df. | Andrei Karas | 1 | -0/+1 |
2014-09-07 | Move processWhisperResponse from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -0/+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 | 1 | -0/+15 |
2014-09-06 | fix compilation warnings | Andrei Karas | 1 | -1/+1 |
2014-09-06 | add packet comments in chathandler. | Andrei Karas | 1 | -18/+19 |
2014-09-06 | eathena: add handling packet SMSG_COLOR_MESSAGE 0x02c1. | Andrei Karas | 1 | -1/+10 |
2014-09-06 | Move processChat from ea namespace into tmwa and eathena. | Andrei Karas | 1 | -0/+52 |
2014-08-30 | Remove additional parameters from processChat function. | Andrei Karas | 1 | -1/+1 |
2014-08-30 | Remove additional parameters from processBeingChat function. | Andrei Karas | 1 | -1/+1 |
2014-07-30 | Rename player_node variable into localPlayer. | Andrei Karas | 1 | -2/+2 |
2014-02-20 | improve includes. | Andrei Karas | 1 | -2/+1 |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 |
2013-12-26 | add restrict into chathandler. | Andrei Karas | 1 | -5/+6 |