summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-13- Fixed message ID to a lower value.Er_Maqui1-1/+1
2015-10-12- Error message when talking to a pre-defined channel and you aren't on the c...Er_Maqui1-0/+3
2015-10-11Changed HPM->packets[] into an array of VECTORHaru1-6/+6
2015-10-04Added clif->packet() to retrieve info about a packet.Haru1-0/+14
2015-10-02Skip bound items in the mergeitem feature.Haru1-2/+2
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-548/+72
2015-09-24Add bl parameter to getcell functions.Andrei Karas1-2/+2
2015-09-22Corrected more VisualStudio incompatibilitiesHaru1-15/+32
2015-09-18Clarified the intent of several assignments inside conditional expressionsHaru1-6/+6
2015-09-18Follow-up to 21442a885b1214e1b6a2f23a2553da416fb97238Haru1-8/+7
2015-09-17Added Configuration in enabling/disabling monster hp bar on new clients.Frost1-3/+3
2015-09-15Add missing checks into clif.cAndrei Karas1-131/+789
2015-09-14Add missing checks into channel.cAndrei Karas1-1/+1
2015-09-10Add extra checks into mail system.Andrei Karas1-3/+11
2015-09-08Fixed some memory leaks in code using libconfigHaru1-2/+2
2015-08-27Hotkey Rotate Packet ImplementedDastgir1-17/+16
2015-08-27Fixes Unidentified items bug in client >= 20150226Dastgir1-8/+8
2015-08-26FollowUp 509df4d7, fixes a typoDastgir1-1/+1
2015-08-23Fix server crash with some ground skills or traps. Closes #615.Andrei Karas1-0/+1
2015-08-17Merge pull request #619 from dastgir/2015-3ceamHaruna1-73/+121
2015-08-16New EquipPackets SupportDastgir1-73/+121
2015-08-15Added core HPM interfaceHaru1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+3
2015-08-15Moved session array into the socket interfaceHaru1-11/+11
2015-08-15Added showmsg HPM interfaceHaru1-1/+1
2015-08-15Cleaned up socket interfaceHaru1-24/+23
2015-08-05Add optional parameter to warp script command for prevent stoping npc scripts...Andrei Karas1-8/+10
2015-07-25Reduce memory usage in HPM in status.cAndrei Karas1-2/+2
2015-07-25Reduce memory usage in HPM in skill.cAndrei Karas1-14/+14