Age | Commit message (Expand) | Author | Files | Lines |
2015-08-29 | Fix code style. | Andrei Karas | 1 | -14/+0 |
2015-08-25 | Move receive code from chathandler into separate file. | Andrei Karas | 1 | -149/+10 |
2015-06-30 | Fix code style. | Andrei Karas | 1 | -1/+1 |
2015-06-29 | Move notifytypes.h into enums directory. | Andrei Karas | 1 | -2/+2 |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -1/+1 |
2015-04-04 | Show unimplimented packet debug message on each unsupported packets parameters. | Andrei Karas | 1 | -6/+3 |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -6/+0 |
2015-03-10 | Rename packet SMSG_MVP into SMSG_MVP_EFFECT. | Andrei Karas | 1 | -3/+3 |
2015-02-16 | Move talkPet from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -8/+0 |
2015-02-16 | Move processBeingChat from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -79/+0 |
2015-02-16 | Move processWhisperContinue from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -123/+0 |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 |
2014-10-17 | Add static in chathandler. | Andrei Karas | 1 | -10/+17 |
2014-10-13 | eathena: show error for non existing channel in channel tab. | Andrei Karas | 1 | -1/+16 |
2014-10-12 | Move GmTab into chat subdir. | Andrei Karas | 1 | -1/+1 |
2014-09-26 | Fix code style. | Andrei Karas | 1 | -1/+0 |
2014-09-17 | Remove getter for serverFeatures. | Andrei Karas | 1 | -1/+1 |
2014-09-16 | Remove unused externs | Andrei Karas | 1 | -2/+0 |
2014-09-16 | Add server feature haveIncompleteChatMessages. | Andrei Karas | 1 | -1/+3 |
2014-09-10 | Change format in ActorType enum. | Andrei Karas | 1 | -2/+2 |
2014-09-07 | Remove unused includes. | Andrei Karas | 1 | -1/+1 |
2014-09-07 | Add missing whisper error status. | Andrei Karas | 1 | -0/+10 |
2014-09-07 | Move processWhisperResponse from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -8/+0 |
2014-09-07 | split processWhisperResponse into two functions with net code and without. | Andrei Karas | 1 | -1/+6 |
2014-09-07 | Move processWhisper from ea namespace into eathena and tmwa. | Andrei Karas | 1 | -15/+0 |
2014-09-07 | separate processWhisper into two functions. With netcode and without. | Andrei Karas | 1 | -1/+6 |
2014-09-06 | add packet comments in chathandler. | Andrei Karas | 1 | -12/+12 |
2014-09-06 | Move processChat from ea namespace into tmwa and eathena. | Andrei Karas | 1 | -74/+0 |
2014-08-30 | Remove additional parameters from processChat function. | Andrei Karas | 1 | -2/+4 |
2014-08-30 | Remove additional parameters from processBeingChat function. | Andrei Karas | 1 | -2/+4 |
2014-07-30 | Rename player_node variable into localPlayer. | Andrei Karas | 1 | -2/+2 |
2014-07-14 | Rename readInt8 into readUInt8 because it really read uint8_t. | Andrei Karas | 1 | -9/+9 |
2014-06-07 | fix code style. | Andrei Karas | 1 | -9/+10 |
2014-05-18 | fix code style. | Andrei Karas | 1 | -4/+6 |
2014-05-16 | Move chatmsgtype into separate file. | Andrei Karas | 1 | -5/+5 |
2014-05-13 | Move actor type into separate file. | Andrei Karas | 1 | -2/+2 |
2014-03-16 | fix profiler labels. | Andrei Karas | 1 | -0/+1 |
2014-02-20 | improve includes. | Andrei Karas | 1 | -0/+2 |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 |
2013-12-27 | allow to owner talk from own pet. | Andrei Karas | 1 | -0/+8 |
2013-12-26 | add restrict into chathandler. | Andrei Karas | 1 | -1/+2 |
2013-12-25 | dont show over head text if text ignored or going to trade tab. | Andrei Karas | 1 | -4/+6 |
2013-12-15 | fix multiline motd messages showing/hiding. | Andrei Karas | 1 | -3/+6 |
2013-11-18 | add workaround for imcomplete chat messages in "new" tmw server. | Andrei Karas | 1 | -1/+11 |
2013-11-09 | fix motd message while changing char or reconnecting to server. | Andrei Karas | 1 | -0/+6 |
2013-11-03 | allow special server messgaes before motd if motd is hidden. | Andrei Karas | 1 | -9/+9 |
2013-11-03 | fix motd message show/hide on "new" tmw server. | Andrei Karas | 1 | -2/+12 |
2013-10-24 | add option to show motd message. | Andrei Karas | 1 | -2/+6 |
2013-10-19 | Rename actorspritemanager into actormanager. | Andrei Karas | 1 | -7/+7 |
2013-10-19 | add missing break in chathandler. | Andrei Karas | 1 | -0/+1 |