summaryrefslogtreecommitdiff
path: root/src/map/clif.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-27Debug debuggingBen Longbons1-0/+1
2014-08-05Move magic to its own namespaceBen Longbons1-2/+2
2014-08-05Enums are not usually integers, sorryBen Longbons1-0/+1
2014-07-16Revert bounds checks and go back to signed integersBen Longbons1-0/+2
2014-07-01Incorrect death/disappearance formsv14.6.30Ben Longbons1-1/+2
2014-06-30It's about time I did thisBen Longbons1-7/+7
2014-06-26Stick everything in a namespaceBen Longbons1-0/+4
2014-06-26Low hanging fruitBen Longbons1-589/+589
2014-06-26specialize inventory/storage indicesBen Longbons1-76/+78
2014-06-24No one is .neutral() here (except IPv4 addresses)Ben Longbons1-3/+1
2014-06-23Generate the map server protocolBen Longbons1-1408/+1602
2014-05-27Generate the char server protocolBen Longbons1-15/+15
2014-05-20:%s/^\( *\)\([^ ].*\)\?\(LOG\|PRINTF\)[A-Z_]*(\(.*,\n\)\+\zs\(\1 [^ ]\...Ben Longbons1-2/+2
2014-05-12split out the horrible unchecked buffer accessorsBen Longbons1-0/+1