summaryrefslogtreecommitdiff
path: root/src/map/battle.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-30Rename files for C++ conversion. Does not compile.Ben Longbons1-6282/+0
2012-07-06Make mob splash range configurableBen Longbons1-1/+5
2011-04-03Fix some more compiler warningsBen Longbons1-24/+24
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons1-16/+10
2011-03-16Use makefiles correctly and expand include dirsBen Longbons1-4/+4
2011-03-02Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ...Ben Longbons1-629/+629
2010-10-08Added IP address reply packet 0x20C (len 10)MadCamel1-1/+9
2010-09-16Removed configuration vars for trade and sit spamMadCamel1-66/+0
2010-04-04Fixed some bad code that was generating compiler warningsMadCamel1-3/+3
2010-04-04Added packet rate limiter and flood prevention system.MadCamel1-1/+27
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller1-4504/+5796
2009-09-27Added "Mallard's Eye" skill (45) for ranged weapon users: increaseFate1-7/+17
2009-09-26Initial support for skill pools (available via at commands andFate1-7/+41
2009-09-20Initial support for skill poolsFate1-0/+15
2009-09-11Added mapserver config option log_file to specify gzipped player action log fileFate1-0/+26
2009-08-29Converted to Mersenne Twister for random.MadCamel1-0/+1
2009-08-16Adjust auto ban code and add sit spam handlingJared Adams1-3/+32
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis1-2/+3
2009-07-06Add a new trade spam systemJared Adams1-6/+34
2009-07-06Revert "Add a new trade spam system"Jared Adams1-666/+638
2009-07-06Add a new trade spam systemJared Adams1-638/+666
2009-05-13Fixed all compiler warnings and several small bugs in the processMadCamel1-0/+2
2009-05-03Fixed antispam to use a timer that doesn't wrapMadCamel1-1/+1
2009-04-09New and improved anti-spam systemMadCamel1-25/+27
2009-03-08Strip some more outJared Adams1-14/+2
2009-03-08Remove pet and vending systemsJared Adams1-561/+5
2008-12-01Added mutations to mobs (must change mob_db.txt)Fate1-19/+20
2008-11-03Correct src/map/battle.c to use new clarified macro.Dennis Friis1-6/+6
2008-11-03Convert src/map/battle.c to use RAND macros, should give a more balanced game...Dennis Friis1-65/+65
2008-11-02* Minor cleanup in login serverJared Adams1-2/+4
2008-10-25Commit Mantis 504Jared Adams1-2/+7
2008-10-11Commit magic patch v13Jared Adams1-4/+33
2008-10-04relax dropstealing protection. Mantis #429, patch by fate.Dennis Friis1-0/+2
2008-04-10Add configurable anti spam system, with possible auto ban.Dennis Friis1-1/+32
2008-04-02initial checkinDennis Friis1-0/+5374