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

Move panic feature from brain to eventhandlers #260

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on May 22, 2021

  1. Move panic feature from brain to eventhhandlers

    This pull request moves the panic feature from the brain to the eventhandler. This has the benefit of simplifying the FSM and making the panic feature more dependable.
    
    The panic feature will not trigger for units that have a positive morale score, are not suppressed, or have their AI forced in some way.
    
    The panic feature is enhanced by reintroducing the panic types existant in lambs danger fsm 2.4.4
    nk3nny committed May 22, 2021
    Configuration menu
    Copy the full SHA
    e04d00c View commit details
    Browse the repository at this point in the history
  2. Fix stringtable - add range requirement

    - Adds range requirement for panic (35m)
    - Fixes stringtable
    nk3nny committed May 22, 2021
    Configuration menu
    Copy the full SHA
    e3f30ee View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    3b55c4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c2955e View commit details
    Browse the repository at this point in the history
  3. Update stringtable.xml

    Removes panic reference in danger stringtable
    nk3nny committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    fe0c477 View commit details
    Browse the repository at this point in the history
  4. Remove debug information

    nk3nny committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    37ebb9e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    4af44fa View commit details
    Browse the repository at this point in the history
  2. Update stringtable.xml

    jokoho48 authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    3fab127 View commit details
    Browse the repository at this point in the history
  3. Fix Tabbing

    jokoho48 authored Jun 8, 2022
    Configuration menu
    Copy the full SHA
    9097213 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Update stringtable.xml

    nk3nny committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    e0fffac View commit details
    Browse the repository at this point in the history