summaryrefslogtreecommitdiff
path: root/src/map/clif.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-15add gm automod toolgumi1-0/+1
2018-12-18add player heal packetsv18.12.18gumi1-0/+2
2016-05-13implement SMSG_MAP_SET_TILES_TYPE, add builtin sendcollisionmekolat1-0/+1
2016-04-15implement SMSG_PLAYER_CLIENT_COMMANDmekolat1-0/+1
2016-04-14implement SMSG_SCRIPT_MESSAGEmekolat1-0/+1
2015-06-20add map mask supportmekolat1-0/+1
2015-06-20add clif_message_towardsmekolat1-0/+1
2015-06-20npc actionsmekolat1-0/+1
2015-06-19implement change music packetmekolat1-0/+1
2015-06-19Merge pull request #103 from mekolat/pvpWushin1-0/+2
2015-06-16implement set title packetmekolat1-0/+1
2015-06-16send map pvp statusmekolat1-0/+1
2015-05-31send pvp channel and rank to clientmekolat1-0/+1
2015-05-19add a builtin to change npc direction and make them sitmekolat1-1/+4
2015-05-19allow to make npcs sitmekolat1-0/+1
2015-04-29Merge pull request #65 from wushin/quest-logWushin1-0/+3
2015-04-25Add Bitmasked Quest Logwushin1-0/+3
2015-04-23make emotion send to a single ridmekolat1-0/+1
2015-01-23Use generated config for mapBen Longbons1-5/+3
2015-01-03Document every network packet's pre, post, and descBen Longbons1-5/+0
2014-10-26Fix header rankingBen Longbons1-10/+3
2014-10-26New ast module for for npc parsingBen Longbons1-0/+2
2014-10-13Convert container lookups to use Option<Borrowed<T>>Ben Longbons1-4/+4
2014-10-08Split script.cppBen Longbons1-2/+2
2014-10-06Remove vestigial support for offhanded weaponsBen Longbons1-2/+2
2014-06-27This is more reliableBen Longbons1-16/+13
2014-06-26Stick everything in a namespaceBen Longbons1-0/+4
2014-06-26specialize inventory/storage indicesBen Longbons1-10/+10
2014-05-27Generate the char server protocolBen Longbons1-10/+10
2014-05-12Split net/ from mmo/Ben Longbons1-2/+4
2014-04-24Header cleanupBen Longbons1-2/+4
2014-04-22Use strict ID typesBen Longbons1-14/+14
2014-04-09Add all the missing copyright headersBen Longbons1-0/+22
2014-03-31Be stricter about most arraysBen Longbons1-2/+0
2014-03-16Clean up header organizationBen Longbons1-6/+7
2014-02-04Convert fd to Session* where meaningfulBen Longbons1-9/+9
2014-01-25Implement unified config parsing (mostly)Ben Longbons1-1/+1
2013-12-06Add basic source formatting toolsBen Longbons1-10/+10
2013-10-05Split string header into piecesBen Longbons1-1/+2
2013-09-09Use IP4 classes and rename conf variablesBen Longbons1-3/+4
2013-08-01Poison std::string and use the various string classesBen Longbons1-24/+24
2013-06-23add new stuff stuff (with tests!), poison memcmp and strncpyBen Longbons1-2/+3
2013-06-18Also poison memcpy, memmove, and memsetBen Longbons1-13/+12
2013-05-25Switch block_list and subclasses to dumb_ptrBen Longbons1-90/+90
2013-02-12Strictify timersBen Longbons1-4/+7
2013-02-07Remove some macrosBen Longbons1-5/+10
2013-02-07Remove some more Skill-related stuffBen Longbons1-2/+3
2013-02-01Remove unnecessary includes, speeding up recompilationBen Longbons1-22/+18
2013-01-07Use cxxstdioBen Longbons1-3/+4
2012-12-24Enumify some more things ... maybe even everythingBen Longbons1-6/+8