summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-24Added const qualifier to various variable/argument pointersHaru1-38/+58
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-56/+55
2016-02-24Changed RFIFOP and WFIFOP to return const void * and void * respectivelyHaru1-1/+3
2016-02-24Added const qualifier to several variable/argument pointersHaru1-100/+129
2016-02-24Added const qualifier to the {RFIFO,RBUF}{B,W,L,Q} familiesHaru1-1/+3
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-14/+14
2016-02-17Removed unnecessary typedefs from libconfigHaru1-8/+8
2016-02-17Renamed config->read_file to config->load_fileHaru1-6/+2
2016-01-31Move P2PTR Macro to socket header and split the macro into two macros for WFI...hemagx1-9/+14
2016-01-29Merge pull request #1108 from 4144/pcreconfigureHaru1-2/+0
2016-01-25Fix packet id being sent encrypted to Hercules Plugin Manager.hemagx1-8/+8
2016-01-21Remove unused PCRE_SUPPORT define.Andrei Karas1-2/+0
2016-01-16Added OneClickIdentify packetDastgir1-0/+17
2016-01-12Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)Haru1-16/+16
2016-01-10Fixed an accidental MAX_CART_DECORATION leftoverHaru1-4/+4
2016-01-09Added support for MC_CARTDECORATE skill.Jedzkie1-0/+44
2016-01-06Replaced the remaining explicit casts with BL_CAST/BL_UCASTHaru1-4/+9
2016-01-06Replaced some explicit casts with BL_UCASTHaru1-97/+109
2016-01-06Replaced some map->id2sd calls with the proper map->id2XX functionHaru1-25/+23
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-24/+23
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-7/+6
2016-01-06Change all TBL_NPC to struct npc_data as per style guidelineshemagx1-39/+39
2016-01-06Change all TBL_ELEM to struct elemental_data as per style guidelineshemagx1-1/+1
2016-01-06Change all TBL_PET to struct pet_data as per style guidelineshemagx1-4/+4
2016-01-06Change all TBL_SKILL to struct skill_data as per style guidelineshemagx1-2/+2
2016-01-06Change all TBL_MER to struct mercenary_data as per style guidelineshemagx1-2/+2
2016-01-06Change all TBL_HOM to struct homun_data as per style guidelineshemagx1-2/+2
2016-01-06Change all TBL_MOB to struct mob_data as per strly guidelineshemagx1-61/+57
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-59/+61
2016-01-05Added Support for BodyStyleDastgir1-3/+27
2015-12-25Merge pull request #1009 from Jedzkie/ItemDB_UpdatesDastgir1-13/+21
2015-12-25Implemented NoViewIDDastgir1-12/+12
2015-12-25Follow up https://github.com/HerculesWS/Hercules/commit/eb0d0dc677e1d3e584de9...Jedzkie1-57/+57
2015-12-25Merge pull request #977 from dastgir/5-DressRoomhemagx1-0/+14
2015-12-25New Entity Packets Implemented (Thanks to Rytech)Dastgir1-8/+44
2015-12-23PetDB Update:Jedzkie1-13/+14
2015-12-23Item Update:Jedzkie1-0/+7
2015-12-20Fixed showing HP bar for monsters even if disabled on 2015 clients and onward.hemagx1-3/+3
2015-12-17Dressroom Packet implementedDastgir1-0/+14
2015-12-17Change all chat mute checks to use pc->can_talk instead of direct check.hemagx1-7/+7
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-04Merge pull request #910 from dastgir/idleAndrei Karas1-32/+16
2015-12-04Added a function to update idle timeDastgir1-32/+16
2015-11-14Changed struct script_queue::item into a VECTOR and Renamed to ::entriesHaru1-3/+3
2015-11-14Renamed hQueue/hQueueIterator/hQueueOpt to latest standardsHaru1-1/+1
2015-11-14Fixed some direct accesses to script->hq[] from other modules.Haru1-1/+1
2015-10-28Fix memory leak in quest sending packet (closes #831)Andrei Karas1-0/+1
2015-10-24Merge pull request #811 from ossi0110/masterHaruna1-28/+42
2015-10-21Fixed Typos (+1 squashed commits)ossi01101-28/+42
2015-10-21Merge remote-tracking branch 'upstream/master'Er_Maqui1-1/+1