summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-04-05Merge pull request #2660 from Kenpachi2k13/skill_check_ammo_typeHaru1-4/+2
2020-04-05Merge pull request #2658 from Kenpachi2k13/new_status_changesHaru4-0/+56
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/backtraceHaru8-34/+235
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-30Disable libbacktrace by defaultHaru5-30/+60
2020-03-30Add helpers to find the correct executable path for libbacktraceHaru1-2/+65
2020-03-30Fix Makefile-based compilation on platforms that use libbacktrace with a diff...Haru5-5/+5
2020-03-30Fix a memory leak caused by repeatedly allocating the libbacktrace state at e...Haru3-11/+32
2020-03-30Add libbacktraceAndrei Karas6-27/+114
2020-03-21Move misplaced condition in unit_walktobl() functionKenpachi Developer1-2/+5
2020-03-15Make skills check if equipped ammunition type is appropriate for equipped weaponKenpachi Developer1-4/+2
2020-03-14Add SC_ALMIGHTY status changeKenpachi Developer2-0/+6
2020-03-14Add SC_SKF_CAST status changeKenpachi Developer3-0/+6
2020-03-14Add SC_SKF_ASPD status changeKenpachi Developer2-0/+6
2020-03-14Add SC_SKF_ATK status changeKenpachi Developer2-0/+4
2020-03-14Add SC_SKF_MATK status changeKenpachi Developer2-0/+4
2020-03-14Add SC_VITALIZE_POTION status changeKenpachi Developer4-0/+12
2020-03-14Add SC_POPECOOKIE status changeKenpachi Developer2-0/+18
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-09Merge pull request #2651 from Emistry/clif_selllist_favoriteHaru1-0/+3
2020-03-09Merge pull request #2648 from Kenpachi2k13/itemskill_fixHaru6-11/+13
2020-03-09Merge pull request #2642 from Kenpachi2k13/zone_disabled_items_fixHaru2-222/+317
2020-03-09Merge pull request #2639 from Kenpachi2k13/getiteminfo_extensionHaru2-22/+56
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/unitiswalkingHaru1-0/+33
2020-03-08Correct some typos in doc of unit->walk_toxy_timerskyleo1-2/+2
2020-03-08Update HPM Hooksskyleo4-10/+44
2020-03-08Change bl parameter to be const in unit->getdirskyleo2-3/+3
2020-03-08Update HPM Hooksskyleo4-90/+124
2020-03-08Handle not known values of bl->type with assertionskyleo1-1/+4
2020-03-08Expect bl to be not NULL in unit->bl2udskyleo1-3/+2
2020-03-08Change src parameter to be const in map_calc_dirskyleo2-2/+2
2020-03-08Add unit->cbl2ud for when using const block_listskyleo2-0/+34
2020-03-08Change the name of all functions which got their return-value meaning changedskyleo8-81/+81
2020-03-08Execute map->freeblock_unlock() if assertion failsLeo Pflug1-6/+24
2020-03-08Rename UNIT_UNITDEFINES_H to MAP_UNITDEFINES_HLeo Pflug1-3/+3
2020-03-08Do not split assignment on commaLeo Pflug1-2/+2
2020-03-08Undo removal of attack->dir_unknownLeo Pflug2-1/+8
2020-03-08Update HPM Hooksskyleo4-15/+15