summaryrefslogtreecommitdiff
path: root/src/map/unit.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-20The Mana World modifications for Evolved Server.Jesusaves1-2/+5
2020-06-02Don't use unit's skill data before it's set in unit_skilluse_id2() and unit_s...Kenpachi Developer1-2/+2
2020-06-01Merge pull request #2723 from Kenpachi2k13/nullpo_unit_steptimerHaru1-3/+2
2020-06-01Make Requirements->State can be grouped by levelsKenpachi Developer1-2/+2
2020-06-01Make InterruptCast can be grouped by levelsKenpachi Developer1-2/+2
2020-05-14Replace NULL pointer report with returning error code in unit_steptimer()Kenpachi Developer1-3/+2
2020-05-10Add pc_autocast_remove() callsKenpachi Developer1-8/+6
2020-05-10Use auto_cast_current instead of autocastKenpachi Developer1-4/+4
2020-05-10Introduce auto-cast vectorKenpachi Developer1-0/+2
2020-04-14Adjust return value of mob_skill_use() and mobskill_event() according to code...Kenpachi Developer1-2/+2
2020-04-05Merge pull request #2678 from Kenpachi2k13/unit_bl2ud_assert_fixHaru1-0/+4
2020-04-05Merge pull request #2676 from Kenpachi2k13/del_timer_fixHaru1-1/+5
2020-04-05Add enum for pet intimacy levels and use its constantsKenpachi Developer1-3/+3
2020-04-05Merge pull request #2657 from Kenpachi2k13/autocast_clean_upHaru1-8/+12
2020-04-01Add case for BL_SKILL to unit_cbl2ud() to not trigger assert-returningKenpachi Developer1-0/+2
2020-04-01Add case for BL_SKILL to unit_bl2ud() to not trigger assert-returningKenpachi Developer1-0/+2
2020-03-31Fix misplaced return conditionKenpachi Developer1-1/+5
2020-03-21Move misplaced condition in unit_walktobl() functionKenpachi Developer1-2/+5
2020-03-14Use map_session_data->autocast.type instead of skillitem variable to check fo...Kenpachi Developer1-2/+2
2020-03-14Remove map_session_data->state.itemskill_* and use map_session_data->autocast...Kenpachi Developer1-2/+2
2020-03-14Remove skill_is_item_skill() function and use map_session_data->autocast.type...Kenpachi Developer1-2/+2
2020-03-14Add skill_validate_autocast_data() function callsKenpachi Developer1-4/+8
2020-03-14Rename function pc_itemskill_clear() to pc_autocast_clear()Kenpachi Developer1-2/+2
2020-03-14Fix wrong return-value on success by unit->walktoblskyleo1-1/+1
2020-03-09Merge pull request #2648 from Kenpachi2k13/itemskill_fixHaru1-2/+2
2020-03-08Correct some typos in doc of unit->walk_toxy_timerskyleo1-2/+2
2020-03-08Change bl parameter to be const in unit->getdirskyleo1-2/+2
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-08Add unit->cbl2ud for when using const block_listskyleo1-0/+33
2020-03-08Change the name of all functions which got their return-value meaning changedskyleo1-44/+44
2020-03-08Remove unnecessary parameter of set_mobstateskyleo1-9/+9
2020-03-08Add documentation for unit->walktobl_timerskyleo1-0/+9
2020-03-08Rename unit->walktobl_sub to unit->walktobl_timerskyleo1-6/+6
2020-03-08Update Coding Style for unit->walktobl_subskyleo1-6/+4
2020-03-08Add nullpo_retr for unit_data in unit->walktobl_subskyleo1-2/+6
2020-03-08Update Coding Style for set_mobstateskyleo1-3/+7
2020-03-08Add documentation for set_mobstateskyleo1-1/+6
2020-03-08Add TODO-comment suggesting enum for unit->walktoxyskyleo1-0/+1
2020-03-08Add documentation for unit->walktoxyskyleo1-6/+13
2020-03-08Update Coding Style of unit->walktoxyskyleo1-15/+21
2020-03-08Remove "already refactored" commentskyleo1-1/+1
2020-03-08Change returning error-code in unit->walktoxy to obey code-style guidelinesskyleo1-12/+16
2020-03-08Correct checks mistreating non-boolean values in unit->walktoxyskyleo1-5/+5
2020-03-08Cleanup nullpointer checks in unit->walktoxyskyleo1-2/+3
2020-03-08Use *DWord functions for saving x & y into data of unit->delay_walktoxy_timerskyleo1-4/+5
2020-03-08Add documentation for unit->delay_walktoxy_timerskyleo1-0/+8
2020-03-08Change returning error-code in unit->delay_walktoxy_timer to obey code-style ...skyleo1-2/+2
2020-03-08Move bitwise-operations into named variables in unit->delay_walktoxy_timerskyleo1-1/+3
2020-03-08Apply code-style to nullpointer-checks in unit->delay_walktoxy_timerskyleo1-2/+1