Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-29 | Remove unused dirs | Andrei Karas | 1 | -50202/+0 | |
2020-06-16 | Add missing mobs and items for custom or disabled scripts in pre-re | Andrei Karas | 1 | -0/+46 | |
2020-04-11 | Update monster DB file headers (entry structure) | Kenpachi Developer | 1 | -2/+2 | |
2020-02-01 | Updated documentation of default value for mob DB field ViewData->HairStyleId. | Kenpachi Developer | 1 | -1/+1 | |
Additionally fixed reference to monster modes deocumentation in doc/mob_db.txt. | |||||
2020-01-13 | Update copyright headers for year 2020 | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-10-30 | Add support for overriding default view data in mob database | Asheraf | 1 | -0/+15 | |
2019-07-24 | Update mob_db - DamageTakenRate field | Emistry Haoyan | 1 | -0/+1 | |
- adjust the damage taken by monster. (default = `100 = 1x`) - ref: https://github.com/idathena/trunk/commit/e267d2e2dada6196b479a6f2f35e9d25291ef22b | |||||
2019-04-20 | Added support for mobs to drop items with Random Options | Guilherme G. Menaldo | 1 | -0/+2 | |
2017-03-12 | Fixes #569. Adds mob_db.txt documentation. | AtlantisRO | 1 | -2/+2 | |
Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2016-11-20 | Replaced some unsupported symbols in AegisNames (step 2) | Haru | 1 | -118/+118 | |
This removes the remaining unsupported symbols (despite they being official names) in AegisNames: The apostrophe (`'`) sign is suppressed. The full replacement rules (cumulative with the step 1 commit) are thus: - Any apostrophe is suppressed. - Any non-`[A-Za-z0-9_]` character is replaced with an underscore (`_`). - If the replaced symbol is at a word boundary (beginning or end of the string, or next to another underscore), it is suppressed instead. - If the replacement causes an AegisName conflict, underscores are appended appropriately. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-11-20 | Replaced some unsupported symbols in AegisNames (step 1) | Haru | 1 | -2/+2 | |
This removes some unsupported symbols (despite they being official names) in AegisNames. The replacement rules used are: - Any non-`[A-Za-z0-9_']` character is replaced with an underscore (`_`). - If the replaced symbol is at a word boundary (beginning or end of the string, or next to another underscore), it is suppressed instead. - If the replacement causes an AegisName conflict, underscores are appended appropriately. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-11-20 | Synchronized the AegisName between re and pre-re item databases | Haru | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-28 | Added monsters with NoKnockback | Dastgir | 1 | -0/+1 | |
2016-02-28 | Added NoKnockback Mode for monsters | Dastgir | 1 | -0/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-29 | Re-added JName for the monsters that require it | Haru | 1 | -0/+178 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-29 | Re-added support for the JName field in the mob db | Haru | 1 | -0/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-29 | Replaced numeric sizes with Size_* constants in the mob db | Haru | 1 | -1081/+1081 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-29 | Replaced numeric races with RC_* constants in the mob db | Haru | 1 | -1081/+1081 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-29 | Replaced numeric elements with Ele_* constants in the mob database | Haru | 1 | -1081/+1081 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-12-23 | Follow Up c69a756f. Removed redundnat conditions, added XmasLunatic to pre-re | Dastgir | 1 | -0/+37 | |
2015-12-15 | Updated header for libconfig-based databases | Haru | 1 | -27/+52 | |
It now includes a GPL-compliant license/copyright mention Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-10-20 | Converted all the commented out mob_db/mob_db22 entries to the new format | Haru | 1 | -187/+3099 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2015-10-20 | Convert mob_db to new format. | Andrei Karas | 1 | -0/+46983 | |