Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-10-24 | add option to show motd message. | Andrei Karas | 1 | -3/+0 |
2013-10-11 | add /talkraw chat command for special use. | Andrei Karas | 1 | -3/+2 |
2013-09-30 | move tabs into tabs directory. | Andrei Karas | 1 | -1/+1 |
2013-09-15 | remove unused includes from net directory. | Andrei Karas | 1 | -8/+0 |
2013-08-31 | move being related files into being dir. | Andrei Karas | 1 | -2/+3 |
2013-04-21 | some other fixes from cpplint. | Andrei Karas | 1 | -9/+9 |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -2/+2 |
2013-04-07 | fix more style, add consts. | Andrei Karas | 1 | -0/+1 |
2013-03-27 | improve chathandler class. | Andrei Karas | 1 | -8/+8 |
2013-03-24 | fix code style. | Andrei Karas | 1 | -1/+1 |
2013-03-22 | add netcode support for channels (for now evol only). | Andrei Karas | 1 | -2/+2 |
2013-03-21 | Send channel name to net code layer. | Andrei Karas | 1 | -1/+2 |
2013-03-09 | Remove useless notifications from chathandler. | Andrei Karas | 1 | -1/+0 |
2013-02-26 | Improve string usage in other files. | Andrei Karas | 1 | -1/+2 |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 |
2012-10-16 | Fix some signed/unsigned chars issues. | Andrei Karas | 1 | -2/+2 |
2012-09-08 | Improve constructors in some classes. | Andrei Karas | 1 | -1/+3 |
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -4/+4 |