summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-0/+1
2014-12-31Fix possible memory overflows and underflows.Andrei Karas1-2/+2
2014-12-26Updated KG/OB Spirit Charms to official behaviormalufett1-15/+18
2014-12-17Corrected a trivial null pointer case detected by XcodeHaru1-1/+4
2014-12-16Add function what called if player leave npc area.Andrei Karas1-1/+1
2014-12-14Fixed some improper grammar.Mysteries1-1/+1
2014-12-10RENEWAL Updates:malufett1-10/+34
2014-12-08HPM Hooks UpdateHercules.ws1-7/+7
2014-12-08fix /mineffect or /minimize when change mapMichieru1-7/+8
2014-12-06initialize missing variable in clif_changelook.Andrei Karas1-1/+1
2014-12-06add channels config into clif interface.Andrei Karas1-79/+82
2014-12-06Add function for actual packet sending from clif_send_sub.Andrei Karas1-0/+6
2014-12-06Move actual 0xc3 and 0x1d7 packets sending into one function.Andrei Karas1-40/+20
2014-11-16Whitespace cleanup (no code changes)Haru1-109/+117
2014-11-10Fix interfaces methods usage.Andrei Karas1-6/+6
2014-11-03Fix compile warning in VC++Michieru1-1/+1
2014-11-03Merge pull request #363 from EPuncker/masterMichieru1-2/+2
2014-11-03Adjusted roulette logic ( see 239d480487e24294975f35ed55f210837ad1088e )shennetsind1-14/+14
2014-11-03Merge branch 'master' of github.com:HerculesWS/Herculesshennetsind1-2/+3
2014-11-03Introducing 2014-10-22, Roulette and Per-Char Gender!shennetsind1-13/+335
2014-10-31Fix possible buffer overflow in irc channel name parsing.Andrei Karas1-2/+3
2014-10-25HPM Hooks UpdateHercules.ws1-1/+1
2014-10-25Sight Blaster and other skill fixes, magic reflect, crash, trap display and m...Michieru1-1/+3
2014-10-25Added some missing variable initializationsHaru1-2/+4
2014-10-24pc_isriding* / pc_setriding* cleanupHaru1-16/+17
2014-10-13* Monster skill use behavior, ranges, position lag fixesMichieru1-1/+2
2014-10-05Follow up a46b190764df4cce0b378bc691218ac0814a5673shennetsind1-1/+1
2014-10-05Follow up b9b32ac7609eshennetsind1-1/+1
2014-09-21Fix Switching arrows no longer stops attacks. (rathena: a080117a74bd)Michieru1-1/+0
2014-09-21Fixed Bug 8293shennetsind1-1/+14
2014-09-20Added 4 new permissionsEPuncker1-2/+2
2014-09-20Fixed Bug 8186shennetsind1-10/+5
2014-09-20Fixed Bug 8138shennetsind1-1/+1
2014-09-20Fixed Bug 7894shennetsind1-2/+2
2014-09-20Fixed Bug 8263shennetsind1-2/+6
2014-09-19Update official Homunculus renewal stats (bug:6970) http://hercules.ws/board/...Michieru1-1/+1
2014-09-16Follow: https://github.com/HerculesWS/Hercules/commit/8ab61745b81d1cf0602c799...Michieru1-7/+7
2014-09-14Fixes sitting on trap, SO_VACUUM_EXTREME and RA_CAMOUFLAGEcsnv1-0/+1
2014-08-20Follow-up to b294026e6614a652c23bb0cea8a0d4dc69d8b125Haru1-6/+6
2014-08-20Fixed an issue when Token_Of_Siegfried is used, under certain conditionsIbrahim Hossam1-4/+4
2014-08-10- Fix makes knockback default to the leftMichieru1-1/+1
2014-08-07Corrected several format-string errors through the codeHaru1-26/+28
2014-07-11Fixed reserved __identifier violationsHaru1-1/+1
2014-07-10Corrected some SC behaviour, special thanks to Rytechpanikon1-14/+11
2014-07-09Fixed possible crash in clif_getareachar_skillunit, related to issue 6561 (ht...panikon1-0/+2
2014-07-08Removed redundant data from guardian_data, saving up to 40 bytes per guardian...panikon1-2/+2
2014-05-30Fixed typos inside src/Shido1-48/+48
2014-05-13Removed trailing whitespace (sources)Haru1-16/+16
2014-05-10Moved MAX_CARTS and NEW_CARTS defines into common/mmo.hHaru1-1/+2
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-40/+43