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

Infinite loop with berserk weapon special if value is negative #3918

Closed
wants to merge 7 commits into from

Commits on Oct 28, 2018

  1. Fix rare bug in FORCE_CHANCE_TO_HIT

    If in attack end in FORCE_CHANCE_TO_HIT macro, unit or second unit doesn't exist anymore because rare case where unit disapear before attack end event was calledthen we have an error message like "Invalid WML found: [unstore_unit]: variable 'second_unit' doesn't exist" because presence of unit not condition of execution of event.
    newfrenchy83 committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    c14f6f2 View commit details
    Browse the repository at this point in the history
  2. Update INSTALL.md

    newfrenchy83 committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    8d25310 View commit details
    Browse the repository at this point in the history
  3. Update INSTALL.md

    newfrenchy83 committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    c2d3e49 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Update abilities.cpp

    newfrenchy83 committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    337f891 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Fix berserk ability could used value min to 1

    In weapon specila berserk value by default is 1 and value less to 1 are exclude, i must be do what is the same in berserk ability.
    newfrenchy83 committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    7849d5d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Configuration menu
    Copy the full SHA
    ddcc3ed View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Configuration menu
    Copy the full SHA
    ea2ac4e View commit details
    Browse the repository at this point in the history