summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-13Return actual result from pc_insert_card.Andrei Karas1-1/+5
2015-10-11Fixed another compiler warning (follow-up to 5c22b63)Haru1-1/+1
2015-10-11Fixed various compiler warnings (follow-up to 5c22b63)Haru1-17/+17
2015-10-11Cleanup of the HPluginData implementation (second part)Haru1-4/+2
2015-10-11Cleanup of the HPluginData implementation (First part)Haru1-18/+4
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-228/+202
2015-09-24Add bl parameter to map_searchrandfreecell and map_addflooritem.Andrei Karas1-2/+2
2015-09-24Add bl parameter to getcell functions.Andrei Karas1-3/+3
2015-09-18Clarified the intent of several assignments inside conditional expressionsHaru1-5/+5
2015-09-09Autotrade Struct to HPMdastgir1-1/+30
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-15Moved session array into the socket interfaceHaru1-2/+2
2015-08-15Added showmsg HPM interfaceHaru1-10/+4
2015-08-15Cleaned 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