Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NUVIE: Fix passable actor movement #4947

Merged
merged 4 commits into from May 14, 2023

Commits on Apr 27, 2023

  1. NUVIE: Fix passable actors not being blocked by others

    Do not allow actors marked as passable to pass others who are not.
    PushmePullyu committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    37bbc45 View commit details
    Browse the repository at this point in the history
  2. NUVIE: ULTIMA6: Fix passable actors blocking movement

    Allow others to pass actors marked as passable even if they share
    the same movetype (e.g. a mouse should not block the Avatar despite
    both having movetype MOVETYPE_U6_LAND).
    PushmePullyu committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    c6f2eeb View commit details
    Browse the repository at this point in the history
  3. NUVIE: ULTIMA6: Fix Sherry being blocked by party

    Allow Sherry the mouse to move onto tiles occupied by party members.
    
    Fixes #14396
    PushmePullyu committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    5d12120 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. NUVIE: Fix whitespace

    bluegr committed May 14, 2023
    Configuration menu
    Copy the full SHA
    e6bb1b8 View commit details
    Browse the repository at this point in the history