Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Fixed a memory violation in quest info caused by accessing -1 index when ↵ | Ibrahim Zidan | 2 | -3/+8 | |
qi_list vector length is 0 Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2020-04-05 | Fix quest info copying npc_data instead of storing it pointer, resulting in ↵ | Ibrahim Zidan | 3 | -5/+5 | |
always false comparison and even possible memory violation access Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
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 | release v2020.04.05 | gumi | 1 | -0/+24 | |
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-04-01 | Add case for BL_SKILL to unit_cbl2ud() to not trigger assert-returning | Kenpachi Developer | 1 | -0/+2 | |
2020-04-01 | Add case for BL_SKILL to unit_bl2ud() to not trigger assert-returning | Kenpachi Developer | 1 | -0/+2 | |
2020-03-31 | Fix misplaced return condition | Kenpachi Developer | 1 | -1/+5 | |
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-28 | add support for binary and octal number literals | gumi | 2 | -24/+69 | |
2020-03-28 | Update doc/script_commands.txt | Kenpachi Developer | 1 | -3/+8 | |
2020-03-28 | Add optional paramter <account id> to checkpcblock() script command | Kenpachi Developer | 1 | -2/+2 | |
2020-03-28 | Add return values to setpcblock() script command | Kenpachi Developer | 1 | -1/+4 | |
2020-03-28 | Add optional paramter <account id> to setpcblock() script command | Kenpachi Developer | 1 | -2/+2 | |
2020-03-22 | Expand column size of `ipbanlist`.`list` from 13 to 39 | Kenpachi Developer | 3 | -1/+26 | |
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 | |
2020-03-14 | Remove IT_DELAYCONSUME related auto-cast code | Kenpachi Developer | 2 | -24/+0 | |
First of all: In official servers, skill casting item are consumed immediately and thus IT_DELAYCONSUME should not be used for those items And additionally these code blocks are obsolete, because of the way how skill casting items work. * If the item won't check the skill's requirements, the code block to delete the item of type IT_DELAYCONSUME isn't even executed. * If the item does check the skill's requirements, the check is done prior to the skill casting which would be the same as using IT_USABLE. | |||||
2020-03-14 | Remove skillitem and skillitemlv variables and use ↵ | Kenpachi Developer | 4 | -22/+15 | |
map_session_data->autocast.skill_id/_lv instead | |||||
2020-03-14 | Remove obsolete auto-cast type validation from ↵ | Kenpachi Developer | 1 | -18/+14 | |
skill_check_condition_castbegin() function | |||||
2020-03-14 | Use map_session_data->autocast.type instead of skillitem variable to check ↵ | Kenpachi Developer | 4 | -22/+22 | |
for auto-cast skills | |||||
2020-03-14 | Remove map_session_data->state.itemskill_* and use ↵ | Kenpachi Developer | 6 | -20/+7 | |
map_session_data->autocast.itemskill_* instead | |||||
2020-03-14 | Remove itemskill_id and itemskill_lv helper variables, since they are not ↵ | Kenpachi Developer | 3 | -15/+0 | |
used anymore | |||||
2020-03-14 | Remove skill_is_item_skill() function and use ↵ | Kenpachi Developer | 8 | -58/+6 | |
map_session_data->autocast.type instead | |||||
2020-03-14 | Remove map_session_data->state.abra_flag and use ↵ | Kenpachi Developer | 3 | -9/+7 | |
map_session_data->autocast.type instead | |||||
2020-03-14 | Remove map_session_data->state.autocast and use ↵ | Kenpachi Developer | 3 | -29/+6 | |
map_session_data->autocast.type instead |