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

WIP: feat: add active effects to items #762

Closed
wants to merge 31 commits into from

Commits on Jan 21, 2022

  1. feat: traits are now active effects

    Previsouly adding a trait did not affect the actor. This change makes
    it so that a trait is an active effect and can change the
    actor.
    
    Fix xdy#272
    jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    85788cb View commit details
    Browse the repository at this point in the history
  2. updates based on feedback

    jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    d700a68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbe0428 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6b1ded View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb9a9d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e54708 View commit details
    Browse the repository at this point in the history
  7. fix deepScan issues

    marvin9257 authored and jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    9534b62 View commit details
    Browse the repository at this point in the history
  8. updated migration

    jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    b0356ff View commit details
    Browse the repository at this point in the history
  9. fix deepscan issue

    jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    0239cc4 View commit details
    Browse the repository at this point in the history
  10. update migration name

    jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    b042714 View commit details
    Browse the repository at this point in the history
  11. cleanup

    jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    c19b8c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bcb649a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ec786b4 View commit details
    Browse the repository at this point in the history
  14. fix migration

    jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    480cfd0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e0bdc86 View commit details
    Browse the repository at this point in the history
  16. type fix

    jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    ecdf350 View commit details
    Browse the repository at this point in the history
  17. work in progress

    jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    ace7257 View commit details
    Browse the repository at this point in the history
  18. fixed

    jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    530989a View commit details
    Browse the repository at this point in the history
  19. deepscan fix

    jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    efef653 View commit details
    Browse the repository at this point in the history
  20. make lint happy

    jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5b5c1ee View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3c8dc39 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ab01b1a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bcb5e09 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    84e8530 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    369b468 View commit details
    Browse the repository at this point in the history
  26. fixed carrying item bug

    jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    50c499b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    27ece90 View commit details
    Browse the repository at this point in the history
  28. typing fixes

    jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    8921642 View commit details
    Browse the repository at this point in the history
  29. formatting

    jonepatr committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    cca7da2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. style tweaks

    marvin9257 committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    fb0523f View commit details
    Browse the repository at this point in the history
  2. fix missing label

    marvin9257 committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    b49d260 View commit details
    Browse the repository at this point in the history