summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-17Fixed issue where a crash would occur in mobs with MD_RANDOMTARGET, issue: 82...panikon1-2/+5
2014-05-30Fixed typos inside src/Shido1-12/+12
2014-05-29Implemented MD_RANDOMTARGET, see doc/mob_db_mode_list.txt for more informationpanikon1-7/+19
2014-05-13Removed trailing whitespace (sources)Haru1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-33/+36
2014-05-10Revert "Fixed order of includes in all source files"panikon1-36/+33
2014-05-09Fixed order of includes in all source filesHaru1-33/+36
2014-02-27Cleaned up messages.confHaru1-1/+1
2014-02-22Changed function types related to SG days in date.cpanikon1-2/+2
2014-02-14sc sourcesshennetsind1-6/+6
2014-02-14Renewal mechanics rebalance mega-updateMichieru1-3/+4
2014-02-11Fixed bug 7977 as in rAthena revf488861298d50afb41f8418700ae164e63bee070panikon1-1/+1
2014-02-09Improved script case check reports to include more accurate source info.Haru1-0/+6
2014-01-18Socket interfacedshennetsind1-1/+1
2014-01-11Hercules 1st 2014 MegaPatchshennetsind1-2/+2
2013-12-17Speed up of several procedures that rely on ERS, _mreallocz ('z'ero)shennetsind1-2/+1
2013-12-17Fixed several compiler warningsHaru1-9/+10
2013-12-09Fixed some logic errorsshennetsind1-1/+1
2013-12-04Follow-up to 6e9c385b8fa2fbca97ca23e35f0b8e5dabd13526Haru1-8/+14
2013-12-01Changed item Aegis ID and mob Sprite ID lookups to case sensitive.Haru1-3/+3
2013-11-30Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-1/+1
2013-11-29Minor improvementshennetsind1-30/+29
2013-11-29Corrected an uninitialized variable when adding an itemHaru1-1/+1
2013-11-27Fixed Bug 7858shennetsind1-0/+8
2013-11-27Dropped emperium spawn restrictionsshennetsind1-3/+9
2013-11-26Fixed Bug 7794shennetsind1-0/+13
2013-11-19Sanitized and improved several macros through the codeHaru1-1/+1
2013-11-18Corrected size-related constant names and cleaned up comments (closes #222).Mumbles1-3/+3
2013-11-08Added support for monster spritename constantsHaru1-0/+11
2013-11-06Merge remote-tracking branch 'upstream/master'shennetsind1-9/+17
2013-11-06Merge pull request #217 from HerculesWS/script-checkershennetsind1-6/+14
2013-11-06Modified status_calc_shennetsind1-3/+3
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-6/+14
2013-10-30Account-wide Exp/Drop/Death Modifiersshennetsind1-0/+6
2013-10-26Changed 'tick' variables to 64 bitHaru1-45/+36
2013-10-02HPM: Map.c Completedshennetsind1-44/+44
2013-09-28Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-1/+1
2013-09-28HPM: pc.c Completedshennetsind1-4/+4
2013-09-27Corrected mob_warpslave_sub call with CLR_TELEPORT instead of CLR_RESPAWN.cannelle1-1/+1
2013-09-27HPM: Skill.c Completedshennetsind1-4/+4
2013-09-27Renamed iMap interface to mapHaru1-155/+127
2013-09-27Renamed iStatus interface to statusHaru1-56/+56
2013-09-26Renamed variables that would conflict with a rename of iMap to mapHaru1-49/+43
2013-09-25Renamed local variables that would conflict with a rename of iStatus to statusHaru1-74/+71
2013-09-25Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-48/+32
2013-09-25Renamed iTimer interface to timer.shennetsind1-30/+30
2013-09-25Renamed more forgotten variables during interface conversionsHaru1-33/+21
2013-09-21Fixed a potentially negative array subscript causing a mapserver crashHaru1-15/+11
2013-09-17HPM: Itemdb.c Interfaceshennetsind1-2/+2
2013-09-16HPM: Quest.c Interfaceshennetsind1-2/+2