summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-04-05Merge pull request #2660 from Kenpachi2k13/skill_check_ammo_typeHaru2-4/+3
Make skills check if equipped ammunition type is appropriate for equipped weapon
2020-04-05Constants Documentation SyncHercules.ws1-0/+9
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-04-05ItemDB SQL SyncHercules.ws2-9/+18
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-04-05Merge pull request #2658 from Kenpachi2k13/new_status_changesHaru8-5/+398
Add new status changes and update related items
2020-04-05Merge pull request #2663 from 4144/updatepacketsHaru10-16/+42
Update packets up to 2020-04-01
2020-04-05Merge pull request #2656 from Kenpachi2k13/getiteminfo_fixHaru1-2/+2
Fix overflowing pointer in getiteminfo() script command
2020-04-05Merge pull request #2655 from Kenpachi2k13/mem_leak_fixHaru1-0/+1
Fix memory leak in npc_expanded_barter_fromsql() function
2020-04-05HPM Hooks UpdateHercules.ws10-0/+190
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-04-05Merge pull request #2581 from 4144/backtraceHaru51-76/+27949
Add proper backtrace logging even if functions is hidden.
2020-04-02Add missing libraries into plugins make fileAndrei Karas1-1/+1
2020-04-02Add always triggered assert in clif_unknownname_ackAndrei Karas1-0/+1
2020-04-02Fix typo in packet PACKET_ZC_SE_CASHSHOP_OPEN (Fixes #2669)Andrei Karas3-3/+2
2020-04-02Update packets keys and shuffle packetsAndrei Karas4-8/+16
2020-04-02Update packets tableAndrei Karas2-4/+22
2020-03-30Enable libbacktrace by default only on LinuxAndrei Karas2-13/+31
2020-03-30Fix compilation with disabled libbacktraceAndrei Karas2-19/+24
2020-03-30Disable libbacktrace by defaultHaru7-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-30Add helpers to find the correct executable path for libbacktraceHaru1-2/+65
Signed-off-by: Haru <haru@dotalux.com>
2020-03-30Fix compilation errors reported by gcc >= 8 in libbacktrace's macho.cHaru1-10/+24
2020-03-30Fix Makefile-based compilation on platforms that use libbacktrace with a ↵Haru8-22/+21
different executable format than elf
2020-03-30Fix a memory leak caused by repeatedly allocating the libbacktrace state at ↵Haru3-11/+32
every printed backtrace Signed-off-by: Haru <haru@dotalux.com>
2020-03-30Add libbacktraceAndrei Karas49-58/+27686
2020-03-21Release v2020.03.08+2Haru1-1/+8
Signed-off-by: Haru <haru@dotalux.com>
2020-03-21Merge pull request #2664 from Kenpachi2k13/looter_fixHaru1-2/+5
Fix mobs get stuck when trying to loot
2020-03-21Move misplaced condition in unit_walktobl() functionKenpachi Developer1-2/+5
2020-03-17Add Grenades requirement to Spread Attack in RE mode to make Grenade ↵Kenpachi Developer1-0/+1
Launchers usable
2020-03-15Make skills check if equipped ammunition type is appropriate for equipped weaponKenpachi Developer1-4/+2
2020-03-14Update items which use new status changesKenpachi Developer2-5/+281
2020-03-14Add SC_ALMIGHTY status changeKenpachi Developer4-0/+15
2020-03-14Add SC_SKF_CAST status changeKenpachi Developer5-0/+15
2020-03-14Add SC_SKF_ASPD status changeKenpachi Developer4-0/+15
2020-03-14Add SC_SKF_ATK status changeKenpachi Developer4-0/+13
2020-03-14Add SC_SKF_MATK status changeKenpachi Developer4-0/+13
2020-03-14Add SC_VITALIZE_POTION status changeKenpachi Developer6-0/+19
2020-03-14Add SC_POPECOOKIE status changeKenpachi Developer4-0/+27
2020-03-14Release v2020.03.08+1Haru1-3/+8
Signed-off-by: Haru <haru@dotalux.com>
2020-03-14Merge pull request #2659 from skyleo/unit_aggro_fixIbrahem Zidan1-1/+1
Fix wrong return-value on success by unit->walktobl
2020-03-14Fix wrong return-value on success by unit->walktoblskyleo1-1/+1
This bugged aggressive monsters for example, as they wouldn't move to you and just do a move animation on 1 cell, stationary. Introduced by fe378985d5267bee1f73049c826ad4f1e9c2b9c4
2020-03-12Use script_pushstrcopy() instead of script_pushstr() for returning item namesKenpachi Developer1-2/+2
2020-03-11Free StringBuf is case of error in npc_expanded_barter_fromsql() functionKenpachi Developer1-0/+1
2020-03-09Release v2020.03.08Haru1-0/+58
Signed-off-by: Haru <haru@dotalux.com>
2020-03-09Update Travis-CI configurationHaru1-2/+2
This is just a compatibility update, the configuration is equivalent to the previous Signed-off-by: Haru <haru@dotalux.com>
2020-03-09Update Doxygen configuration (Doxygen 1.8.16)Haru1-40/+2025
Signed-off-by: Haru <haru@dotalux.com>
2020-03-09Merge pull request #2651 from Emistry/clif_selllist_favoriteHaru1-0/+3
Item with favorite flag can't sell to NPC.
2020-03-09Constants Documentation SyncHercules.ws1-1/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-03-09ItemDB SQL SyncHercules.ws2-21/+21
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-03-09Merge pull request #2648 from Kenpachi2k13/itemskill_fixHaru11-41/+101
Fix itemskill() script command
2020-03-09Merge pull request #2642 from Kenpachi2k13/zone_disabled_items_fixHaru2-222/+317
Fix (un)equip script execution for map zone restrcited items
2020-03-09Constants Documentation SyncHercules.ws1-0/+3
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-03-09Merge pull request #2639 from Kenpachi2k13/getiteminfo_extensionHaru3-22/+60
Extend getiteminfo() script command