summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-18Replacing rand leftovers with the mt19937arshennetsind1-1/+1
2015-01-1727 Fixesshennetsind1-1/+1
2015-01-11Convert pcdb_checkid into function in pc interface.Andrei Karas1-4/+4
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-6/+8
2014-12-31Fix possible memory overflows and underflows.Andrei Karas1-1/+1
2014-12-28Split mob sql database into mob_db and mob_db_re.malufett1-2/+14
2014-12-21Remove plugin data in mob_db destruction.Andrei Karas1-1/+12
2014-12-21Move mob_db deletion into separate function.Andrei Karas1-6/+10
2014-12-14Fixed Bug#8456malufett1-1/+7
2014-11-28Add function for create npc.Andrei Karas1-7/+2
2014-11-24* 1st Transcendent Spirit, monster position lag fixesMichieru1-0/+10
2014-11-16Whitespace cleanup (no code changes)Haru1-153/+168
2014-11-10Merge pull request #386 from 4144/fixpluginsHaruna1-2/+2
2014-11-10Fix interfaces methods usage.Andrei Karas1-2/+2
2014-11-09Follow git rev: cf18e5578f85bc6c368a2ad4d7c746af8687c7f0Michieru1-0/+1
2014-11-06revert Git:10e6f1a189f20ca346ada2f6199378869b370442Michieru1-20/+6
2014-11-03HPM Hooks UpdateHercules.ws1-4/+4
2014-11-03* No cell stacking implemented (official version)Michieru1-3/+8
2014-10-31- Monster chase range updates (bugreport:7637)Michieru1-15/+16
2014-10-25HPM Hooks UpdateHercules.ws1-12/+12
2014-10-25Sight Blaster and other skill fixes, magic reflect, crash, trap display and m...Michieru1-11/+15
2014-10-18Fix bug:7454Michieru1-18/+9
2014-10-13* Monster skill use behavior, ranges, position lag fixesMichieru1-36/+42
2014-10-02* Rewrote the hard monster AI. Monsters will now behave a lot closer to offic...Michieru1-30/+36
2014-09-20Replaced hardcoded values with constants for status_change_start's flagHaru1-1/+2
2014-09-16Follow: https://github.com/HerculesWS/Hercules/commit/8ab61745b81d1cf0602c799...Michieru1-3/+3
2014-08-07Corrected several format-string errors through the codeHaru1-4/+4
2014-07-08Removed redundant data from guardian_data, saving up to 40 bytes per guardian...panikon1-53/+40
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