Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-05 | Remove fields from pet DB where default values can be used | Kenpachi Developer | 2 | -1077/+0 | |
2020-04-05 | Add pet DB documentation file (doc/pet_db.txt) | Kenpachi Developer | 1 | -0/+196 | |
2020-04-05 | Update pet DB file headers (entry structure) | Kenpachi Developer | 2 | -24/+24 | |
* Changed the field order. to be more logical. * Changed the description of *Item fields to use the item constants, since they are string fields. * Fixed indentation. | |||||
2020-04-05 | Increase MAX_MOB_DB to 22000 | Kenpachi Developer | 1 | -1/+1 | |
Increased MAX_MOB_DB to 22000 to support new mobs/pets with IDs 20000+. (For example NIGHTMARE_TERROR_H (20373) and WANDER_MAN_H (20420).) This also eliminates the conflict between job IDs and clone IDs. (Issue #303) | |||||
2020-04-05 | Remove pet_hungry_friendly_decrease config setting | Kenpachi Developer | 3 | -6/+0 | |
2020-04-05 | Add new field Intimacy.StarvingDecrement to pet DB | Kenpachi Developer | 4 | -1/+11 | |
2020-04-05 | Add new field Intimacy.StarvingDelay to pet DB | Kenpachi Developer | 4 | -4/+14 | |
2020-04-05 | Add new field HungerDecrement to pet DB | Kenpachi Developer | 4 | -1/+10 | |
2020-04-05 | Add default values and limits to pet DB fields | Kenpachi Developer | 3 | -45/+55 | |
2020-04-05 | Change EggItem field in pet DB to be mandatory | Kenpachi Developer | 3 | -10/+14 | |
2020-04-05 | Remove SpriteName field from pet DB | Kenpachi Developer | 3 | -156/+1 | |
Since it was never used for anything, the SpriteName field is removed from the pet DB. Internally it's kept and set to the sprite name corresponding to the defined monster ID, to not break plug-ins which may use it. | |||||
2020-04-05 | Add ID validation to pet_read_db_sub() function | Kenpachi Developer | 1 | -0/+6 | |
2020-04-05 | Add a base rate validation to pet_target_check() function | Kenpachi Developer | 1 | -0/+3 | |
2020-04-05 | Add a HungerDelay validation to pet_hungry() function | Kenpachi Developer | 1 | -0/+11 | |
2020-04-05 | Add pet_hungry_timer only if a pet's HungerDelay is greater than 0 | Kenpachi Developer | 1 | -8/+5 | |
2020-04-05 | Adjust pet intimacy calculation when feeding | Kenpachi Developer | 1 | -15/+18 | |
Adjusted the hunger level depending intimacy calculation when feeding the pet, to be closer to offical behaviour. (Thanks to @hemagx again.) | |||||
2020-04-05 | Adjust pet catch rate calculation | Kenpachi Developer | 1 | -1/+1 | |
Thanks to @hemagx. | |||||
2020-04-05 | Add value capping to pet_set_intimate() function | Kenpachi Developer | 2 | -12/+4 | |
2020-04-05 | Add enum for pet intimacy levels and use its constants | Kenpachi Developer | 9 | -31/+46 | |
2020-04-05 | Add enum for pet hunger levels and use its constants | Kenpachi Developer | 6 | -25/+39 | |
2020-04-05 | HPM Hooks Update | Hercules.ws | 5 | -0/+34 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-04-05 | Merge pull request #2657 from Kenpachi2k13/autocast_clean_up | Haru | 14 | -226/+221 | |
Clean up auto-cast related code | |||||
2020-04-05 | Merge pull request #2660 from Kenpachi2k13/skill_check_ammo_type | Haru | 2 | -4/+3 | |
Make skills check if equipped ammunition type is appropriate for equipped weapon | |||||
2020-04-05 | Constants Documentation Sync | Hercules.ws | 1 | -0/+9 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-04-05 | ItemDB SQL Sync | Hercules.ws | 2 | -9/+18 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-04-05 | Merge pull request #2658 from Kenpachi2k13/new_status_changes | Haru | 8 | -5/+398 | |
Add new status changes and update related items | |||||
2020-04-05 | Merge pull request #2663 from 4144/updatepackets | Haru | 10 | -16/+42 | |
Update packets up to 2020-04-01 | |||||
2020-04-05 | Merge pull request #2656 from Kenpachi2k13/getiteminfo_fix | Haru | 1 | -2/+2 | |
Fix overflowing pointer in getiteminfo() script command | |||||
2020-04-05 | Merge pull request #2655 from Kenpachi2k13/mem_leak_fix | Haru | 1 | -0/+1 | |
Fix memory leak in npc_expanded_barter_fromsql() function | |||||
2020-04-05 | HPM Hooks Update | Hercules.ws | 10 | -0/+190 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-04-05 | Merge pull request #2581 from 4144/backtrace | Haru | 51 | -76/+27949 | |
Add proper backtrace logging even if functions is hidden. | |||||
2020-04-02 | Add missing libraries into plugins make file | Andrei Karas | 1 | -1/+1 | |
2020-04-02 | Add always triggered assert in clif_unknownname_ack | Andrei Karas | 1 | -0/+1 | |
2020-04-02 | Fix typo in packet PACKET_ZC_SE_CASHSHOP_OPEN (Fixes #2669) | Andrei Karas | 3 | -3/+2 | |
2020-04-02 | Update packets keys and shuffle packets | Andrei Karas | 4 | -8/+16 | |
2020-04-02 | Update packets table | Andrei Karas | 2 | -4/+22 | |
2020-03-30 | Enable libbacktrace by default only on Linux | Andrei Karas | 2 | -13/+31 | |
2020-03-30 | Fix compilation with disabled libbacktrace | Andrei Karas | 2 | -19/+24 | |
2020-03-30 | Disable libbacktrace by default | Haru | 7 | -329/+454 | |
It's currently only tested on linux, and doesn't work yet on macOS (tested on 10.15). Further work is necessary Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-03-30 | Add helpers to find the correct executable path for libbacktrace | Haru | 1 | -2/+65 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-03-30 | Fix compilation errors reported by gcc >= 8 in libbacktrace's macho.c | Haru | 1 | -10/+24 | |
2020-03-30 | Fix Makefile-based compilation on platforms that use libbacktrace with a ↵ | Haru | 8 | -22/+21 | |
different executable format than elf | |||||
2020-03-30 | Fix a memory leak caused by repeatedly allocating the libbacktrace state at ↵ | Haru | 3 | -11/+32 | |
every printed backtrace Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-03-30 | Add libbacktrace | Andrei Karas | 49 | -58/+27686 | |
2020-03-21 | Release v2020.03.08+2 | Haru | 1 | -1/+8 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-03-21 | Merge pull request #2664 from Kenpachi2k13/looter_fix | Haru | 1 | -2/+5 | |
Fix mobs get stuck when trying to loot | |||||
2020-03-21 | Move misplaced condition in unit_walktobl() function | Kenpachi Developer | 1 | -2/+5 | |
2020-03-17 | Add Grenades requirement to Spread Attack in RE mode to make Grenade ↵ | Kenpachi Developer | 1 | -0/+1 | |
Launchers usable | |||||
2020-03-15 | Make skills check if equipped ammunition type is appropriate for equipped weapon | Kenpachi Developer | 1 | -4/+2 | |
2020-03-14 | Make skills cast by Improvised Song ignore all requirements | Kenpachi Developer | 1 | -5/+7 | |