summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-17Move check is item usable or not to separate method.Andrei Karas1-1/+1
2014-12-14Fixed some improper grammar.Mysteries1-3/+3
2014-12-10RENEWAL Updates:malufett1-0/+16
2014-12-06add channels config into clif interface.Andrei Karas1-1/+1
2014-12-02Split functions pc_equipitem and pc_unequipitem.Andrei Karas1-136/+150
2014-12-02Add item attribute what prevent item removing on use.Andrei Karas1-1/+1
2014-11-16Whitespace cleanup (no code changes)Haru1-137/+143
2014-11-10Fix interfaces methods usage.Andrei Karas1-2/+2
2014-11-03Merge pull request #363 from EPuncker/masterMichieru1-0/+6
2014-10-30Fixed Bug#8012malufett1-2/+2
2014-10-29Added 2014 Halloween Event and made status change parameter optional on montr...Taylor Locke1-0/+4
2014-10-24pc_isriding* / pc_setriding* cleanupHaru1-34/+99
2014-10-18Revert "Some Quality of Life Changes"Haru1-40/+4
2014-10-18Some Quality of Life ChangesTaylor Locke1-4/+40
2014-10-05Follow up a46b190764df4cce0b378bc691218ac0814a5673shennetsind1-2/+2