summaryrefslogtreecommitdiff
path: root/src/map/pc.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-23Changed map_session_data::chatID to int (and renamed to chat_id)Haru1-4/+4
2016-04-23Removed some code duplication in chat processing functionsHaru1-0/+1
2016-04-23Split supernovice angel call message detection to its own functionHaru1-1/+3
2016-04-19Corrected type for sd->fontcolor_tidHaru1-1/+1
2016-03-20Dropped typedef from DBMapHaru1-2/+2
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-2/+3
2016-03-16Fixes HerculesWS/Hercules#1198 and fixes HerculesWS/Hercules#1194 introduced ...Kolkka1-1/+1
2016-03-06Check allowed range for "View" field in item_db for weapon items.Andrei Karas1-2/+2
2016-02-28Changed mob mode field to 32 bit, for future expansionHaru1-1/+1
2016-02-24Added const qualifier to several variable/argument pointersHaru1-1/+1
2016-01-16Added OneClickIdentify packetDastgir1-0/+2
2016-01-03Rewritten skill_tree parser in a more robust wayHaru1-7/+9
2015-12-24Item Update:Jedzkie1-0/+2
2015-12-17Change all chat mute checks to use pc->can_talk instead of direct check.hemagx1-0/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-04Merge pull request #910 from dastgir/idleAndrei Karas1-0/+1
2015-12-04Added a function to update idle timeDastgir1-0/+1
2015-11-14Changed struct map_session_data::queues into a VECTOR and renamed to ::script...Haru1-2/+1
2015-10-11Cleanup of the HPluginData implementation (second part)Haru1-5/+2
2015-10-11Cleanup of the HPluginData implementation (First part)Haru1-4/+2
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-1/+1
2015-09-09Autotrade Struct to HPMdastgir1-0/+4
2015-08-15HPM compatibility improvementsHaru1-5/+3
2015-08-11Add n parameter to function pc_equipitem_pos.Andrei Karas1-1/+1
2015-08-05Add optional parameter to warp script command for prevent stoping npc scripts...Andrei Karas1-0/+1
2015-07-18Move check cards related code into separate functions.Andrei Karas1-0/+2
2015-06-19Removed ".." from include directivesHaru1-17/+17
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-6/+31
2015-05-31Fixed Bug#8673malufett1-0/+1
2015-05-19Fixed some issues reported by coverity scan [3/3]Haru1-14/+14
2015-05-17Added bonus4 variant of bAddEff to specify a durationHaru1-4/+8
2015-03-27Hercules 'job_db1.txt' Redesignmalufett1-0/+2
2015-03-11RENEWAL Updates:malufett1-0/+3
2015-02-23Hercules Ultimate Localization Designshennetsind1-0/+2
2015-02-17Fixed Bug#7938malufett1-0/+1
2015-01-24Channels refactoring: joinHaru1-1/+0
2015-01-24Moved the Hercules Channel System to its own file/interfaceHaru1-2/+2
2015-01-23Cleaned up spirit charms implementation (optimized memory and CPU usage)Haru1-4/+5
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-1/+8
2015-01-19Extract exp table validation into separate function.Andrei Karas1-0/+2
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru1-0/+2
2015-01-11Convert pcdb_checkid into function in pc interface.Andrei Karas1-13/+2
2014-12-26Fix compilation errors and possible server crash from previous commits.Andrei Karas1-2/+2
2014-12-26Follow up@6dd08befa6064a652d0d98e7cb85f0e353992dd5malufett1-9/+0
2014-12-26Updated KG/OB Spirit Charms to official behaviormalufett1-2/+11
2014-12-10RENEWAL Updates:malufett1-2/+2
2014-12-02Split functions pc_equipitem and pc_unequipitem.Andrei Karas1-0/+2
2014-11-16Whitespace cleanup (no code changes)Haru1-84/+82
2014-11-11Corrected some uninitialized interface functionsHaru1-3/+0
2014-11-03Introducing 2014-10-22, Roulette and Per-Char Gender!shennetsind1-0/+7