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

Multi-user play improvements #1784

Merged
merged 2 commits into from
Jul 25, 2023
Merged

Multi-user play improvements #1784

merged 2 commits into from
Jul 25, 2023

Commits on Jul 21, 2023

  1. Multi-user play improvements

    * Made many more functions asynchronous to multi-thread.
    * Added support for AD&D2e Char Sheet v4.17.
    * Added Open Doors, Bend Bars etc to Attribute checks.
    * Extended rules: data tag to work for saves as well as AC.
    * Updated help handouts.
    * Ensure an abilityLookup() on a character sheet has all spaces replaced with '-'.
    * Fixed getTokenValue() default mappings to token bars if none of the bars are linked to a character sheet.
    * More miscellaneous magic items programmed.
    * Updated API-Meta header & footer as per The Arron's advice.
    * More error trapping in setAbility().
    DameryDad committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    af5a176 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Fix for new characters & creatures

    * Fixed issue with new blank character sheets being dragged & dropped to the playing surface, and characters with all levels & HD set to zero
    DameryDad committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    b9bb519 View commit details
    Browse the repository at this point in the history