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

Fixed Change Weapon reselection #1787

Merged
merged 4 commits into from
Jul 25, 2023
Merged

Commits on Jul 21, 2023

  1. Multi-threading, AC rules, and fixes

    * Recoded insertAmmo() to use setAttkTableRow() ensuring consistent data parsing & weapon table construction.
    * Made many more functions asynchronous to multi-thread.
    * Added support for AD&D2e Char Sheet v4.17.
    * Added AC rule '+inhand' meaning the item must be in-hand to have an effect on armour class (e.g. Defender Sword).
    * Fixed issue with ru:3 reusable ammo-changing items.
    * Fixed issue with calculating saving throw table for high levels.
    DameryDad committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d46811e View commit details
    Browse the repository at this point in the history
  2. Weapon reselection bug fix

    * Fixed bug with reselecting a weapon from the weapon-in-hand list on the Change Weapon dialog
    DameryDad committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    1073401 View commit details
    Browse the repository at this point in the history
  3. Fixed parsing error

    DameryDad committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    dc7a10b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Fix char sheet version check for 5e characters

    * If a 5e (or other D&D version) character was loaded or transmogrified, the system would crash on checking the sheet version.  Fixed.
    DameryDad committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    d5acbea View commit details
    Browse the repository at this point in the history