summaryrefslogtreecommitdiff
path: root/src/map/skill.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-12279/+0
2011-04-03Fix some more compiler warningsBen Longbons1-39/+34
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons1-123/+102
2011-03-16Use makefiles correctly and expand include dirsBen Longbons1-3/+3
2011-03-02convert from SHIFT-JIS files with errorsBen Longbons1-1421/+1421
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller1-9242/+11255
2009-09-27Added resist-poison skill that reduces the amount of time spent poisonedFate1-0/+4
2009-09-26Initial support for skill pools (available via at commands andFate1-0/+7
2009-09-20Initial support for skill poolsFate1-7/+55
2009-09-18Replace basic skill with three new skillsJared Adams1-1/+3
2009-08-30Fixed a few MRAND errors in skill.cMadCamel1-5/+5
2009-08-29Converted to Mersenne Twister for random.MadCamel1-68/+68
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis1-8/+9
2009-06-17Added extra checks to ensure spell invocations aren't incorrectly deletedFate1-1/+1
2009-06-16Slow poison now reports a different status effectFate1-0/+18
2009-06-16Removed unnecessary am-healing flag, incorporated healing packets with regula...Fate1-0/+25
2009-06-16use pc_heal() instead of hacked-up code to report mob special skill damage, h...Fate1-8/+10
2009-06-01Factor poison severity and "protect" spell into determining mob poison attack...Fate1-2/+7
2009-05-31Made sure that healing items work while poison is slowedFate1-1/+0
2009-05-16Fixed SC_POISON to take duration in val1Fate1-1/+1
2009-05-16Added sc_check command to determine whether a given status change is activeFate1-0/+16
2009-05-14Fine-tuned poison: lower HP further and slow down health item regenerationFate1-5/+7
2009-05-13Fixed all compiler warnings and several small bugs in the processMadCamel1-2/+2
2009-03-08Remove pet and vending systemsJared Adams1-105/+8
2009-01-12Fixed support for the "hide" spellFate1-0/+1
2008-12-25Remove some unused skill stuffJared Adams1-440/+17
2008-12-07Report all status changesFate1-0/+12
2008-12-01Added mutations to mobs (must change mob_db.txt)Fate1-2/+2
2008-11-02* Minor cleanup in login serverJared Adams1-1/+1
2008-10-11Commit magic patch v13Jared Adams1-2/+35
2008-04-02initial checkinDennis Friis1-0/+10637