summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-13HPM compatibility improvementsHaru1-0/+1
2015-08-13Moved session array into the socket interfaceHaru1-2/+2
2015-08-13Added showmsg HPM interfaceHaru1-10/+4
2015-08-13Cleaned up socket interfaceHaru1-2/+2
2015-08-11Add n parameter to function pc_equipitem_pos.Andrei Karas1-2/+15
2015-08-11Fix issue #634. Delay actual item deletion after running item script.Andrei Karas1-2/+5
2015-08-10Move unequip item script function call into function script_run_item_unequip_...Andrei Karas1-4/+4
2015-08-10Move equip item script function call into function script_run_item_equip_script.Andrei Karas1-3/+4
2015-08-10Move use item script function call into function script_run_use_script.Andrei Karas1-12/+7
2015-08-10Fixes #630, RC_NonBoss was including all races even if they weren't meant to be.Dastgir1-16/+16
2015-08-05Add optional parameter to warp script command for prevent stoping npc scripts...Andrei Karas1-0/+1
2015-07-25Reduce memory usage in HPM in skill.cAndrei Karas1-26/+26
2015-07-18Move check cards related code into separate functions.Andrei Karas1-28/+70
2015-07-08Update Unique ID system to match official now it cover all cash items include...Ibrahim Hossam1-3/+4
2015-06-19Removed ".." from include directivesHaru1-45/+45
2015-06-12RC_Player, RC_DemiPlayer, RC_NonPlayer, RC_NonDemiPlayer, RC_All and Ele_All ...Dastgir1-82/+424
2015-06-02Merge remote-tracking branch 'upstream/pr/530' into herculesHaru1-1/+5
2015-06-02Re-implemented clif->colormes to accept arbitrary colorsHaru1-14/+12
2015-06-01Followup in malufett's commit a5a8605Lemongrass31101-1/+5
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-83/+77
2015-05-31Fixed Bug#8673malufett1-0/+19
2015-05-19Fixed some issues reported by coverity scan [3/3]Haru1-10/+4
2015-05-18Removed duplicates of clif->msgtableHaru1-19/+19
2015-05-17Follow-up to 5be01dcHaru1-2/+2
2015-05-17Added bonus4 variant of bAddEff to specify a durationHaru1-8/+41
2015-04-10Fixed Bug#8615malufett1-1/+1
2015-04-10Merge branch 'master' of https://github.com/HerculesWS/Hercules into JobDBRed...malufett1-8/+15
2015-04-07Done show error message in client if was used item with flag KeepAfterUse.Andrei Karas1-6/+7
2015-04-07Return from pc_equipitem/pc_unequipitem 0 if cant equip item and 1 if item eq...Andrei Karas1-2/+8
2015-03-27Hercules 'job_db1.txt' Redesignmalufett1-152/+158
2015-03-11RENEWAL Updates:malufett1-0/+6
2015-02-23Hercules Ultimate Localization Designshennetsind1-15/+17
2015-02-20Fixed Bug#8540malufett1-1/+2
2015-02-17Fixed Bug#7938malufett1-6/+21
2015-01-28Follow-up to e778f4f5f1b6a08adee5e7e908a44c38cd29bd12Haru1-0/+6
2015-01-24Channels refactoring: quit, leave, deleteHaru1-1/+1
2015-01-24Moved the Hercules Channel System to its own file/interfaceHaru1-2/+3
2015-01-23Cleaned up spirit charms implementation (optimized memory and CPU usage)Haru1-60/+81
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-81/+81
2015-01-19Extract exp table validation into separate function.Andrei Karas1-10/+17
2015-01-18Fixing 38 issuesshennetsind1-17/+17
2015-01-1727 Fixesshennetsind1-17/+16
2015-01-17Another ~10 Fixesshennetsind1-25/+29
2015-01-1710 Distinct fixesshennetsind1-2/+2
2015-01-11Convert pcdb_checkid into function in pc interface.Andrei Karas1-6/+21
2014-12-31Remove useless checks.Andrei Karas1-2/+2
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-0/+2
2014-12-31Fix possible memory overflows and underflows.Andrei Karas1-0/+2
2014-12-26Follow up@6dd08befa6064a652d0d98e7cb85f0e353992dd5malufett1-1/+4
2014-12-26Updated KG/OB Spirit Charms to official behaviormalufett1-34/+30