summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-06Change all TBL_PET to struct pet_data as per style guidelineshemagx1-2/+2
2016-01-06Change all TBL_MER to struct mercenary_data as per style guidelineshemagx1-2/+2
2016-01-06Change all TBL_HOM to struct homun_data as per style guidelineshemagx1-2/+2
2016-01-06Change all TBL_MOB to struct mob_data as per strly guidelineshemagx1-3/+3
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-7/+7
2015-12-28Added some missing item IDs to their enumHaru1-1/+1
2015-12-28Added Poring to the mob_id enumHaru1-1/+1
2015-12-28Replaced some numeric mob IDs with the proper constants (MOBID_TREASURE_BOX*)Haru1-3/+5
2015-12-28Added Splendide, Manuk and Mora mobs to the mob_id enumHaru1-3/+24
2015-12-28Standardized (source) mob_id enumHaru1-5/+6
2015-12-25Merge pull request #1009 from Jedzkie/ItemDB_UpdatesDastgir1-16/+16
2015-12-25New Entity Packets Implemented (Thanks to Rytech)Dastgir1-2/+13
2015-12-23Update:Jedzkie1-16/+16
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