summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-5070/+0
2012-08-07Disable splash damage in townsv12.8.7Ben Longbons1-1/+1
2012-07-06Make mob splash range configurableBen Longbons1-2/+5
2012-07-06Make all mobs do radius-0 splash damage.Ben Longbons1-0/+15
2011-04-03Fix some more compiler warningsBen Longbons1-303/+297
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons1-106/+77
2011-03-16Use makefiles correctly and expand include dirsBen Longbons1-5/+5
2011-03-02Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ...Ben Longbons1-148/+148
2010-10-09Add "master" target for mob skill useremoitnane1-7/+28
2010-07-06Add new map flag and condition for mob skillsremoitnane1-0/+5
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller1-3562/+4315
2009-11-22Fix a segfault when the master of a summoned monster is not onlineFreeyorp1-1/+1
2009-10-15Merge remote branch 'taw/master'Jared Adams1-10/+31
2009-10-10Better logging, initial job experience gathering, naming fixes to the skill s...Fate1-5/+13
2009-09-30Merge branch 'master' of git://gitorious.org/tmw-eathena/mainlineMadCamel1-1/+1
2009-09-26Fix a bug in mob exp determinationJared Adams1-1/+1
2009-09-16Modified AI so mob stop walking to their target's last location when the targ...MadCamel1-9/+30
2009-09-16Found and replaced more calls to rand()MadCamel1-1/+1
2009-09-11Added mapserver config option log_file to specify gzipped player action log fileFate1-0/+2
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis1-8/+8
2009-05-14Fine-tuned poison: lower HP further and slow down health item regenerationFate1-2/+2
2009-03-08Strip some more outJared Adams1-150/+1
2009-03-08Remove pet and vending systemsJared Adams1-35/+2
2009-01-04Fix a type bug in exp formula and add modified expJared Adams1-1/+2
2009-01-03Add a function to calculate mob exp based on statsJared Adams1-0/+23
2008-12-05Finished bounding XP boni by absolute valuesFate1-2/+19
2008-12-05Added table of absolute change to ensure that mob stat mutations are signific...Fate1-0/+27
2008-12-03Award 200% / 250% ... / 300% for two to six combatants against the same monsterFate1-2/+11
2008-12-01Added mutations to mobs (must change mob_db.txt)Fate1-13/+169
2008-11-03Convert src/map/mob.c to use RAND macros since testing of first conversion we...Dennis Friis1-51/+51
2008-10-12Don't forget to check 'src' for 0, as is done later on as wellBjørn Lindeijer1-1/+1
2008-10-11Commit magic patch v13Jared Adams1-1/+10
2008-09-28Commit Mantis 440: eAthena patch to strip whitespace from item and monster DBsJared Adams1-0/+1
2008-04-02initial checkinDennis Friis1-0/+4216