summaryrefslogtreecommitdiff
path: root/src/map/clif.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-22Remove unsupportable config settingsBen Longbons1-14/+5
2015-01-03Switch MATCH to separate begin/end macrosBen Longbons1-7/+9
2015-01-03Merge remote-tracking branch 'origin/hotfix'Ben Longbons1-5/+7
2015-01-03Document every network packet's pre, post, and descBen Longbons1-105/+3
2014-11-19Magically allow "break" within WITH_VARBen Longbons1-5/+7
2014-10-26Fix header rankingBen Longbons1-38/+7
2014-10-26New ast module for for npc parsingBen Longbons1-0/+34
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-64/+53
2014-10-06Remove vestigial support for offhanded weaponsBen Longbons1-3/+2
2014-09-30Rename enum Option to Opt0Ben Longbons1-9/+9
2014-09-14Send mob max_hp and hp to client in packet 0x007bRawng1-0/+2