summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-25New Entity Packets Implemented (Thanks to Rytech)Dastgir1-2/+13
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-14Added official effect of Mora Berry.Jedzkie1-1/+4
2015-12-13ItemDB Updates:Jedzkie1-1/+3
2015-12-06Refactored/fixed race handling for bonuses that store it as a bitmaskHaru1-2/+2
2015-11-12Added subtype initializer to npc_create_npcHaru1-3/+1
2015-11-12Moved class and dir initializers to npc_create_npcHaru1-6/+1
2015-10-22Removed support for the deprecated SQL item, mob, mob_skill databases.Haru1-60/+1
2015-10-20Fixed an issue preventing the mob_db2 from being loadedHaru1-8/+5
2015-10-19Add support for mob_db in conf format.Andrei Karas1-239/+539
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-11Cleanup of the HPluginData implementation (second part)Haru1-2/+1
2015-10-11Cleanup of the HPluginData implementation (First part)Haru1-10/+2
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-16/+15
2015-09-24Add bl parameter to map_searchrandfreecell and map_addflooritem.Andrei Karas1-2/+2
2015-09-24Add bl parameter to getcell functions.Andrei Karas1-3/+3
2015-09-18Clarified the intent of several assignments inside conditional expressionsHaru1-3/+4
2015-09-17Added Configuration in enabling/disabling monster hp bar on new clients.Frost1-10/+10
2015-09-10Add to path search functions source bl for plugins usage.Andrei Karas1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-07-25Reduce memory usage in HPM in skill.cAndrei Karas1-4/+4
2015-06-19Removed ".." from include directivesHaru1-35/+35
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-15/+15
2015-02-23Extend official_cell_stack_limit option.Andrei Karas1-1/+1
2015-02-13Fixed alchemist marine sphere causing double deletion on renewalshennetsind1-5/+5
2015-01-22Removed name distinction between (sql) mob/item/mob_skill db and db_re variantsHaru1-12/+6
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-32/+29
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