summaryrefslogtreecommitdiff
path: root/src/map/mob.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-2/+2
2016-02-17Replaced some now unnecessary includes with forward declarations in header filesHaru1-0/+1
2016-02-17Removed unnecessary typedefs from libconfigHaru1-15/+15
2016-02-17Renamed config->read_file to config->load_fileHaru1-1/+4
2016-02-09Small tweaks to mob_drop_adjustHaru1-7/+13
2016-01-29Re-added support for the JName field in the mob dbHaru1-0/+8
2016-01-29Replaced several floating-point operations with integer operationsHaru1-15/+13
2016-01-29Modified Mob DB loader to behave like the Item DB loaderHaru1-247/+384
2016-01-13Added support to mark constants in db/constants.conf as deprecatedHaru1-1/+1
2016-01-12Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)Haru1-1/+1
2016-01-09Corrected various zero-argument function definitionsHaru1-1/+1
2016-01-06Replaced the remaining explicit casts with BL_CAST/BL_UCASTHaru1-24/+13
2016-01-06Replaced some explicit casts with BL_UCASTHaru1-19/+16
2016-01-06Replaced some map->id2sd calls with the proper map->id2XX functionHaru1-2/+2
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-36/+46
2016-01-06Change all TBL_NPC to struct npc_data as per style guidelineshemagx1-1/+1
2016-01-06Change all TBL_ELEM to struct elemental_data as per style guidelineshemagx1-2/+2
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