summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-17Change all chat mute checks to use pc->can_talk instead of direct check.hemagx1-2/+2
2015-12-17Add bAddMaxWeight bonus for increasing player's max weightAnnieRuru1-0/+4
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-14follow up f975f0a55ca930fd0f95a6209bea479ac9bc3a5dhemagx1-1/+1
2015-12-14Players now will auto warped to random spot in the map upon login in-case the...hemagx1-0/+3
2015-12-13ItemDB Updates:Jedzkie1-0/+2
2015-12-13Fixed an issue in the bonus2 bAddMonsterDropChainItem implementationHaru1-3/+3
2015-12-13Corrected an error in bonus3 bAddMonsterDropItemHaru1-1/+1
2015-12-10Rename 'ITEMIDBATTLE_MANUAL100' to 'ITEMID_BATTLE_MANUAL100'.Jedzkie1-1/+1
2015-12-06Fixed issues with compound races in bonuses where they're handled as arraysHaru1-323/+203
2015-12-06Replaced RC_BOSS/RC_NONBOSS bitmask combinations with RC_ALL bitmasksHaru1-25/+32
2015-12-06Refactored/fixed race handling for bonuses that store it as a bitmaskHaru1-63/+44
2015-12-04Merge pull request #910 from dastgir/idleAndrei Karas1-0/+8
2015-12-04Added a function to update idle timeDastgir1-0/+8
2015-11-14Changed struct map_session_data::queues into a VECTOR and renamed to ::script...Haru1-6/+5
2015-11-14Standardized script-queue related commandsHaru1-1/+1
2015-11-14Fix @QMapChangeTo$ not usable when HQO_OnMapChange triggeredAnnieRuru1-1/+1
2015-11-14Renamed hQueue/hQueueIterator/hQueueOpt to latest standardsHaru1-6/+6
2015-11-08Fixes missing new RC_ constants in some bonuses. Fixes #815Dastgir1-25/+102
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