summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-05ItemDB SQL SyncHercules.ws2-9/+18
2020-04-05Merge pull request #2658 from Kenpachi2k13/new_status_changesHaru8-5/+398
2020-04-05Merge pull request #2663 from 4144/updatepacketsHaru10-16/+42
2020-04-05Merge pull request #2656 from Kenpachi2k13/getiteminfo_fixHaru1-2/+2
2020-04-05Merge pull request #2655 from Kenpachi2k13/mem_leak_fixHaru1-0/+1
2020-04-05HPM Hooks UpdateHercules.ws10-0/+190
2020-04-05Merge pull request #2581 from 4144/backtraceHaru51-76/+27949
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
2020-03-30Add helpers to find the correct executable path for libbacktraceHaru1-2/+65
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 diff...Haru8-22/+21
2020-03-30Fix a memory leak caused by repeatedly allocating the libbacktrace state at e...Haru3-11/+32
2020-03-30Add libbacktraceAndrei Karas49-58/+27686
2020-03-21Release v2020.03.08+2Haru1-1/+8
2020-03-21Merge pull request #2664 from Kenpachi2k13/looter_fixHaru1-2/+5
2020-03-21Move misplaced condition in unit_walktobl() functionKenpachi Developer1-2/+5
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
2020-03-14Merge pull request #2659 from skyleo/unit_aggro_fixIbrahem Zidan1-1/+1
2020-03-14Fix wrong return-value on success by unit->walktoblskyleo1-1/+1
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
2020-03-09Update Travis-CI configurationHaru1-2/+2
2020-03-09Update Doxygen configuration (Doxygen 1.8.16)Haru1-40/+2025
2020-03-09Merge pull request #2651 from Emistry/clif_selllist_favoriteHaru1-0/+3
2020-03-09Constants Documentation SyncHercules.ws1-1/+1
2020-03-09ItemDB SQL SyncHercules.ws2-21/+21
2020-03-09Merge pull request #2648 from Kenpachi2k13/itemskill_fixHaru11-41/+101
2020-03-09Merge pull request #2642 from Kenpachi2k13/zone_disabled_items_fixHaru2-222/+317
2020-03-09Constants Documentation SyncHercules.ws1-0/+3
2020-03-09Merge pull request #2639 from Kenpachi2k13/getiteminfo_extensionHaru3-22/+60
2020-03-09Merge pull request #2638 from Kenpachi2k13/increase_max_mob_list_per_mapHaru1-0/+8
2020-03-08Merge pull request #2633 from Kenpachi2k13/pc_setpos_return_valuesHaru1-9/+17
2020-03-08Merge pull request #2628 from Kenpachi2k13/unitiswalkingHaru2-0/+64
2020-03-08Merge pull request #2546 from HerculesWS/unit_refactorHaru21-758/+1030