Age | Commit message (Expand) | Author | Files | Lines |
2020-05-22 | Implement MSC_MAGICATTACKED cast condition for monster skills | Kenpachi Developer | 1 | -0/+1 |
2020-04-14 | Adjust mob_getfriendstatus() to consider characters as friends for summoned m... | Kenpachi Developer | 1 | -1/+1 |
2020-04-11 | Add missing constants for global skill assignment | Kenpachi Developer | 1 | -0/+7 |
2020-04-05 | Increase MAX_MOB_DB to 22000 | Kenpachi Developer | 1 | -1/+1 |
2020-02-09 | Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (no... | Kenpachi Developer | 1 | -4/+5 |
2020-01-13 | Update copyright headers for year 2020 | Haru | 1 | -2/+2 |
2019-12-15 | Merge pull request #2572 from Asheraf/mobviewdatadb | Haru | 1 | -1/+2 |
2019-10-30 | Drop the usage of mob_avail | Asheraf | 1 | -1/+1 |
2019-10-30 | Add support for overriding default view data in mob database | Asheraf | 1 | -0/+1 |
2019-10-22 | Fix Steal accidentally being able to steal cards from certain mobs | Haru | 1 | -1/+0 |
2019-10-18 | Make slave mobs react to master's chase target | skyleo | 1 | -0/+1 |
2019-07-28 | Merge pull request #2510 from Emistry/mobdb_dmg_taken_rate | Haru | 1 | -0/+2 |
2019-07-24 | Update mob_db - DamageTakenRate field | Emistry Haoyan | 1 | -0/+2 |
2019-07-10 | Update atreloadmob to update living mobs | Emistry Haoyan | 1 | -0/+1 |
2019-04-20 | Moved mob drop data to its own structure | Guilherme G. Menaldo | 1 | -2/+11 |
2019-04-20 | Added support for mobs to drop items with Random Options | Guilherme G. Menaldo | 1 | -3/+43 |
2019-02-11 | Change type for class variables from short to int | Andrei Karas | 1 | -1/+1 |
2018-07-19 | Add new constant MAX_ITEM_ID for maximum allowed item id. | Andrei Karas | 1 | -0/+8 |
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 |
2018-05-01 | Replace "--ja--" and "--en--" with constants (source only) | Haru | 1 | -0/+3 |
2018-04-19 | Convert mob_skill_db into libconf format | Asheraf | 1 | -1/+3 |
2018-04-08 | Added delay to tomb spawn | Guilherme G. Menaldo | 1 | -0/+2 |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -0/+1 |
2017-12-23 | Show item drop effects only if monster dropping non looted items. | Andrei Karas | 1 | -0/+1 |
2017-10-30 | Add monster spawn boss flag for miniboss: miniboss_monster | Andrei Karas | 1 | -1/+7 |
2016-10-28 | Fixed copyright year for 2016 | Lemongrass3110 | 1 | -1/+1 |
2016-02-28 | Changed mob mode field to 32 bit, for future expansion | Haru | 1 | -3/+3 |
2016-02-17 | Removed unnecessary typedefs from libconfig | Haru | 1 | -8/+8 |
2016-01-29 | Modified Mob DB loader to behave like the Item DB loader | Haru | 1 | -6/+8 |
2016-01-09 | Corrected various zero-argument function definitions | Haru | 1 | -1/+1 |
2015-12-28 | Added Poring to the mob_id enum | Haru | 1 | -0/+2 |
2015-12-28 | Added Zanzou mob ID to the mob_id enum | Haru | 1 | -0/+2 |
2015-12-28 | Added Summon Legion-related monsters to the mob_id enum | Haru | 1 | -0/+4 |
2015-12-28 | Added Alchemist-related monsters to the enum mob_id | Haru | 1 | -0/+17 |
2015-12-28 | Added Splendide, Manuk and Mora mobs to the mob_id enum | Haru | 1 | -0/+27 |
2015-12-28 | Standardized (source) mob_id enum | Haru | 1 | -3/+79 |
2015-12-23 | Update: | Jedzkie | 1 | -3/+3 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -4/+20 |
2015-12-14 | Added official effect of Mora Berry. | Jedzkie | 1 | -5/+6 |
2015-10-22 | Removed support for the deprecated SQL item, mob, mob_skill databases. | Haru | 1 | -1/+0 |
2015-10-20 | Fixed an issue preventing the mob_db2 from being loaded | Haru | 1 | -1/+1 |
2015-10-19 | Add support for mob_db in conf format. | Andrei Karas | 1 | -3/+9 |
2015-10-11 | Cleanup of the HPluginData implementation (second part) | Haru | 1 | -6/+2 |
2015-10-11 | Cleanup of the HPluginData implementation (First part) | Haru | 1 | -5/+4 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -5/+5 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -2/+2 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -5/+5 |
2015-06-01 | Replaced some of the hardcoded values with constants (map) | Haru | 1 | -13/+20 |
2015-01-12 | Blocked compilation of plugins that use unavailable functions | Haru | 1 | -0/+2 |
2014-12-21 | Move mob_db deletion into separate function. | Andrei Karas | 1 | -0/+1 |