summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-28Update doc/script_commands.txtKenpachi Developer1-3/+8
2020-03-28Add optional paramter <account id> to checkpcblock() script commandKenpachi Developer1-2/+2
2020-03-28Add return values to setpcblock() script commandKenpachi Developer1-1/+4
2020-03-28Add optional paramter <account id> to setpcblock() script commandKenpachi Developer1-2/+2
2020-03-22Expand column size of `ipbanlist`.`list` from 13 to 39Kenpachi Developer3-1/+26
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-17Add Grenades requirement to Spread Attack in RE mode to make Grenade Launcher...Kenpachi Developer1-0/+1
2020-03-15Make skills check if equipped ammunition type is appropriate for equipped weaponKenpachi Developer1-4/+2
2020-03-14Make skills cast by Improvised Song ignore all requirementsKenpachi Developer1-5/+7
2020-03-14Remove IT_DELAYCONSUME related auto-cast codeKenpachi Developer2-24/+0
2020-03-14Remove skillitem and skillitemlv variables and use map_session_data->autocast...Kenpachi Developer4-22/+15
2020-03-14Remove obsolete auto-cast type validation from skill_check_condition_castbegi...Kenpachi Developer1-18/+14
2020-03-14Use map_session_data->autocast.type instead of skillitem variable to check fo...Kenpachi Developer4-22/+22
2020-03-14Remove map_session_data->state.itemskill_* and use map_session_data->autocast...Kenpachi Developer6-20/+7
2020-03-14Remove itemskill_id and itemskill_lv helper variables, since they are not use...Kenpachi Developer3-15/+0
2020-03-14Remove skill_is_item_skill() function and use map_session_data->autocast.type...Kenpachi Developer8-58/+6
2020-03-14Remove map_session_data->state.abra_flag and use map_session_data->autocast.t...Kenpachi Developer3-9/+7
2020-03-14Remove map_session_data->state.autocast and use map_session_data->autocast.ty...Kenpachi Developer3-29/+6
2020-03-14Add skill_validate_autocast_data() function callsKenpachi Developer2-4/+32
2020-03-14Add skill_validate_autocast_data() functionKenpachi Developer2-0/+27
2020-03-14Remove misplaced pc_autocast_clear() function callKenpachi Developer1-5/+0
2020-03-14Add pc_autocast_clear() function callsKenpachi Developer5-10/+18
2020-03-14Rename function pc_itemskill_clear() to pc_autocast_clear()Kenpachi Developer10-30/+30
2020-03-14Add map_session_data->autocast.itemskill_* assignmentsKenpachi Developer2-0/+8
2020-03-14Add map_session_data->autocast.skill_id/_lv assignmentsKenpachi Developer3-0/+8
2020-03-14Add map_session_data->autocast.type assignmentsKenpachi Developer4-0/+38
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-13Apply code style to clif_charnameupdate() functionKenpachi Developer1-24/+35
2020-03-13Apply code style to clif_pcname_ack() functionKenpachi Developer1-39/+46
2020-03-13Apply code style to ACMD(fakename) functionKenpachi Developer1-16/+22