summaryrefslogtreecommitdiff
path: root/src/map/clif.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-05fix emote spam crashFreeyorp1-22/+21
2016-05-13Merge pull request #224 from mekolat/npctalkmekolat1-1/+2
2016-05-12add undefined_gat check for SenWho::ALL_SAMEMAPmekolat1-7/+10
2016-05-12don't send name in 0x8d if shorter than 4 char longmekolat1-1/+2
2016-05-05add MUTE paramsmekolat1-0/+24
2016-04-24fix npc gender for ManaPlusmekolat1-1/+9
2016-04-15do not send superfluous info on LoadEndAckmekolat1-28/+26
2016-04-15improvements, cleanup, bug fixesmekolat1-1/+5
2016-04-15do not send spell invocation back to the castermekolat1-25/+21
2016-04-15give priority to custom commands over built-in commandsmekolat1-3/+3
2016-04-15Remove old Magicwushin1-11/+2
2016-04-15Magic -> Map Npcswushin1-1/+1
2016-04-15implement SMSG_PLAYER_CLIENT_COMMANDmekolat1-0/+14
2016-04-14implement SMSG_SCRIPT_MESSAGEmekolat1-0/+20
2016-04-10modify remote execution prevention, check for client versionmekolat1-9/+10
2016-04-10consolidate client version handlingmekolat1-80/+88
2016-04-06always send nick to selfmekolat1-1/+1
2016-04-02remote execution vulnerability fixmekolat1-17/+12
2016-04-01add player nicks back to messageswushin1-17/+17
2016-02-08allow to not allocate stats on CCmekolat1-3/+3
2015-09-27bl could leave and cause clif_send to look for people on undefined.gatwushin1-10/+20
2015-08-03Disable unstable move3 with new manaplusRawng1-15/+32
2015-06-20add map mask supportmekolat1-0/+16
2015-06-20add clif_message_towardsmekolat1-6/+25
2015-06-20npc actionsmekolat1-0/+18
2015-06-19implement change music packetmekolat1-0/+16
2015-06-19Merge pull request #103 from mekolat/pvpWushin1-76/+100
2015-06-17also send (towards) when enter areamekolat1-83/+73
2015-06-16implement set title packetmekolat1-0/+14
2015-06-16do not send new stuff to old clientsmekolat1-5/+8
2015-06-16send map pvp statusmekolat1-0/+16
2015-05-31send pvp channel and rank to clientmekolat1-0/+15
2015-05-21invert mob hpmekolat1-8/+8
2015-05-19fix mob hp, add mob range, unfuck packetsmekolat1-7/+18
2015-05-19add a builtin to change npc direction and make them sitmekolat1-10/+84
2015-05-19allow to make npcs sitmekolat1-18/+25
2015-05-18Merge pull request #91 from mekolat/versionWushin1-2/+28
2015-05-18add version check to clif_sendquestmekolat1-0/+6
2015-05-18add version check to mob walkpathmekolat1-1/+21
2015-05-17use client versionmekolat1-1/+1
2015-05-13Fixes #93 (status effects now removed on spawn)Nick Ashley1-0/+1
2015-05-07wait for the player to be added to block listmekolat1-6/+6
2015-05-06Merge pull request #16 from Rawng/walkpathfixtestWushin1-0/+27
2015-05-06Merge pull request #17 from Rawng/mobhpWushin1-0/+2
2015-05-02npc -1 => 32767mekolat1-2/+2
2015-04-29Merge pull request #65 from wushin/quest-logWushin1-0/+54
2015-04-26Fix merge conflictsRawng1-0/+27
2015-04-25Add Bitmasked Quest Logwushin1-0/+54
2015-04-23make emotion send to a single ridmekolat1-6/+0
2015-01-23Use generated config for mapBen Longbons1-49/+12