summaryrefslogtreecommitdiff
path: root/src/map/pc.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-29Re-introducing clone-nocopy skillshennetsind1-45/+43
2013-03-27Introducing Costume Garment Slot 8192shennetsind1-6/+17
2013-03-27Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-1/+1
2013-03-27Introducing Hercules' Map Zone Databaseshennetsind1-13/+10
2013-03-22Fixed Bug #7101malufett1-1/+1
2013-03-21Fixed Bug #7131malufett1-2/+7
2013-03-02Hercules Renewal: skill.cshennetsind1-42/+41
2013-03-01Hercules Renewal: battle.cshennetsind1-2/+2
2013-02-27Fixed Bug #6527malufett1-2/+1
2013-02-24Fixed Bug #7092malufett1-0/+8
2013-02-24Revert "Fixed Bug #7091"shennetsind1-8/+0
2013-02-24Fixed Bug #7091malufett1-0/+8
2013-02-21Fixed Trick Dead not being removed on job changeshennetsind1-2/+13
2013-02-18Improvements all over the placeshennetsind1-15/+18
2013-02-16Updating the Headers across source filesshennetsind1-1/+1
2013-02-15Extending readparam functionalityshennetsind1-608/+708
2013-02-14Introducing Git Hashshennetsind1-2/+9
2013-02-14Fixed Bug #5018shennetsind1-7/+10
2013-02-07Fixing mistake in modified source code headersshennetsind1-1/+1
2013-02-05Fix Bug # 7049malufett1-1/+44
2013-02-04Merged some commits from rAthena.Matheus Macabu1-0/+4
2013-02-03item_noequip overhaul / Fixed Bug #7048shennetsind1-39/+16
2013-02-03Updating the headers of so-far modified files with outdated headersshennetsind1-2/+3
2013-02-03Fixed Bug #7048shennetsind1-42/+32
2013-01-31Fixed Bug #6918shennetsind1-0/+2
2013-01-27Fixed Bug #6689shennetsind1-0/+5
2013-01-08* Renaming variable name from nsiuid to unique_id for better understanding of...markzd1-2/+2
2013-01-08Another fix with the @follow issue.ediejohnny1-0/+1
2013-01-07* Implemented Unique identifier for Non stackable items. (tid:69380)markzd1-1/+5
2013-01-02-Follow up r17065 glighta1-2/+2
2012-12-30-Harmonize skillid, skill_num, skillnum, skill, to skill_id and same for skil...glighta1-49/+49
2012-12-29Fixed bugreport:6074 updated Renewal Def and MDef damage reduction formula. S...rud0lp201-1/+5
2012-12-28Removed the (int)var 'statlimit' from the pc.c to avoid some lines of code at...ediejohnny1-13/+7
2012-12-27> Follow-up r17048:euphyy1-0/+11
2012-12-26- Follow up: r17046markzd1-0/+4
2012-12-26Fixed bugreport:7049, where cast time bonus would not work if Renewal is used...markzd1-1/+6
2012-12-20* Follow up r16676markzd1-0/+4
2012-12-11Happy Holidays and Happy 12/12/12 :)rud0lp201-0/+4
2012-12-05- Added safer multiplication in battle formulas to prevent int32 from overflo...markzd1-1/+1
2012-12-05- Re-committed r16986 (pid:161281).glighta1-2/+2
2012-12-05- Re-committed r16981/trunk/src/ and follow up r16988/trunk/src/ (pid:161281).glighta1-8/+4
2012-12-05- Re-committed r16974/trunk/src/ (pid:161281).momacabu1-0/+20
2012-12-05- Re-committed r16969/trunk/src/ (tid:74924).glighta1-22/+9
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-8145/+8045
2012-11-30- Minor tweak in @jobchange, it will now read msg_athena.conf job names;momacabu1-2/+2
2012-11-29* Fixed bugreport:6942 where bSkillCooldown was not applying to skills.markzd1-11/+11
2012-11-29Fixed bugreport:5689 recoded/reimplement RE Matk formula(including RE Heal)rud0lp201-8/+4
2012-11-28- Fixed bugreport:6304, where mail titles could be bypassed thus having no le...momacabu1-0/+20
2012-11-26-Fix bugreport:6930 heal -Hp,0; percentheal -100,0; causing crashmapglighta1-22/+8
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-8045/+8143